Skip to content

Commit 90d1e2e

Browse files
Use SMU voltage overrange for calculating power envelope (#61)
1 parent f419acf commit 90d1e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ impl Msmu60Metadata {
9999
let mut outer_region = RegionMapMetadata::new(exclude_v.clone(), exclude_i.clone());
100100
outer_region.add_region(
101101
1,
102-
-20.0 - EPSILON,
102+
-20.2 - EPSILON,
103103
-1.515 - EPSILON,
104-
20.0 + EPSILON,
104+
20.2 + EPSILON,
105105
1.515 + EPSILON,
106106
);
107107
base.add_region_map(VOLTAGE_200_MV, outer_region.clone());

0 commit comments

Comments
 (0)