Skip to content

Commit a016680

Browse files
Add range definition for Auto source range (#65)
Co-authored-by: jharajeev55 <[email protected]>
1 parent 8b7866e commit a016680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ impl Msmu60Metadata {
8787
60.6 + EPSILON,
8888
0.101 + EPSILON,
8989
);
90+
base.add_region_map(VOLTAGE_AUTO, inner_region.clone());
9091
base.add_region_map(VOLTAGE_60_V, inner_region.clone());
9192
base.add_region_map(CURRENT_100_NA, inner_region.clone());
9293
base.add_region_map(CURRENT_1_UA, inner_region.clone());

0 commit comments

Comments
 (0)