diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2023-11-10 15:35:52 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2023-11-10 15:35:52 -0500 |
commit | 0a35518a74e55a03481fa20050ec20865bc35aea (patch) | |
tree | e25463c3f226d5b21c5708e22b582a1f95174fe7 /globals.h | |
parent | f6c4baf7a1d013ac7e72b8488be05611a6d0fb1b (diff) |
add an amplitude settling time for SN 14256 repair and future units
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -712,7 +712,8 @@ typedef struct { char zout_relay_high_for_max[max_channels]; /* addr 8700 */ char load_type_dac[max_channels]; /* addr 8702 */ - float sparex1[max_channels]; /* addr 8704 */ + float amplitude_settling_time; /* addr 8704 */ + float sparex1; /* addr 8708 */ float sparex2[max_channels]; /* addr 8712 */ float rcl_sparex3[max_channels][max_stored_settings]; /* addr 8720 */ @@ -905,6 +906,7 @@ typedef struct { int do_check_settings; int flash_writes_suspended; int force_output_fully_off; + int need_ampl_settling_time; int attenuators_enabled; } FlagStruct; |