Skip to content
Snippets Groups Projects
Commit 42eeb6ae authored by TUD278427's avatar TUD278427
Browse files

default voltage was larger than 1500 mV, preventing the upload

parent ba8549bb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class reference_marker_4_IQ:
class segment_marker(segment_base):
"""docstring for segment_marker"""
def __init__(self, name, HVI_variable_data = None, marker_voltage = 2500):
def __init__(self, name, HVI_variable_data = None, marker_voltage = 1500):
"""
init marker object
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment