Skip to content

Keithley24xx Output Level Auto-Ranging

Karol Krizka requested to merge kk_keithley_autorange into devel

The Keithley 24xx requires a range to be set on the expected output level (both current or voltage). Setting the auto-ranging option causes this class to pick the best range depending on the requested voltage level.

There are separate settings to control whether auto-ranging is enabled for current and voltage source modes. The default value is to enable auto-ranging for convenience. Setting the range manually via setCurrentRange or setVoltageRange causes the auto-ranging to be disabled. It can also be set at configuration via autoCurrentRange and autoVoltageRange JSON options.

The sense ranges are always automatically set to the best choice on the requested compliance.

Edited by Karol Krizka

Merge request reports