Skip to content

Commit 55ebf60

Browse files
committed
Set the right min voltage for source limit
1 parent 4d90b7d commit 55ebf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-gen-manager/src/instr_metadata/msmu60_metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl Msmu60Metadata {
7070
base.add_range("source.leveli".to_string(), -1.515, 1.515);
7171

7272
base.add_range("source.limiti".to_string(), 10.0e-9, 1.515);
73-
base.add_range("source.limitv".to_string(), 10.0e-9, 60.6);
73+
base.add_range("source.limitv".to_string(), 0.02, 60.6);
7474

7575
base.add_range("source.step_to_sweep_delay".to_string(), 0.0, 100.0);
7676

0 commit comments

Comments
 (0)