We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7866e commit a016680Copy full SHA for a016680
script-gen-manager/src/instr_metadata/msmu60_metadata.rs
@@ -87,6 +87,7 @@ impl Msmu60Metadata {
87
60.6 + EPSILON,
88
0.101 + EPSILON,
89
);
90
+ base.add_region_map(VOLTAGE_AUTO, inner_region.clone());
91
base.add_region_map(VOLTAGE_60_V, inner_region.clone());
92
base.add_region_map(CURRENT_100_NA, inner_region.clone());
93
base.add_region_map(CURRENT_1_UA, inner_region.clone());
0 commit comments