Skip to content
Snippets Groups Projects
Commit dc03186d authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

mode bug fix

parent 9b75c8c1
Branches
No related tags found
No related merge requests found
......@@ -169,13 +169,13 @@ def constant_meas(dictionary,device):
smu_v.update(
iname = 'I2',
vname = 'V2',
mode = 'V',
mode = 'VPULSE',
func = 'CONS'
)
smu_help.update(
iname = 'I3',
vname = 'V3',
mode = 'VPULSE',
mode = 'V',
func = 'VAR1'
)
smu_ground.update(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment