[SENSe:]VOLTage:AC:RANGe:AUTO
[SENSe:]VOLTage:AC:RANGe:AUTO
[SENSe:]VOLTage:DC:RANGe:AUTO
Syntax
[SENSe:]VOLTage:AC:RANGe:AUTO <state>[,(@<ch_list>)]
[SENSe:]VOLTage:AC:RANGe:AUTO? [(@<ch_list>)]
[SENSe:]VOLTage:DC:RANGe:AUTO <state>[,(@<ch_list>)]
[SENSe:]VOLTage:DC:RANGe:AUTO? [(@<ch_list>)]
Description
These commands disable or enable autoranging for AC and DC voltage measurements on the specified channels. Autoranging is convenient because the instrument automatically selects the range for each measurement based on the input signal detected.
Used With:
- 34901A 20 Channel Multiplexer (2/4-wire) Module
- 34902A 16 Channel Multiplexer (2/4-wire) Module
- 34908A 40 Channel Single-Ended Multiplexer Module
Parameters
Name Type Range of Values Default Value <state> Boolean {OFF|0|ON|1} This is a required parameter.
The factory default is ON.<ch_list> Channel List One or more channels, as shown:
(@310) - channel 10 on the module in slot 300.
(@305:310) - channels 05 through 10 on the module in slot 300.
(@202:207,209,302:308) - channels 02 through 07 and 09 on the module in slot 200 and channels 02 through 08 on the module in slot 300.
If you omit the optional <ch_list> parameter, this command applies to the currently defined scan list.
Remarks
- Autorange thresholds:
Down range at: <10% of range
Up range at: >120% of range - With autoranging enabled, the instrument selects one of the following ranges based on the input signal detected:
100mV
1 V
10 V
100 V
300 V - Selecting a discrete range (see [SENSe:]VOLTage:AC:RANGe command) will disable autoranging on the specified channels.
- The CONFigure and MEASure? commands automatically enable autoranging if the first parameter is AUTO, DEF or omitted.
- The instrument enables autoranging after a Factory Reset (*RST command). An Instrument Preset (SYSTem:PRESet command) or Card Reset (SYSTem:CPON command) does not change the setting.
Return Format
The query returns 0 (OFF) or 1 (ON) for each channel specified. Multiple responses are separated by commas.
Examples
In each of the following examples, you can replace the node name AC with DC.
The following command disables autoranging on channels 03 and 13 in slot 100.
VOLT:AC:RANG:AUTO OFF,(@103,113)
The following query returns the autoranging settings on channels 03 and 13 in slot 100.
VOLT:AC:RANG:AUTO? (@103,113)
Typical Response: 0,0