summaryrefslogtreecommitdiff
path: root/device-functions.c
AgeCommit message (Expand)Author
2000-01-01debug messages showing XTR line changesINSTRUMENT_6_4_23cMike
2000-01-01remove broken CH2 TTL/ECL logic code, not used in any instruments nowMike
2000-01-01+/- button not working as expected first press after turn-on, fixed. Better d...Mike
2000-01-01Allow CH2 DLY to control trigger PW (for -2CHX). Better debug messages.INSTRUMENT_6_4_23bMike
2000-01-01Dump valid points to console when querying range info, to debug errant cal po...Mike
2000-01-01add ability to temporarily disable timing cal percentage check, for burst/sep...Mike
2000-01-01Only ignore polarity when shown to user. Use polarity when considering calibr...Mike
2000-01-01let rise time go to the lowest hardware-possible value, not just the specifie...INSTRUMENT_6_4_19cMike
2000-01-01same as last, missed a spotINSTRUMENT_6_4_19bMike
2000-01-01ignore tiniest encoder stepsMike
2020-03-18add an "ALIVE" output, to switch on VCC2 in AVRQ (for example)Michael J. Chudobiak
2000-01-01do not reset state before calibrating rise time in AVRQMike
2000-01-01fix min/max ampl/vout balancing when nulling delay shift calINSTRUMENT_6_4_10bMike
2000-01-01fix ampl min/max checks when max_ampl is limited by max_vout (some -OT units)Mike
2000-01-01make force_output_fully_off work properly for 2-channel unitsINSTRUMENT_6_4_07bMike
2000-01-01implement full control of DACs 8-15Mike
2000-01-01Allow up to 16 DACs, by adding PCB 313AMike
2000-01-01make drive polarity of zout relay configurable for -R50 units and PCB 308AINSTRUMENT_6_4_03bMike
2018-05-03Removed missed hard-coded range sizesINSTRUMENT_6_4_00bMichael J. Chudobiak
2018-05-03use new variables and range sizes (but not initialized correctly yet)Michael J. Chudobiak
2018-05-03original number of points in each range was 10Michael J. Chudobiak
2000-01-01Add commands to add EA distort voltages based on existing ampl cal pointsMike
2000-01-01First attempt at handling pwl_distort automatically when adding ampl cal pointsMike
2000-01-01Longer gate reset time before cal interval. Needed for highest delays?Mike
2000-01-01separate minimum equiv offset from ampl, for AVIR-4-B-OTMike
2000-01-01int func should be voidMike
2000-01-01better abstraction of method of switching voltage-controlled PW range, for cl...Mike
2000-01-01better limits on freq/pw for large burst sep calibrationMike
2017-10-05renamed some variables in cal_add for clarityMichael J. Chudobiak
2017-10-05auto-handle the EA V1 distort data when deleting an ampl cal pointroot
2017-10-05rename variables in cal_del for clarityMichael J. Chudobiak
2017-10-05set aux word when setting nominal amplitude, for EA V1INSTRUMENT_6_2_28bMichael J. Chudobiak
2000-01-01implement ampl-dependent arbitrary voltage output - for AVR-E5-B S/N 13618Mike
2000-01-01Rename piece-wise-linear variables for clarity, dropping reference to obsolet...Mike
2000-01-01replace pol_norm and pol_complement with NO/YES for clarityMike
2000-01-01rename "polarity" variables to "inverted" for clarityMike
2000-01-01set advance mode for delay test modeINSTRUMENT_6_2_26Mike
2000-01-01don't enable delay test mode for CH2INSTRUMENT_6_2_25bMike
2000-01-01don't do as many error checks when delay word/range is overriddenINSTRUMENT_6_2_25Mike
2000-01-01more specific errors during cal min/max check, and more initial cal pointsMike
2017-05-23fix min/max cal point check for units with non-zero rst amplitude (AVRQ-5-B-AHV)Michael J. Chudobiak
1970-01-01Enforce minimum ampl magnitude (based on zero_equiv_ampl) in AVRQ -AHV, -XHV ...mjc
2000-01-01self-cal needs at least 2 periods for PW cal measurement timemjc
2000-01-01make self-cal min count configurablemjc
2000-01-01make self-cal reference frequency configurableMike
2000-01-01added ability to increase output-on delayMike
2000-01-01added get_float_with_min functionMike
2000-01-01added get_bounded_float functionMike
2017-03-22reduced minimum self-cal measurement from 100us to 40us (0.25% resolution)Michael J. Chudobiak
2016-12-12Revert force-output-on during timing cal option. Too complex, little reward.Michael J. Chudobiak