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 f419acf commit 4d90b7dCopy full SHA for 4d90b7d
script-gen-manager/src/instr_metadata/msmu60_metadata.rs
@@ -99,9 +99,9 @@ impl Msmu60Metadata {
99
let mut outer_region = RegionMapMetadata::new(exclude_v.clone(), exclude_i.clone());
100
outer_region.add_region(
101
1,
102
- -20.0 - EPSILON,
+ -20.2 - EPSILON,
103
-1.515 - EPSILON,
104
- 20.0 + EPSILON,
+ 20.2 + EPSILON,
105
1.515 + EPSILON,
106
);
107
base.add_region_map(VOLTAGE_200_MV, outer_region.clone());
0 commit comments