ROUTe:CHANnel:DELay
ROUTe:CHANnel:DELay
Syntax
ROUTe:CHANnel:DELay <seconds>,(@<ch_list>)
ROUTe:CHANnel:DELay? (@<ch_list>)
Description
This command adds a delay between multiplexer channels in the scan list (useful for high-impedance or high-capacitance circuits). The delay is inserted between the relay closure and the actual measurement on each channel, in addition to any delay that will implicitly occur due to relay settling time. The programmed channel delay overrides the default channel delay that the instrument automatically adds to each channel.
Used With:
- 34901A 20 Channel Multiplexer (2/4-wire) Module
- 34902A 16 Channel Multiplexer (2/4-wire) Module
- 34907A Multifunction Module (digital input and totalizer channels only)
- 34908A 40 Channel Single-Ended Multiplexer Module
Parameters
Name Type Range of Values Default Value <seconds> Numeric A number from 0 to 60, with 1 ms resolution. This is a required parameter. <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.
Remarks
- You can select a unique delay for each channel on the module. The default channel delay is automatic; the instrument determines the delay based on function, range, integration time, and AC filter setting.
- The channel delay is valid only while scanning. If no channels have been assigned to the scan list (see ROUTe:SCAN command), the specified channel delay is ignored (no error is generated).
- To ensure you are getting the most accurate measurements possible, use care when setting the channel delay less than the default value (Automatic). The default channel delay is designed to optimize parameters, such as settling time, for the most accurate measurements.
- The CONFigure and MEASure? commands set the channel delay to Automatic.
- The instrument sets the channel delay to Automatic after a Factory Reset ( *RST command).
Return Format
The query returns the delay in seconds in the form "+1.00000000E+00" for each channel specified. Multiple responses are separated by commas.
Examples
The following command adds a 2-second channel delay to channels 03 and 13 in slot 100.
ROUT:CHAN:DEL 2,(@103,113)
The following query returns the channel delay selected on channels 03 and 13 in slot 100.
ROUT:CHAN:DEL? (@103,113)
Typical Response: +2.00000000E+00,+2.00000000E+00
See Also