[SENSe:]VOLTage:DC:RESolution
[SENSe:]VOLTage:DC:RESolution
Syntax
[SENSe:]VOLTage:DC:RESolution {<resolution>|MIN|MAX}[,(@<ch_list>)]
[SENSe:]VOLTage:DC:RESolution? [{(@<ch_list>)|MIN|MAX}]
Description
This command selects the measurement resolution for DC voltage measurements on the specified channels. The instrument clears all readings from memory when a new scan is initiated, when any measurement parameters are changed (CONFigure and SENSe commands), and when the triggering configuration is changed (TRIGger commands).
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 <resolution> Numeric Desired resolution in volts. This is a required field. You must specify a numeric <resolution> or specify MIN or MAX to select the smallest or largest <resolution>. <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
- For the <resolution> parameter, you can substitute MIN or MAX for a numeric value. MIN selects the smallest value accepted, which gives the highest resolution; MAX selects the largest value accepted, which gives the least resolution.
- The instrument will dispatch a settings conflict error if you issue this command when [SENSe:]VOLTage:DC:RANGe:AUTO is ON for one or more of the specified channels.
-
Setting the resolution also sets the integration time for the measurement. The following table shows the relationship between integration time, measurement resolution, number of digits, and number of bits.
Integration Time Resolution Digits Bits 0.02 PLC <0.0001 x Range 4½ Digits 15 0.2 PLC <0.00001 x Range 5½ Digits 18 1 PLC <0.000003 x Range 5½ Digits 20 2 PLC <0.0000022 x Range 6½ Digits 21 10 PLC <0.000001 x Range 6½ Digits 24 20 PLC <0.0000008 x Range 6½ Digits 25 100 PLC <0.0000003 x Range 6½ Digits 26 200 PLC <0.00000022 x Range 6½ Digits 26
- You can also set the integration time by specifying an aperture time (see [SENSe:]VOLTage[:DC]:APERture command). However, note that specifying integration time using NPLCs executes faster and offers better noise rejection characteristics for values of NPLC greater than 1.
- The CONFigure, MEASure?, [SENSe:]VOLTage[:DC]:NPLC, and [SENSe:]VOLTage[:DC]:RESolution commands disable the aperture time mode (these commands select an integration time in number of power line cycles).
- The instrument sets the resolution to 1 PLC 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 the resolution in the form +1.12345678E+01 for each channel in the <ch_list>. Multiple channels are separated by commas.
Examples
The following command sets the <resolution> to 50 microvolts for the channels shown.
VOLT:DC:RES 0.00005,(@201:204)
The following query returns the <resolution> for channels 01 through 04 on slot 200.
VOLT:DC:RES? (@201:204)
Typical Response: +1.00000000E+01,+1.00000000E+01,+1.00000000E+01,+1.00000000E+01