@@ -83,16 +83,18 @@ impl Msmu60Metadata {
8383 inner_region. add_region (
8484 1 ,
8585 -60.6 - EPSILON ,
86- -0.1 - EPSILON ,
86+ -0.101 - EPSILON ,
8787 60.6 + EPSILON ,
88- 0.1 + EPSILON ,
88+ 0.101 + EPSILON ,
8989 ) ;
9090 base. add_region_map ( VOLTAGE_60_V , inner_region. clone ( ) ) ;
9191 base. add_region_map ( CURRENT_100_NA , inner_region. clone ( ) ) ;
9292 base. add_region_map ( CURRENT_1_UA , inner_region. clone ( ) ) ;
9393 base. add_region_map ( CURRENT_10_UA , inner_region. clone ( ) ) ;
9494 base. add_region_map ( CURRENT_100_UA , inner_region. clone ( ) ) ;
9595 base. add_region_map ( CURRENT_1_MA , inner_region. clone ( ) ) ;
96+ base. add_region_map ( CURRENT_10_MA , inner_region. clone ( ) ) ;
97+ base. add_region_map ( CURRENT_100_MA , inner_region. clone ( ) ) ;
9698
9799 let mut outer_region = RegionMapMetadata :: new ( exclude_v. clone ( ) , exclude_i. clone ( ) ) ;
98100 outer_region. add_region (
@@ -106,8 +108,6 @@ impl Msmu60Metadata {
106108 base. add_region_map ( VOLTAGE_2_V , outer_region. clone ( ) ) ;
107109 base. add_region_map ( VOLTAGE_6_V , outer_region. clone ( ) ) ;
108110 base. add_region_map ( VOLTAGE_20_V , outer_region. clone ( ) ) ;
109- base. add_region_map ( CURRENT_10_MA , outer_region. clone ( ) ) ;
110- base. add_region_map ( CURRENT_100_MA , outer_region. clone ( ) ) ;
111111 base. add_region_map ( CURRENT_1_A , outer_region. clone ( ) ) ;
112112 base. add_region_map ( CURRENT_1_5_A , outer_region. clone ( ) ) ;
113113
0 commit comments