/

Rigol

/

Rigol MSO2202A-S

SCPI COMMAND REFERENCE

Rigol MSO2202A-S

Rigol MSO2202A-S

The Rigol MSO2202A-S is Rigol's oscilloscope in the MSO2000A/DS2000A Series Digital Oscilloscope family. Its SCPI remote-control interface exposes 669 commands across 29 subsystems - 616 settable and 53 queries - and every command is documented here with its parameters, accepted values, return format, and a copy-paste PyVISA example for automating test and measurement.

669

Commands

616

Settable

53

Queries

29

Subsystems

SCPI

Verified

2026-07-16

All commands

:AUToscaleset / query

Enable the waveform auto setting function. The oscilloscope automatically adjusts the vertical scale, horizontal time base, and trigger mode for optimum waveform display.

:CLEarset / query

Clear all the waveforms on the screen. New waveforms will still be displayed if the oscilloscope is in RUN state. The function of this command is the same as CLEAR at the front panel.

:RUNset / query

Starts the oscilloscope. It is invalid when waveform recording or waveform playback is turned on.

:STOPset / query

Stops the oscilloscope. The function is the same as STOP at the front panel.

:SINGleset / query

Set the oscilloscope to single trigger mode.

:TFORceset / query

Generate a trigger signal forcefully. The function of this command is the same as FORCE in the trigger control area at the front panel.

:TLHAlfset / query

Set the trigger level to the vertical midpoint of the trigger signal amplitude.

*CLSset / query

Clear all the event registers and clear the error queue.

*ESEset / query

Sets or queries the enable register for the standard event status register set.

NameTypeValuesDescription
maskinteger0 - 255Bit mask formed by the binary weights of the enabled bits in the ESE register.
integer - Returns the sum of the binary weights of all bits already set in the register, as an integer between 0 and 255.
*ESE 16
*ESE?
*ESR?query

Queries the standard event status register. The returned integer is the sum of the weights of all bits that are set.

integer - An integer between 0 and 255 equal to the sum of the binary weights of all bits that have already been set in the register.
*IDN?query

Query the current device information.

string - Returns RIGOL TECHNOLOGIES,<model>,<serial number>,<software version>.
*OPCset / query

Sets the Operation Complete bit (bit 0) in the standard event status register to 1 after the current operation is finished. The query checks whether the current operation is finished.

boolean - Returns 1 if the current operation is finished; otherwise returns 0.
*RSTset / query

Restore the instrument to the factory setting.

*SREset / query

Set or query the enable register for the state byte register set.

NameTypeValuesDescription
maskinteger0 - 255Sum of the binary weights of the bits to enable in the SRE register.
integer - Returns the sum of the binary weights of the bits that have already been set in the register.
*SRE 16 /*Bit 4 is enabled*/
*SRE? /*The query returns 16*/
*STB?query

Queries the condition register for the state byte register set.

integer - Returns the state byte register value as a decimal integer from 0 to 255, equal to the sum of the weights of the bits that are set.
*TST?query

Performs a self-test and queries the result. The result is a 32-bit binary status encoded as a decimal integer; each bit indicates pass (0) or fail (1) for a specific self-test item.

integer - A decimal integer representing the 32-bit self-test result.
*TST? /*The query returns 0 (namely the 32 bits of the binary number are all 0*/

Set or query the number of averages in average acquisition mode.

NameTypeValuesDescription
countinteger1 - 13Number of averages to use in average acquisition mode.
integer - The query returns the number of averages in average acquisition mode.
:ACQuire:MDEPthset / query

Set or query the oscilloscope memory depth, i.e. the number of waveform points stored in a single trigger sample. The default unit is pts (points).

NameTypeValuesDescription
mdepenumAUTO | 14000 | 140000 | 1400000 | 14000000 | 56000000 | 7000 | 70000 | 700000 | 7000000 | 28000000Memory depth setting.
integer - Returns the memory depth of the oscilloscope.

Queries the current sample rate. The result is returned in scientific notation with default unit Sa/s.

real (Sa/s) - Returns the current sample rate in scientific notation.
:ACQuire:TYPEset / query

Sets or queries the acquisition mode of the sample.

NameTypeValuesDescription
typeenumNORMal | AVERages | PEAK | HRESolutionAcquisition mode to use.
enum - Returns the current acquisition mode as NORM, AVER, PEAK, or HRES.
:ACQuire:AALiasset / query

Enable or disable the oscilloscope antialiasing function, or query the current state of that function.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables the antialiasing function.
integer - The query returns 1 or 0.

:BUS<n>:MODEset / query

Sets or queries the decoding mode of the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
modeenumPARallel | RS232 | IIC | SPI | CANSelects the bus decoding mode.
enum - Returns the current bus decoding mode as PAR, RS232, IIC, SPI, or CAN.
:BUS<n>:DISPlayset / query

Enables or disables display of the specified bus, or queries its current display status.

NameTypeValuesDescription
ninteger1 - 2Specifies the bus number.
boolboolean1 | ON | 0 | OFFEnables or disables bus display.
boolean - Returns the current display status of the specified bus as 1 or 0.
:BUS<n>:FORMatset / query

Set or query the display format of the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
formatenumHEX | DEC | BIN | ASCiiDisplay format for the specified bus.
enum - The query returns the current display format of the specified bus.
:BUS<n>:EVENtset / query

Enable or disable the event table of the specified bus, or query its current status.

NameTypeValuesDescription
ndiscrete-Specifies the bus number.
boolboolean-Enables or disables the event table.
:BUS<n>:EEXPortset / query

Export the event table of the specified bus. The data list can be exported to an external USB storage device in CSV format if a USB storage device is connected.

NameTypeValuesDescription
ndiscrete1 | 2Specifies which bus is targeted.

Reads the decoding event table data for the specified bus. The returned data is provided as a TMC data block and the content depends on the format set by :BUS<n>:FORMat.

NameTypeValuesDescription
ndiscrete1 | 2Selects bus 1 or 2.
block - The decoding event table data in TMC data block format, preceded by the decoding type and data length header.
:BUS<n>:DATA?
:BUS<n>:PARallelset / query

Sets or queries the clock channel source for parallel decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF

Sets or queries the clock channel source of parallel decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFFClock channel source.
enum - Returns the selected clock channel source as D0 through D15, CHAN1, CHAN2, or OFF.

Set or query the edge of the clock on which the oscilloscope samples the channel data.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
posenumPOSitive | NEGative | BOTHClock edge used for sampling the channel data.
enum - The query returns POS, NEG, or BOTH.

Sets the parallel bus data width and assigns the channel source for each bit on the specified bus. The query form returns the channel source of each bit in the current data channel.

NameTypeValuesDescription
ndiscrete1 - 2Bus number.
b0enumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for bit 0.
b1optenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for bit 1.
b2optenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for bit 2.
b17optenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for bit 17.
enum - Returns the channel source of each bit in the current data channel; the number of returned channel sources depends on the current data width and they are separated by commas.
:BUS1:PARallel:BSET CHANnel1,CHANnel2,D0,D1
:BUS1:PARallel:BSET?

Set or query the analog channel threshold of parallel decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
sourdiscreteCHANnel1 | CHANnel2
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet
real - The query returns the analog channel threshold of parallel decoding on the specified bus in scientific notation.

Sets or queries the vertical offset of parallel decoding on the specified bus. Before using this command, enable the bus display.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
valinteger-166 - 148Sets the vertical offset value.
integer - Returns the vertical offset of parallel decoding on the specified bus.
:BUS<n>:RS232set / query

Set or query the TX channel source of RS232 decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF
:BUS<n>:RS232:TXset / query

Set or query the TX channel source of RS232 decoding on the specified bus.

NameTypeValuesDescription
ninteger1 - 2Bus index.
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFFTX channel source to use for RS232 decoding.
enum - Returns the current TX channel source as D0 through D15, CHAN1, CHAN2, or OFF.
:BUS<n>:RS232:RXset / query

Sets or queries the RX channel source used for RS232 decoding on the specified bus. OFF disables the RX channel source; the TX and RX channel sources cannot both be OFF.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFFRX channel source to use for RS232 decoding.
enum - The query returns the selected RX channel source.

Set or query the polarity of RS232 decoding on the specified bus.

NameTypeValuesDescription
nenum1 | 2
polenumPOSitive | NEGativeSelects negative logic (Normal polarity) or positive polarity (Invert polarity).
enum - The query returns POS or NEG.

Sets or queries the endian of RS232 decoded data transmission on the specified bus.

NameTypeValuesDescription
ndiscrete1 - 2Bus number.
endianenumMSB | LSBEndian of the RS232 decoded data transmission.
enum - The query returns MSB or LSB.

Set or query the baud rate of data transmission of RS232 decoding on the specified bus. The default unit is bps.

NameTypeValuesDescription
ninteger1 - 2Bus number.
baudenum2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 | 230400 | 460800 | 921600 | 1000000 | USERBaud rate of RS232 decoding on the specified bus.
numeric - The baud rate of data transmission of RS232 decoding on the specified bus in integer, or USER.

Set or query the user-defined baud rate of data transmission of RS232 decoding on the specified bus. The default unit is bps.

NameTypeValuesDescription
ndiscrete1 | 2
baudinteger110 - 20000000
integer - The query returns the user-defined baud rate of data transmission of RS232 decoding on the specified bus in integer.

Set or query the number of bits of data of RS232 decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
bitsenum5 | 6 | 7 | 8 | 9
enum - Returns 5, 6, 7, 8, or 9.

Sets or queries the stop bits used for RS232 decoding on the specified bus. The query returns 1, 1.5, or 2.

NameTypeValuesDescription
ninteger1 - 2Specifies the bus number.
stop bitsenum1 | 1.5 | 2Selects the RS232 stop-bit setting.
enum - Returns the current stop-bit setting as 1, 1.5, or 2.

Set or query the even-odd check mode of data transmission of RS232 decoding on the specified bus.

NameTypeValuesDescription
ninteger1 - 2
parityenumNONE | ODD | EVENParity mode for RS232 decoding.
enum - The query returns NONE, ODD, or EVEN.

Enables or disables packet end in RS232 data transmission for the selected bus, or queries the current packet-end status.

NameTypeValuesDescription
ninteger1 - 2Selects bus 1 or 2.
boolenum1 | ON | 0 | OFFTurns packet end on or off.
enum - Returns the current packet-end status as 1 or 0.

Set or query the packet end of data transmission.

NameTypeValuesDescription
ndiscrete1 | 2
package endenumNULL | LF | CR | SP | FF
enum - The query returns NULL, LF, CR, SP, or FF.

Set or query the TX channel threshold of R232 decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 - 2Bus number.
tthrereal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTX channel threshold.
real - The TX channel threshold of R232 decoding on the specified bus, returned in scientific notation.

Set or query the RX channel threshold of R232 decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
rthrereal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)RX channel threshold value.
string - Returns the RX channel threshold of R232 decoding on the specified bus in scientific notation.

Sets or queries the vertical offset of RS232 decoding on the specified bus. Before using this command, enable the bus display.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
valinteger-166 - 148Vertical offset value in normal display mode when statistic function is not enabled.
integer - Returns the vertical offset of RS232 decoding on the specified bus.
:BUS<n>:IICset / query

Selects the I2C bus subsystem for the specified bus number. The slice only shows the list of related I2C subcommands, not a separate description for :BUS<n>:IIC itself.

NameTypeValuesDescription
ndiscrete1 | 2Bus number to select.

Set or query the clock channel source of I2C decoding on the specified bus.

NameTypeValuesDescription
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Clock channel source for I2C decoding.
enum - The query returns the selected clock channel source.

Set or query the clock channel threshold of I2C decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetClock channel threshold level.
real - The clock channel threshold of I2C decoding on the specified bus, returned in scientific notation.

Sets or queries the data channel source of I2C decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.

Set or query the data channel threshold of I2C decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetData channel threshold.
real - Returns the data channel threshold of I2C decoding on the specified bus in scientific notation.

Sets or queries the vertical offset of I2C decoding on the specified bus. Before using this command, the bus display must be enabled.

NameTypeValuesDescription
noptdiscrete1 | 2Bus number.
valinteger-166 - 148Vertical offset value; valid range depends on the display mode.
integer - Returns the vertical offset of I2C decoding on the specified bus.
:BUS<n>:SPIset / query

Set or query the clock channel source of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Selects the clock channel source.
enum - The query returns the selected clock source as one of the digital channels D0 through D15 or CHAN1/CHAN2.

Set or query the clock channel source of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.
:BUS<n>:SPI:SCLK:SOURce <sour>
:BUS<n>:SPI:SCLK:SOURce?

Set or query the clock edge type of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
posenumPOSitive | NEGativeClock edge type for SPI decoding.
enum - The query returns POS or NEG.

Set or query the clock channel threshold of SPI decoding on the specified bus. This command is only available when the clock channel source is CH1 or CH2.

NameTypeValuesDescription
ninteger1 - 2
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet
real - The query returns the clock channel threshold of SPI decoding on the specified bus in scientific notation.

Sets or queries the data channel source of SPI decoding on the specified bus.

NameTypeValuesDescription
ninteger1 - 2Bus number.
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Data channel source for SPI decoding.
enum - Returns the selected data channel source.

Set or query the polarity of the SDA data line of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
posenumHIGH | LOWSelects the SDA data-line polarity: HIGH means low level is 0 and high level is 1; LOW means high level is 0 and low level is 1.
enum - The query returns HIGH or LOW.

Sets or queries the data channel threshold used for SPI decoding on the specified bus. The command is only available when the data channel source is CH1 or CH2.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetData channel threshold value for SPI decoding.
string - The query returns the data channel threshold of SPI decoding on the specified bus in scientific notation.

Set or query the number of bits of data of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete-
widthinteger4 - 32
integer - The query returns an integer between 4 and 32.

Set or query the endian of data transmission of SPI decoding on the specified bus.

NameTypeValuesDescription
nenum1 | 2Bus number to apply the setting to.
endianenumMSB | LSBEndianness used for SPI data transmission decoding.
enum - Returns the current endian setting.

Sets or queries the vertical offset of SPI decoding on the specified bus. Before using this command, enable the bus display.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
valinteger-166 - 148Sets the vertical offset value for SPI decoding.
integer - Returns the vertical offset of SPI decoding on the specified bus.
:BUS<n>:SPI:MODEset / query

Set or query the decoding mode of SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 - 2Bus number.
modeenumCS | TIMeoutDecoding mode to use.
enum - Returns the current SPI decoding mode as CS or TIM.

Sets or queries the timeout time of SPI decoding on the specified bus. The default unit is s.

NameTypeValuesDescription
ndiscrete1 | 2
valreal100ns - 1s
real - The query returns the timeout time of SPI decoding on the specified bus in scientific notation.

Sets or queries the source channel of the chip select line used for SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete-Bus number.
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Source channel for the chip select line.
enum - Returns the source channel of the chip select line as D0 through D15, CHAN1, or CHAN2.

Sets or queries the polarity of the chip select line used for SPI decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
polenumHIGH | LOWSets the chip select polarity.
enum - Returns the chip select polarity as HIGH or LOW.

Sets or queries the threshold of the source channel used for the SPI chip select line on the specified bus. This command is only available when the source channel is CH1 or CH2.

NameTypeValuesDescription
ndiscrete1 | 2Bus number.
threreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Threshold of the source channel of the chip select line.
real - Returns the threshold of the source channel of the chip select line of SPI decoding on the specified bus in scientific notation.
:BUS<n>:CANset / query

Selects the channel source used for CAN decoding on the specified bus, or queries the current source. The command applies to a numbered bus instance.

NameTypeValuesDescription
ndiscrete1 - 2Bus number.
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for CAN decoding.
enum - Returns the current CAN decoding source as D0 through D15, or CHAN1/CHAN2.

Sets or queries the channel source used for CAN decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the CAN bus number.
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Selects the source channel for CAN decoding.
enum - Returns the current CAN source as D0 through D15 or CHAN1/CHAN2.

Set or query the signal type of CAN decoding on the specified bus.

NameTypeValuesDescription
ninteger1 - 2Bus number.
stypeenumTX | RX | CANH | CANL | DIFFerentialSignal type used for CAN decoding.
enum - The query returns TX, RX, CANH, CANL, or DIFF.
:BUS<n>:CAN:BAUDset / query

Set or query the signal rate of CAN decoding on the specified bus. The default unit is b/s.

NameTypeValuesDescription
ninteger1 - 2
baudenum100000 | 125000 | 250000 | 400000 | 500000 | 800000 | 1000000 | USER
enum - The query returns the signal rate of CAN decoding on the specified bus in integer or returns USER.

Sets or queries the user-defined signal rate of CAN decoding on the specified bus. The default unit is b/s.

NameTypeValuesDescription
ndiscrete-Bus number.
baudinteger10000 - 1000000User-defined signal rate of CAN decoding.
integer - The user-defined signal rate of CAN decoding on the specified bus.

Set or query the sample position, expressed as a percentage, of CAN decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2
spointeger5 - 95Sample position of CAN decoding, expressed in percentage.
integer - The query returns the sample position of CAN decoding on the specified bus.

Set or query the threshold of CAN decoding on the specified bus.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the bus number.
threreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetSets the CAN decoding threshold.
real - Returns the threshold of CAN decoding on the specified bus in scientific notation.

Sets or queries the vertical offset of CAN decoding on the specified bus. Before using this command, the bus display must be enabled.

NameTypeValuesDescription
ninteger1 - 2Bus number.
valinteger-166 - 148Vertical offset value when the screen display is normal and statistic is not enabled.
integer - The vertical offset of CAN decoding on the specified bus.

:CALCulate:MODEset / query

Sets or queries the math operation type.

NameTypeValuesDescription
modenumADD | SUB | MULTiply | DIVision | FFT | LOGic | ADVanced | OFFMath operation type.
enum - The query returns ADD, SUB, MULT, DIV, FFT, LOG, ADV, or OFF.
:CALCulate:ADDset / query

Sets or queries the channel source for the addition operation. The slice documents the source setting for :CALCulate:ADD:SA and :CALCulate:ADD:SB; the requested :CALCulate:ADD entry is only a heading here.

Set or query the channel source of source A in the addition operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source used as source A in the addition operation.
enum - Returns the selected source as CHAN1 or CHAN2.

Sets or queries the channel source of source B in the addition operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source used as source B for the addition operation.
enum - Returns the selected channel source as CHAN1 or CHAN2.

Enable or disable the inverted display of the addition operation result, or query the current status of that inverted display.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables inverted display of the addition operation result.
enum - Returns the current inverted-display status of the addition operation result.

Set or query the vertical scale of the addition operation result. The unit is related to the amplitude unit of the signal source channel.

NameTypeValuesDescription
scalereal0.02 - 500Sets the vertical scale of the addition operation result; the actual range depends on the source channel vertical scale.
real - Returns the vertical scale of the addition operation result in scientific notation.

Set or query the vertical offset of the addition operation result. The unit is related to the amplitude unit of the signal source channel.

NameTypeValuesDescription
offsreal(-40 x VScale) - (40 x VScale)Vertical offset of the addition operation result.
real - The query returns the vertical offset of the addition operation result in scientific notation.
:CALCulate:ADD:VOFFset <offs>
:CALCulate:ADD:VOFFset?
:CALCulate:SUBset / query

Sets or queries the channel source used for subtraction operation source A or source B. The query returns the selected channel as CHAN1 or CHAN2.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source used in the subtraction operation.

Set or query the channel source of source A in the subtraction operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for subtraction source A.
enum - Returns the selected channel source as CHAN1 or CHAN2.

Sets or queries the channel source of source B in the subtraction operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for subtraction source B.
enum - Returns the selected channel source as CHAN1 or CHAN2.

Enable or disable the inverted display of the subtraction operation result, or query the current status of that setting.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables inverted display of the subtraction operation result.
enum - The query returns 1 or 0.

Set or query the vertical scale of the subtraction operation result. The unit is related to the amplitude unit of the signal source channel.

NameTypeValuesDescription
scalereal1p - 200The vertical scale of the subtraction operation result; the actual range is related to the vertical scale of the signal source channel.
real - The query returns the vertical scale of the subtraction operation result in scientific notation.

Sets or queries the vertical offset of the subtraction operation result. The unit is related to the amplitude unit of the signal source channel.

NameTypeValuesDescription
offsreal-40 x VScale - 40 x VScaleVertical offset of the subtraction operation result.
real - Returns the vertical offset of the subtraction operation result in scientific notation.

Sets or queries the channel source used as source A in the multiplication operation. The query returns CHAN1 or CHAN2.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for source A or source B in the multiplication operation.

Set or query the channel source of source A in the multiplication operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for source A in the multiplication operation.
enum - The query returns CHAN1 or CHAN2.

Set or query the channel source of source B in the multiplication operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for multiplication source B.
enum - The query returns CHAN1 or CHAN2.

Enable or disable the inverted display of the multiplication operation result, or query the current status of that inversion.

NameTypeValuesDescription
<bool>enum1 | ON | 0 | OFFEnables or disables inverted display of the multiplication operation result.
enum - Returns the current inverted-display status as 1 or 0.

Set or query the vertical scale of the multiplication operation result.

NameTypeValuesDescription
scalereal50nU - 10MUVertical scale of the multiplication operation result; the actual range depends on the source channel vertical scale.
real - Returns the vertical scale of the multiplication operation result in scientific notation.

Set or query the vertical offset of the multiplication operation result.

NameTypeValuesDescription
offsreal-40 x VScale - 40 x VScaleVertical offset of the multiplication operation result.
real - The vertical offset of the multiplication operation result in scientific notation.

Division operation group command; this page only documents the SA and SB source-setting/query subcommands. It sets or queries the channel source used for source A or source B in the division operation.

Sets or queries the channel source of source A in the division operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source used as source A in the division operation.

Set or query the channel source of source B in the division operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Channel source for source B in the division operation.
enum - Returns the selected source channel.

Enable or disable the inverted display of the division operation result, or query the current inverted-display status.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables inversion of the division operation result.
enum - Returns the current inverted-display status as 1 or 0.

Set or query the vertical scale of the division operation result.

NameTypeValuesDescription
scalereal50nU - 50MUThe vertical scale of the division operation result; the actual range is related to the source channel vertical scale.
string - Returns the vertical scale of the division operation result in scientific notation.

Set or query the vertical offset of the division operation result.

NameTypeValuesDescription
offsreal-40 x VScale - 40 x VScaleVertical offset of the division operation result.
real - Returns the vertical offset of the division operation result in scientific notation.
:CALCulate:FFTset / query

Set the signal source used for FFT operation.

Set or query the signal source of FFT operation.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2
enum - The query returns CHAN1 or CHAN2.

Sets or queries the FFT window function.

NameTypeValuesDescription
windowenumRECTangle | HANNing | HAMMing | BLACkmanSelects the FFT window function.
enum - Returns the current FFT window function as RECT, HANN, HAMM, or BLAC.

Enable or disable the split display of the FFT operation, or query the current split-display status.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFControls whether the FFT signal source channel waveform and FFT results are displayed separately or in the same window.
boolean - Returns 1 when split display is enabled and 0 when it is disabled.

Sets or queries the vertical scale type of the FFT operation result.

NameTypeValuesDescription
vmodeenumVRMS | DBVertical scale type for the FFT operation result.
enum - The query returns the vertical scale type of the FFT operation result.

Set or query the vertical scale of the FFT operation result. The unit depends on the current FFT vertical scale type and the source channel amplitude unit.

NameTypeValuesDescription
vscalereal1 - 100Vertical scale value when the FFT scale type is DB.
real - The vertical scale of the FFT operation result in scientific notation.

Set or query the vertical offset of the FFT operation result. The unit depends on the current FFT vertical scale type and the amplitude unit of the signal source channel.

NameTypeValuesDescription
offsreal(-40 x VScale) - (40 x VScale)Vertical offset of the FFT operation result.
real - Returns the vertical offset of the FFT operation result in scientific notation.

Sets or queries the horizontal coefficient of FFT operation. This command indirectly sets the horizontal scale of FFT operation.

NameTypeValuesDescription
hscaleenum1 | 2 | 3 | 4Horizontal coefficient of FFT operation.
enum - Returns the FFT horizontal coefficient.

Set or query the horizontal offset of the FFT operation result. The unit is Hz.

NameTypeValuesDescription
offsrealmax{-0.5 x Sa, -14 x Hspan} - 0.5 x SaHorizontal offset of the FFT operation result.
real (Hz) - Returns the horizontal offset of the FFT operation result in scientific notation.

Sets or queries the horizontal scale of the FFT operation result. The unit is Hz/div.

NameTypeValuesDescription
spandiscrete-FFT horizontal scale value, which is related to the current FFT sample rate of the screen.
string - Returns the horizontal scale of the FFT operation result in scientific notation.
:CALCulate:FFT:HSPan <span>
:CALCulate:FFT:HSPan?

Sets or queries the center frequency of the FFT operation result. The unit is Hz.

NameTypeValuesDescription
centerrealHorizontal offset of the operation result + 7 x (the current horizontal scale)Center frequency of the FFT operation result.
real (Hz) - The query returns the center frequency of the FFT operation result in scientific notation.
:CALCulate:LOGicset / query

Sets or queries the channel source used in the logic operation. The manual notes that if the logic operation type is NOT, only :CALCulate:LOGic:SA is used to specify source A.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the logic operation.

Set or query the channel source of source A in the logic operation.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for source A.
enum - The query returns the selected channel source.

Set or query the channel source of source B in the logic operation.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for logic source B.
enum - Returns the selected channel source.

Enable or disable the inverted display of the logic operation result, or query the current status of that setting.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFSelects whether the inverted display of the logic operation result is enabled or disabled.

Set or query the vertical scale of the logic operation result.

NameTypeValuesDescription
scalereal0.05U - 100UVertical scale of the logic operation result.
real - The query returns the vertical scale of the logic operation result in scientific notation.

Set or query the vertical offset of the logic operation result.

NameTypeValuesDescription
offsreal-40 x VScale - 40 x VScaleVertical offset of the logic operation result.
real - The query returns the vertical offset of the logic operation result in scientific notation.

Set or query the operator of the logic operation.

NameTypeValuesDescription
operenumAND | OR | NOT | XOROperator of the logic operation.
enum - The query returns AND, OR, NOT, or XOR.

Set or query the threshold of source A in the logic operation. This command is only available when source A is CH1 or CH2, and for NOT logic only source A needs to be set.

NameTypeValuesDescription
threreal(-4 x VerticalScale - OFFSet) - (4 x VerticalScale - OFFSet)Threshold value for source A in the logic operation.
real - Returns the threshold of source A or B of logic operation in scientific notation.

Set or query the threshold of source B in the logic operation. This command is only available when source B is CH1 or CH2.

NameTypeValuesDescription
threreal-4 x VerticalScale - OFFSet - 4 x VerticalScale - OFFSetThreshold value for source B in the logic operation.
real - Returns the threshold of source B in the logic operation in scientific notation.

Sets or queries the expression of advanced operation.

NameTypeValuesDescription
expressionstring-Expression used for the advanced operation.

Set or query the expression of advanced operation. The expression is entered as an ASCII string and may be up to 64 bytes long.

NameTypeValuesDescription
expressionstring-Advanced operation expression to set.
string - Returns the current expression.

Enable or disable the inverted display of the advanced operation result, or query the current status of the inverted display of the advanced operation result.

NameTypeValuesDescription
boolboolean0|OFF - 1|ONEnables or disables the inverted display of the advanced operation result.

Set or query variable1 in the advanced operation expression. The value can be used by :CALCulate:ADVanced:EXPRession.

NameTypeValuesDescription
numeric_valuereal-9.9999 - 9.9999Numeric value in AeB or decimal format.
:CALCulate:ADVanced:VARiable1 <numeric_value>
:CALCulate:ADVanced:VARiable1?

Set or query variable2 in the advanced operation expression. The query returns the variable value in scientific notation.

NameTypeValuesDescription
numeric_valuereal-9.9999 - 9.9999Numeric value for variable2; the mantissa A is in the range -9.9999 to 9.9999 with a minimum step of 0.0001, and the exponent B is an integer from -9 to 9.
string - Returns the value of variable2 in the advanced operation expression in scientific notation.

Sets or queries the vertical scale of the advanced operation result. The unit depends on the advanced operation expression.

NameTypeValuesDescription
numeric_valuereal0.02 - 500Vertical scale value for the advanced operation result; the actual valid range depends on the advanced operation expression.
real - The vertical scale of the advanced operation result in scientific notation.

Set or query the vertical offset of the advanced operation result. The unit is related to the advanced operation expression.

NameTypeValuesDescription
offsreal(-40 x VScale) - (40 x VScale)Vertical offset of the advanced operation result.
string - Returns the vertical offset of the advanced operation result in scientific notation.
:CALCulate:ADVanced:VOFFset <offs>
:CALCulate:ADVanced:VOFFset?

Queries the date of the last calibration.

string - Returns the date in <year>,<month>,<day> format, with <day> and <month> as double-digit figures and <year> as a four-digit figure.
:CALibrate:DATE?

Queries the time of the last calibration.

string - Returns the time in <hours>,<minutes>,<seconds> format, with <hours>, <minutes>, and <seconds> as double-digit figures.

Set or query the bandwidth limit of the specified analog channel.

NameTypeValuesDescription
ndiscrete-
typeenum20M | 100M | OFF
enum - Returns the bandwidth limit setting of the specified analog channel.

Set or query the coupling mode of the specified analog channel.

NameTypeValuesDescription
ndiscrete1 | 2Specified analog channel number.
couplingenumAC | DC | GNDCoupling mode for the specified analog channel.
enum - Returns the current coupling mode.

Enable or disable the specified analog channel, or query the current status of the specified analog channel.

NameTypeValuesDescription
ninteger1 - 2
boolboolean1 | ON | 0 | OFFEnables or disables the specified analog channel.
boolean - The query returns 1 or 0.

Enable or disable the inverted display of the specified analog channel, or query its current status.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the analog channel number.
boolboolean1 | ON | 0 | OFFEnables or disables channel inversion.
enum - Returns the current inverted-display status as 1 or 0.

Set or query the input impedance of the specified analog channel. The default unit is Ω.

NameTypeValuesDescription
ndiscrete1 | 2
impedanceenumOMEG | FIFTySelects the channel input impedance.
enum - Returns the current input impedance setting.

Sets or queries the vertical offset of the specified analog channel. The default unit is V.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the analog channel number.
offsetrealVSets the vertical offset for the specified analog channel.
real (V) - Returns the vertical offset of the specified analog channel in scientific notation.

Sets or queries the vertical scale of the specified analog channel. The default unit is V/div.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the analog channel number.
scalereal500b5V/div - 10V/divSets the vertical scale of the specified analog channel.
real (V/div) - Returns the vertical scale of the specified analog channel in scientific notation.

Set or query the probe attenuation ratio of the specified analog channel.

NameTypeValuesDescription
ndiscrete1 | 2
attendiscrete0.01 | 0.02 | 0.05 | 0.1 | 0.2 | 0.5 | 1 | 2 | 5 | 10 | 20 | 50 | 100 | 200 | 500 | 1000
real - The query returns the attenuation ratio currently set.

Set or query the amplitude display unit of the specified analog channel.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the analog channel number.
unitsenumVOLTage | WATT | AMPere | UNKNownSets the amplitude display unit for the specified analog channel.
enum - Returns the current amplitude display unit as VOLT, WATT, AMP, or UNKN.

Enables or disables the fine adjustment function of the vertical scale for the specified analog channel, or queries its current status.

NameTypeValuesDescription
ndiscrete1 - 2Specifies the analog channel number.
boolenum1 | ON | 0 | OFFTurns fine adjustment on or off.
integer - Returns the current fine adjustment status as 1 or 0.
:CHANnel<n>:TCALset / query

Set or query the delay calibration time of the specified analog channel. The default unit is s.

NameTypeValuesDescription
ndiscrete1 | 2Specified analog channel number.
timereal-200ns - 200nsDelay calibration time to set.
real (s) - Returns the delay calibration time of the specified analog channel in scientific notation.

:CURSor:MODEset / query

Set or query the cursor measurement mode.

NameTypeValuesDescription
modeenumOFF | MANual | TRACk | AUTO | XYCursor measurement mode to set.
enum - Returns the current cursor measurement mode.
:CURSor:MANualset / query

Set or query the cursor type of manual measurement with cursor.

NameTypeValuesDescription
typeenumTIME | AMPLitudeSelects the manual cursor type.
enum - Returns the current cursor type.

Sets or queries the cursor type for manual measurements. TIME selects X cursors for time measurements; AMPLitude selects Y cursors for voltage measurements.

NameTypeValuesDescription
typeenumTIME | AMPLitudeCursor type for manual measurement.

Sets or queries the channel source used for manual cursor measurements. Only currently enabled channels can be selected.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2 | MATH | LA | NONEChannel source for manual measurement with cursor.
enum - Returns the selected source as CHAN1, CHAN2, MATH, LA, or NONE.

Set or query the horizontal unit in manual measurement with cursor. The selected unit determines whether cursor measurement results are shown in seconds, hertz, percent, or degrees.

NameTypeValuesDescription
unitenumSECond | HZ | PERCent | DEGReeHorizontal unit used for manual cursor measurements.
enum - Returns the currently selected horizontal unit.

Sets or queries the vertical unit used in manual cursor measurements. SUNit makes A->Y, B->Y, and △Y use the current source unit; PERCent expresses A->Y, B->Y, and △X in percent.

NameTypeValuesDescription
unitenumSUNit | PERCentVertical unit for manual cursor measurements.
enum - Returns the current vertical unit as SUN or PERC.

Sets or queries the horizontal position of cursor A (X cursor) in manual cursor measurement mode.

NameTypeValuesDescription
axinteger0 - 699Horizontal pixel coordinate of cursor A.
integer - Returns the horizontal position of cursor A as an integer from 0 to 699.

Sets or queries the horizontal position of cursor B (X cursor) in manual measurement mode.

NameTypeValuesDescription
bxinteger0 - 699Horizontal pixel coordinate for cursor B.
integer - Returns the horizontal cursor B position as an integer from 0 to 699.

Sets or queries the vertical position of cursor A (Y cursor) in manual measurement with cursor. The value is a screen pixel coordinate; the command is invalid when the measurement source is LA.

NameTypeValuesDescription
ayinteger0 - 399Vertical position of cursor A.
integer - The query returns the vertical position of cursor A as an integer between 0 and 399.

Set or query the vertical position of cursor B (Y cursor) in manual measurement with cursor.

NameTypeValuesDescription
byinteger0 - 399Vertical position of cursor B, defined by the screen pixel coordinate.
integer - The query returns the vertical cursor position as an integer between 0 and 399.

Queries the X value at cursor A in manual cursor measurement. The value is returned in scientific notation, with the unit determined by the currently selected horizontal unit.

real - Returns the X value at cursor A in manual measurement with cursor in scientific notation.

Query the X value at cursor B in manual cursor measurement. The value is returned in scientific notation.

real - Returns the X value at cursor B in manual measurement with cursor, in scientific notation.

Queries the Y value at cursor A in manual cursor measurement. The return is in scientific notation, except when the current measurement source is LA, in which case it returns a decimal integer.

numeric - Y value at cursor A in manual measurement with cursor. Returns a decimal integer when the current measurement source is LA.

Query the Y value at cursor B in manual measurement with cursor. The returned unit follows the currently selected vertical unit; when the current measurement source is LA, it returns a decimal integer corresponding to the sum of the binary weights of D15 to D0 at cursor B.

numeric - Returns the Y value at cursor B in scientific notation; when the current measurement source is LA, returns a decimal integer corresponding to the sum of the binary weights of D15 to D0 at cursor B, with 0 by default for a channel that is not turned on.

Queries the difference △X between the X values at cursor A and cursor B in manual cursor measurement.

real - Returns the difference △X between the X values at cursor A and cursor B in scientific notation.

Query the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in manual measurement with cursor.

real - Returns the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in manual measurement with cursor in scientific notation. When △X is 0s, the query returns 9.9E37.

Queries the difference △Y between cursor A and cursor B in manual cursor measurement. The unit follows the currently selected vertical unit, and the command is invalid when the measurement source is LA.

real - Returns the difference △Y between the Y values at cursor A and cursor B in scientific notation. When the measurement source is LA, returns 4294967295.
:CURSor:TRACkset / query

Set or query the channel source of cursor A or cursor B in track measurement with cursor.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2 | MATH | NONESelects the channel source for the cursor track measurement.

Sets or queries the channel source of cursor A in track measurement with cursor.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2 | MATH | NONEChannel source for cursor A in track measurement with cursor.

Set the channel source of cursor B in track measurement with cursor.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2 | MATH | NONEChannel source for cursor B in track measurement with cursor.

Sets or queries the horizontal position of cursor A in track measurement with cursor.

NameTypeValuesDescription
axinteger0 - 699Horizontal pixel position of cursor A.
integer - The query returns the horizontal position of cursor A as an integer between 0 and 699.

Set or query the horizontal position of cursor B in track measurement with cursor.

NameTypeValuesDescription
bxinteger0 - 699Horizontal pixel position of cursor B.
integer - The query returns an integer between 0 and 699.

Queries the vertical position of cursor A in track measurement with cursor.

integer - Returns the vertical position of cursor A in integer.

Query the vertical position of cursor B in track measurement with cursor.

integer - The vertical position of cursor B in integer.

Queries the X value at cursor A in track measurement with cursor. The value is returned in scientific notation; if the Y value exceeds the screen region, the related Y-value query returns 9.9E37.

real - The X value at cursor A in track measurement with cursor, returned in scientific notation.

Queries the Y value at cursor A in track measurement with cursor. The value is returned in scientific notation; if it exceeds the screen region, the instrument returns 9.9E37.

real - The Y value at cursor A in track measurement with cursor, returned in scientific notation.

Queries the Y value at cursor B in track measurement with cursor. The value is returned in scientific notation; if the Y value exceeds the screen region, the instrument returns 9.9E37.

real - The Y value at cursor B in track measurement with cursor, returned in scientific notation. If the value exceeds the screen region, returns 9.9E37.

Query the Y value at cursor B in track measurement with cursor.

real - Returns the Y value at cursor B in track measurement with cursor in scientific notation. When the Y value at cursor B exceeds the screen region, it returns 9.9E37.

Queries the difference △X between the X values at cursor A and cursor B in track measurement with cursor. The unit is seconds.

real (s) - Returns the difference △X between the X values at cursor A and cursor B in track measurement with cursor, in scientific notation.

Queries the difference △Y between the Y values at cursor A and cursor B in track measurement with cursor. The unit is determined by the current signal source unit, and if either Y value exceeds the screen region the query returns 9.9e37.

real - Returns the difference △Y between the Y values at cursor A and cursor B in scientific notation.

Queries the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in track measurement with cursor. The unit is Hz.

real (Hz) - Returns the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in track measurement with cursor in scientific notation. When △X is 0 s, the query returns 9.9E37.

:DISPlay:CLEarset / query

Clear all the waveforms on the screen. This command has the same function as CLEAR at the front panel.

:DISPlay:CLEar
:DISPlay:TYPEset / query

Set or query the display type of the waveform on the screen.

NameTypeValuesDescription
typeenumVECTors | DOTSDisplay mode for the waveform.
enum - Returns the current display type.

Set or query the persistence time. The unit is s.

NameTypeValuesDescription
timeenumMIN | 0.05 | 0.1 | 0.2 | 0.5 | 1 | 2 | 5 | 10 | 20 | INFinitePersistence time setting.
enum (s) - Returns the persistence time set.

Set or query the waveform brightness. The unit is %.

NameTypeValuesDescription
timeinteger0 - 100
integer (%) - The query returns an integer between 0 and 100.
:DISPlay:GRIDset / query

Set or query the grid type of the screen display.

NameTypeValuesDescription
gridenumFULL | HALF | NONEGrid type of the screen display.
enum - The query returns the grid type as FULL, HALF, or NONE.

Set or query the brightness of the screen grid. The unit is percent (%).

NameTypeValuesDescription
brightnessinteger0 - 100Brightness of the screen grid.
integer - The query returns an integer between 0 and 100.

Sets or queries the menu display time. The unit is seconds.

NameTypeValuesDescription
timeenum1 | 2 | 5 | 10 | 20 | INFiniteMenu display time.
enum (s) - The query returns the menu display time set.

Reads the bitmap data stream of the image currently displayed. The instrument returns the bitmap data directly to the PC buffer over the VISA interface.

block - Bitmap data stream of the currently displayed image, returned with a TMC block header followed by BMP data.
:DISPlay:DATA?

:FUNCtion:WRModeset / query

Set or query the mode of waveform record.

NameTypeValuesDescription
modeenumOFF | RECord | PLAY | KEEP | ANALyzeSelects the waveform record mode.
enum - Returns the current waveform record mode.

Set or query the end frame of waveform record.

NameTypeValuesDescription
frameinteger1 - the maximum number of frames that can be recorded currentlyEnd frame of waveform record.
integer - The query returns the end frame of waveform record in integer.

Set or query the end frame of waveform record.

NameTypeValuesDescription
frameinteger1 - the maximum number of frames that can be recorded currentlyEnd frame number for waveform record.
integer - Returns the end frame of waveform record.

Query the maximum number of frames that can be recorded currently.

integer - The maximum number of frames that can be recorded currently.

Set or query the time interval between frames in waveform recording, in seconds.

NameTypeValuesDescription
intervalreal100ns - 10sTime interval between frames in waveform recording.

Start or stop the waveform recording, or query the current status of the waveform recording.

NameTypeValuesDescription
operenumRECord | STOPSelects whether waveform recording is started or stopped.
enum - Returns the current waveform recording status.

Set or query the mode of waveform playback.

NameTypeValuesDescription
modeenumREPeat | SINGlePlayback mode.
enum - Returns the playback mode as REP or SING.

Set or query the mode of waveform playback.

NameTypeValuesDescription
modeenumREPeat | SINGleMode of waveform playback.
enum - Returns the playback mode as REP or SING.

Sets or queries the time interval in waveform playback. The unit is seconds.

NameTypeValuesDescription
intervalreal100ns - 10sTime interval used in waveform playback.
real (s) - Returns the time interval in waveform playback in scientific notation.
:FUNCtion:WREPlay:INTerval <interval>
:FUNCtion:WREPlay:INTerval?

Set or query the start frame of waveform playback.

NameTypeValuesDescription
frameinteger1 - the number of frames recordedStart frame of waveform playback.
integer - Returns the start frame of waveform playback.

Set or query the current frame in waveform playback.

NameTypeValuesDescription
frameinteger1 - the number of frames recordedCurrent frame of waveform playback.
integer - The current frame in waveform playback.

Set or query the end frame of waveform playback. The end frame must be greater than or equal to the start frame of waveform playback.

NameTypeValuesDescription
frameinteger1 - the number of frames recordedEnd frame of waveform playback.

Query the maximum end frame in waveform playback.

integer - The maximum end frame in waveform playback.

Execute waveform playback, stop or pause waveform playback, or query the current status of waveform playback.

NameTypeValuesDescription
operenumPLAY | STOP | PAUSeSelects the waveform playback operation.

Enable or disable the time tag in waveform playback, or query the current status of the time tag in waveform playback.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables the time tag in waveform playback.
enum - Returns the current time-tag status as 1 or 0.

Queries the record time difference of the waveform currently displayed relative to the first frame of the waveform.

string - Returns the record time difference in scientific notation.

Sets or queries the waveform analysis mode.

NameTypeValuesDescription
modeenumTRACe | MASKAnalysis mode.
enum - Returns the current waveform analysis mode.

Set or query the mode of waveform analysis.

NameTypeValuesDescription
modeenumTRACe | MASKSelects the waveform analysis mode: trace mode or pass/fail mask mode.
enum - Returns the current waveform analysis mode.

Sets or queries the channel source for waveform analysis. Only the currently enabled channel can be selected.

NameTypeValuesDescription
sourenumCHANnel1 | CHANnel2Channel source for waveform analysis.
enum - Returns the selected channel source as CHAN1 or CHAN2.

Set or query the current frame of waveform analysis.

NameTypeValuesDescription
NR1integer1 - the number of frames recorded
integer - The current frame of waveform analysis.

Enable or disable the template display, or query the current template display status.

NameTypeValuesDescription
boolenum1|ON | 0|OFFEnables or disables template display.
enum - Returns the current template display status as 1 or 0.

Set or query the screen start point in waveform analysis.

NameTypeValuesDescription
startinteger5 - 685Screen start point for waveform analysis.

Set or query the screen end point in waveform analysis.

NameTypeValuesDescription
endinteger15 - 695Screen end point in waveform analysis.

Set or query the start frame of waveform analysis.

NameTypeValuesDescription
sframeinteger1 - the number of frames recordedStart frame of waveform analysis.
integer - The query returns the start frame of waveform analysis.

Set or query the end frame of waveform analysis.

NameTypeValuesDescription
eframeinteger1 - the number of frames recordedEnd frame of waveform analysis.
integer - Returns the end frame of waveform analysis.

Sets or queries the threshold of waveform analysis. The unit is %; the threshold is used to judge whether a data frame is an error frame based on its relative difference from the template.

NameTypeValuesDescription
NR1integer1 - 99Threshold value for waveform analysis.
integer - Returns the threshold value as an integer between 1 and 99.

Set or query the horizontal adjustment parameter in analysis based on the pass/fail mask. The unit is div.

NameTypeValuesDescription
xreal0.02 - 4Horizontal adjustment parameter in analysis based on the pass/fail mask.
real - Returns the horizontal adjustment parameter in analysis based on the pass/fail mask in scientific notation.

Set or query the vertical adjustment parameter in analysis based on the pass/fail mask. The unit is div.

NameTypeValuesDescription
yreal0.04 - 5.12Vertical adjustment parameter in analysis based on the pass/fail mask.

Set the waveform analysis template when the analysis mode is trace. After analysis starts, the oscilloscope compares each frame of measured data with the template to determine whether an error frame exists according to the threshold set.

Start the waveform analysis. During the analysis process, the progress bar is displayed and parameters cannot be modified; when it finishes, analysis results are displayed and the first error frame is located.

Give up the waveform analysis. After stopping the waveform analysis, :FUNCtion:WANalyze:STARt can be used to restart it.

Query the total number of error frames discovered in the current analysis. The number of error frames depends on the error frame threshold currently set.

integer - Returns the total number of error frames.

Sets or queries the number of the current error frame.

NameTypeValuesDescription
NR1integer1 - the total number of error framesSpecifies the current error frame number.
integer - The query returns the number of the current error frame.

Queries the current frame difference. Under trace-based analysis, this is the normalized difference between the current frame and the template; under pass/fail mask analysis, it is 100% for an error frame and 0% otherwise.

real (%) - Returns the current frame difference as a percentage.

:LA:STATeset / query

Enable or disable the LA function, or query its status.

NameTypeValuesDescription
boolboolean-Turns the LA function on or off.
integer - The query returns 1 or 0.
:LA:ACTiveset / query

Set or query the current active channel or channel group. When none is sent, no channel or group is selected.

NameTypeValuesDescription
digitalenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15Selects one of channels D0 through D15.
groupenumGROup1 | GROup2 | GROup3 | GROup4Selects one of the user-defined digital channel groups.
stateenumNONEClears the active selection.
enum - Returns the currently active channel or channel group.
:LA:DISPlayset / query

Turns on or off the specified digital channel, user-defined channel group, or default channel group. The query returns the status of the specified digital channel or channel group.

NameTypeValuesDescription
digitaldiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15
groupdiscreteGROup1 | GROup2 | GROup3 | GROup4
poddiscretePOD1 | POD2
boolboolean1 | ON | 0 | OFFTurns the specified channel or group on or off.
integer - Returns 1 or 0 indicating the queried channel or channel group status.
:LA:AUTosortset / query

Sets the digital channel auto ordering mode.

NameTypeValuesDescription
ndiscrete0 | 1Selects the screen ordering of digital channel waveforms.
:LA:DELeteset / query

Undo the grouping setting of any of the 16 digital channels, or undo the channel setting of any of GROUP1 to GROUP4.

NameTypeValuesDescription
digitaloptenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15One of the 16 digital channels.
groupoptenumGROup1 | GROup2 | GROup3 | GROup4One of the four user-defined digital channel groups.
:LA:SIZEset / query

Set or query the display size of the digital channel waveforms.

NameTypeValuesDescription
sizeenumSMALl | LARGe | MEDiumDisplay size of the digital channel waveforms.
enum - Returns the current display size as SMAL, LARG, or MED.

Turn on or off the specified digital channel, or query the status of the specified digital channel.

NameTypeValuesDescription
ninteger0 - 15Specifies the digital channel number.
boolenum1|ON | 0|OFFTurns the specified digital channel on or off.
enum - The query returns 1 or 0.

Set or query the display position of the specified digital channel.

NameTypeValuesDescription
ninteger0 - 15Specified digital channel number.
positioninteger0 - 15Display position of the specified digital channel; valid range depends on the waveform display mode.
integer - Returns an integer position value for the specified digital channel.

Set or query the label of the specified digital channel.

NameTypeValuesDescription
ndiscrete0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15Specifies the digital channel number.
labelstring4 charactersASCII label for the specified digital channel; may include uppercase letters and numbers, and cannot exceed 4 characters.
string - Returns the label of the specified digital channel in ASCII string. If the current channel has no label, the query returns "No Label!".

Turn on or off the specified default channel group, or query its status.

NameTypeValuesDescription
ndiscrete1 | 2Specifies the default channel group.
boolboolean1 | ON | 0 | OFFTurns the specified default channel group on or off.
integer - Returns 1 or 0 indicating the status of the specified default channel group.
:LA:POD<n>:DISPlay <bool>
:LA:POD<n>:DISPlay?

Sets or queries the threshold of the specified default channel group. The default unit is V.

NameTypeValuesDescription
ndiscrete1 | 2
thresholdreal-20.0V - +20.0V
real - The threshold of the specified default channel group, returned in scientific notation.

Add channels into the specified user-defined channel group.

NameTypeValuesDescription
ninteger1 - 4User-defined channel group number.
digitalenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15Digital channel to append to the group.

Sets the specified digital bus as the current bus, or queries whether the specified digital bus is the current bus.

NameTypeValuesDescription
ninteger1 - 2Specifies the digital bus number.
enum - The query returns TURE or FALSE.

Turn on or off the specified digital bus; or query whether the specified digital bus is turned on.

NameTypeValuesDescription
ninteger1 - 2
boolboolean1 | ON | 0 | OFF
boolean - The query returns 1 or 0.

Sets or queries which channels are assigned to the specified digital bus. The bus channels can be L, H, or HL.

NameTypeValuesDescription
ninteger1 - 2Specifies the digital bus number.
channelenumL | H | HLSelects the channels of the digital bus.
enum - Returns the current channel assignment for the specified digital bus.

Set or query the display format of the specified digital bus.

NameTypeValuesDescription
ninteger1 - 2
formatenumHEX | DECimal | BINary | ASCiiDisplay format for the specified digital bus.
enum - The query returns the current display format as HEX, DEC, BIN, or ASC.

:LAN:DHCPset / query

Enable or disable the DHCP configuration mode, or query the current DHCP status.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFTurns DHCP configuration mode on or off.
integer - Returns the current DHCP configuration status as 1 or 0.
:LAN:AUToipset / query

Enable or disable the auto IP configuration mode, or query the current auto IP configuration status.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFTurns auto IP configuration mode on or off.
enum - Returns the current auto IP configuration status as 1 or 0.
:LAN:GATewayset / query

Set or query the gateway. The gateway string must be in dotted-decimal form nnn,nnn,nnn,nnn, and the command is used when IP configuration mode is Auto IP or Static IP.

NameTypeValuesDescription
stringstring-Gateway address in ASCII dotted-decimal format nnn,nnn,nnn,nnn.
string - Returns the current gateway in string form.
:LAN:DNSset / query

Set or query the DNS address.

NameTypeValuesDescription
stringstring-ASCII string specifying the DNS address in nnn,nnn,nnn,nnn format.
string - Returns the current DNS address in string form.

Queries the MAC address of the instrument. The address is displayed in "00-19-AF-30-00-00" format.

string - Returns the MAC address as a string, for example 0019af300000.
:LAN:MANualset / query

Enable or disable the static IP configuration mode, or query its current status.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFTurns static IP configuration mode on or off.
:LAN:INITiateset / query

Initialize the network parameters. Before using this command, make sure that the oscilloscope has been connected to the network correctly.

:LAN:IPADdressset / query

Set or query the IP address of the instrument.

NameTypeValuesDescription
stringstring-IP address string in the format nnn,nnn,nnn,nnn.
string - Returns the current IP address as a string.
:LAN:SMASkset / query

Set or query the subnet mask. The subnet mask string must be in the format nnn,nnn,nnn,nnn with each nnn from 0 to 255.

NameTypeValuesDescription
stringstring-Subnet mask in nnn,nnn,nnn,nnn format.
string - Returns the current subnet mask.

Queries the current status of the network configuration.

enum - Returns the current network configuration status: UNLINK, INIT, IPCONFLICT, CONFIGURED, or DHCPFAILED.

Query the VISA address of the instrument.

string - Returns the VISA address in string format, for example TCPIP::172.16.3.119::INSTR.
:LAN:APPLyset / query

Apply the network configuration.

:MASK:ENABleset / query

Enable or disable the pass/fail test function, or query its current status. The command is invalid in certain time-base and waveform-recording states, or when no analog channel is enabled.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFEnables or disables the pass/fail test function.
boolean - The query returns the current pass/fail test status as 1 or 0.
:MASK:SOURceset / query

Sets or queries the measurement source used for the pass/fail test. Only the enabled channel can be selected as the source.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Measurement source for the pass/fail test.
enum - Returns the current measurement source as CHAN1 or CHAN2.
:MASK:OPERateset / query

Run or stop the pass/fail test, or query the current status of the pass/fail test.

NameTypeValuesDescription
operenumRUN | STOPSelects whether the pass/fail test runs or stops.
:MASK:MDISplayset / query

When the pass/fail test is enabled, enables or disables the message display, or queries its current status.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables the message display.
enum - Returns the current message display status as 1 or 0.
:MASK:SOOutputset / query

Enable or disable the "Stop On Fail" function, or query its current status.

NameTypeValuesDescription
<bool>enum1 | ON | 0 | OFFEnables or disables the Stop On Fail function.
enum - Returns 1 or 0 indicating the current Stop On Fail state.
:MASK:OUTPutset / query

Set or query the output mode when the test fails.

NameTypeValuesDescription
typeenumFAIL | FSOundSelects the output mode used when a test fails.
enum - Returns the current output mode as FAIL or FSO.
:MASK:Xset / query

Set the horizontal adjustment parameter of the pass/fail test mask. The unit is div.

NameTypeValuesDescription
xreal0.02 - 4Horizontal adjustment parameter of the pass/fail test mask.
:MASK:Yset / query

Set or query the vertical adjustment parameter of the pass/fail test mask, in divisions.

NameTypeValuesDescription
yreal0.04 - 5.12Vertical adjustment parameter of the pass/fail test mask.
real - Returns the vertical adjustment parameter of the pass/fail test mask in scientific notation.
:MASK:CREateset / query

Create the pass/fail test mask using the currently set horizontal and vertical adjustment parameters. It is valid only when pass/fail testing is enabled and running.

:MASK:CREate

Query the number of frames that pass the pass/fail test.

integer - The number of frames that pass the pass/fail test.

Query the number of failed frames in the pass/fail test.

integer - The query returns the number of failed frames in the pass/fail test.

Query the total number of frames of the pass/fail test.

integer - The total number of frames of the pass/fail test.
:MASK:RESetset / query

Resets the passed, failed, and total frame counters to 0.

:MASK:DATAset / query

Send or read the mask of the pass/fail test.

NameTypeValuesDescription
maskblock-Binary data block containing the mask; place the data stream directly after the command string when sending.
block - Returns the MASK data in ASCII format, preceded by a TMC data description header (#NX…X) indicating the byte length of the data stream.

:MEASure:SOURceset / query

Sets or queries the signal source of the current measurement parameter. It applies to all measurement parameters except delay and phase.

NameTypeValuesDescription
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSignal source for the measurement parameter.
enum - Returns the current measurement source.

Set or query the measurement source of the frequency counter, or disable the frequency counter measurement.

NameTypeValuesDescription
sourenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | EXT | OFFMeasurement source for the frequency counter.
enum - The query returns the selected measurement source.

Queries the measurement result of the frequency counter. The unit is Hz; when the frequency counter is not turned on, the query returns 9.9e37.

real (Hz) - The measurement result of the frequency counter in scientific notation. Returns 9.9e37 when the frequency counter is not turned on.
:MEASure:CLEarset / query

Clear any or all of the last five measurement items that are enabled.

NameTypeValuesDescription
itemenumITEM1 | ITEM2 | ITEM3 | ITEM4 | ITEM5 | ALLMeasurement item to clear.
:MEASure:RECoverset / query

Recover the measurement items that have been cleared.

NameTypeValuesDescription
itemenumITEM1 | ITEM2 | ITEM3 | ITEM4 | ITEM5 | ALLSpecifies which cleared measurement item to recover.

Enable or disable all measurements, or query the current status of all measurements.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables all measurements.
enum - Returns the current all-measurement status as 1 or 0.

Set or query the signal source of the all measurement parameters.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSignal source for the all measurement parameters.
enum - The query returns one or more of CHAN1, CHAN2, and MATH. Multiple signal sources are separated by commas.

Enable or disable the statistic function, or query the current status of the statistic function.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables the statistic function.
enum - The query returns the current statistic function status.

Set or query the statistic mode.

NameTypeValuesDescription
modeenumDIFFerence | EXTRemumSelects whether the statistic display shows difference or extremum results.
enum - Returns the current statistic mode as DIFF or EXTR.

Set or query the type of measurement setting.

NameTypeValuesDescription
typeenumDELay | PHASe | THResholdMeasurement setting type.
enum - The query returns DEL, PHAS, or THR.

Sets or queries the upper limit of the threshold level used in auto measurement of the analog channels. The value is expressed as a percentage of amplitude.

NameTypeValuesDescription
maxinteger7 - 95Upper limit of the threshold level.

Set or query the middle value of the threshold level in the auto measurement of the analog channels. The value is expressed as a percentage.

NameTypeValuesDescription
midinteger6 - 94Middle threshold value.
integer - Returns the middle value of the threshold level in integer.

Set or query the lower limit of the threshold level in the auto measurement of the analog channels. The unit is %.

NameTypeValuesDescription
mininteger5 - 93Lower limit of the threshold level.

Sets or queries the channel source of source A in phase deviation measurements.

NameTypeValuesDescription
sourceAenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for source A.
enum - Returns the selected source A channel source.

Sets or queries the channel source of source B in phase deviation measurements.

NameTypeValuesDescription
sourceBenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for source B; valid choices depend on whether source A is a digital channel or CHANnel1/CHANnel2.
enum - Returns the selected source B channel identifier.

Sets the channel source of source A in delay time measurements, or queries the current source A setting. The source can be a digital line D0–D15 or CHANnel1/CHANnel2.

NameTypeValuesDescription
sourceAenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for source A in delay time measurements.
enum - Returns the current source A channel setting.

Sets or queries the channel source of source B in delay time measurements.

NameTypeValuesDescription
sourceBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for source B in delay time measurements.
discrete - Returns the current source B channel source as D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.
:MEASure:AREAset / query

Set or query the measurement range.

NameTypeValuesDescription
areaenumSCReen | CREGionSelects the measurement range as the screen region or the cursor-defined region.
enum - Returns the current measurement range as SCR or CREG.

When the measurement range is set to cursor region, this command sets or queries the position of cursor A. Use :MEASure:AREA to set the measurement range to cursor region.

NameTypeValuesDescription
caxinteger0 - (the current position of cursor B - 6)Sets the position of cursor A.
integer - The query returns the position of cursor A in integer.

When the measurement range is set to cursor region, this command sets or queries the position of cursor B.

NameTypeValuesDescription
cbxintegerThe current position of cursor A + 6 - 697Position of cursor B.
integer - The query returns the position of cursor B in integer.

Enable or disable the measurement history, or query its current on/off status.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFTurns measurement history on or off.
enum - Returns the current measurement history status as 1 or 0.

Set or query the display mode of the history measurement data.

NameTypeValuesDescription
modenumTABLe | GRAPhDisplay mode for history measurement data.
enum - Returns the current display mode of the history measurement data.
:MEASure:FDELayset / query

Enables the delay measurement function between two specified channels. The query form enables the measurement and returns the delay result in seconds.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the falling edge-falling edge delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the falling edge-falling edge delay measurement.
real (s) - The delay (falling edge-falling edge) measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:FDELay CHANnel1,CHANnel2
:MEASure:FDELay? CHANnel1,CHANnel2

Enables the falling-edge to falling-edge delay measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic maximum value for the enabled measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the delay measurement.
real - Statistic maximum value of the delay (falling edge-falling edge) measurement results. When the measurement results are invalid, the query returns 9.9e37.

Queries the statistic minimum value of the falling-edge to falling-edge delay measurement results between two specified channels. The delay measurement and statistic function must be enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15Second channel used for the delay measurement when <chanA> is D0-D15; when <chanA> is CHANnel1 or CHANnel2, this may be CHANnel1 or CHANnel2.
real - Returns the statistic minimum value of the delay measurement results in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Queries the current statistic value of the delay (falling edge-falling edge) measurement results between two specified channels. The measurement and statistic functions must be enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel identifier.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel identifier; valid values depend on the value of <chanA>.
real - Statistic current value of the delay (falling edge-falling edge) measurement results in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Enables the delay (falling edge-falling edge) measurement function between the two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the delay measurement.

Queries the statistic standard deviation of the delay measurement results between two specified channels, when delay measurement and statistics are enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the falling edge-falling edge delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15Second channel used for the falling edge-falling edge delay measurement when <chanA> is D0-D15.
real - Returns the statistic standard deviation of the delay (falling edge-falling edge) measurement results in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Enables the delay measurement function between two specified channels. The query form returns the measured delay in seconds.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the falling edge-rising edge delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the falling edge-rising edge delay measurement.
real (s) - Measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:F2RDelay CHANnel1,CHANnel2
:MEASure:F2RDelay? CHANnel1,CHANnel2

Enables the delay measurement function between two specified channels and the statistic function for the measurement results. This command is the statistic-maximum variant of the F2R delay measurement family.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection. When chanA is D0-D15, chanB must also be selected from D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection. Its allowed values depend on the value chosen for chanA.

Enables the delay (falling edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the measurement.

Queries the current statistic value of the delay (falling edge-rising edge) measurement results between two specified channels. The measurement function and statistic function must be enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First specified channel.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second specified channel. When <chanA> is CHANnel1 or CHANnel2, <chanB> must be CHANnel1 or CHANnel2.
real - Returns the statistic current value of the delay (falling edge-rising edge) measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the delay measurement function between the two specified channels and the statistic function of the measurement results. The query returns the statistic average value of the delay measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel identifier.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel identifier.
real - Returns the statistic average value of the delay (falling edge-rising edge) measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the delay measurement function between two specified channels and the statistic function for the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the delay measurement.
real - Statistic standard deviation of the delay (falling edge-rising edge) measurement results, or 9.9e37 when the results are invalid.
:MEASure:FPHaseset / query

Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels. The query form returns the measurement result in degrees.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel or digital line used for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel or digital line used for the phase deviation measurement.
:MEASure:FPHase CHANnel1,CHANnel2
:MEASure:FPHase? CHANnel1,CHANnel2

Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel identifier. When chanA is D0-D15, chanB must also be D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel identifier. The allowed set depends on the value of chanA.

Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection.

Enables the falling-edge phase deviation measurement between two specified channels and the statistic function for the measurement results. The query returns the current statistic value for that measurement when enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection. When <chanA> is D0-D15, <chanB> may also be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> is limited to those two channels.
real - Returns the current statistic value of the phase deviation (falling edge-falling edge) measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel or digital line used for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel or digital line used for the phase deviation measurement.

Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the standard deviation of the enabled phase-deviation measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection for the phase deviation measurement.
real - Returns the standard deviation of the phase deviation (falling edge-falling edge) measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the phase deviation measurement function between two specified channels. The query form returns the measurement result in degrees.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel input for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel input for the phase deviation measurement. If chanA is D0-D15, chanB may be D0-D15; if chanA is CHANnel1 or CHANnel2, chanB may be CHANnel1 or CHANnel2.
real (degree) - Phase deviation measurement result in scientific notation. Returns 9.9e37 when the measurement result is invalid.
:MEASure:F2RPhase CHANnel1,CHANnel2
:MEASure:F2RPhase? CHANnel1,CHANnel2

Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and its statistic function. The corresponding query returns the statistic maximum value for the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel identifier.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel identifier.

Enables the phase deviation (falling edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel or digital line used for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the phase deviation measurement; the allowed choices depend on <chanA>.

Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic current value for the enabled measurement.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection for the phase deviation measurement.

Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection; allowed values depend on <chanA>.

Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First specified channel.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second specified channel.
real - Statistic maximum value, minimum value, current value, average value, or standard deviation of the phase deviation measurement results, depending on the command variant. Returns 9.9e37 when the measurement results are invalid.

Enables the frequency measurement function for the specified channel. The query form also enables the measurement and returns the frequency result in Hz.

NameTypeValuesDescription
chanenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHChannel to measure.
real (Hz) - Returns the frequency measurement result in scientific notation; invalid measurements return 9.9e37.
:MEASure:FREQuency CHANnel1
:MEASure:FREQuency? CHANnel1

Enables the frequency measurement function for the specified channel and the statistic function for the measurement results. The query returns the statistic maximum value of the frequency measurement results when these functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel to use for the frequency measurement.
numeric - Returns the statistic maximum value of the frequency measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the frequency measurement function of the specified channel and the statistic function of the measurement results. For the query form, returns the statistic minimum value of the frequency measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic minimum value of the frequency measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the frequency measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic current value of the frequency measurement results when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Enable the frequency measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic average value of the frequency measurement results when the function is enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the average value of the frequency measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enable the frequency measurement function of the specified channel and the statistic function of the measurement results. The query returns the standard deviation of the frequency measurement results when frequency measurement and statistics are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the standard deviation of the frequency measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:FTIMeset / query

Enable the fall time measurement function of the specified channel.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the fall time measurement function.
:MEASure:FTIMe CHANnel1
:MEASure:FTIMe? CHANnel1

Enables the fall time measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Enable the fall time measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the current value of the fall time measurement statistic for the specified channel, when fall time measurement and statistic functions are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the current fall time measurement statistic in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enable the fall time measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the fall time measurement.

Queries the standard deviation of the fall time measurement results for the specified channel when fall time measurement and result statistics are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the fall time measurement statistic query.
real - Returns the standard deviation of the fall time measurement results in scientific notation; invalid measurement results return 9.9e37.
:MEASure:NDUTyset / query

Enable the negative duty cycle measurement function of the specified channel. The query enables the measurement and returns the measurement result.

NameTypeValuesDescription
<chan>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
string - The query returns the negative duty cycle measurement result in scientific notation; if the result is invalid, it returns 9.9e37.
:MEASure:NDUTy CHANnel1
:MEASure:NDUTy? CHANnel1

Enables the negative duty cycle measurement function for the specified channel and its measurement-result statistics. The corresponding query returns the statistic maximum value for the negative duty cycle measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.

Enables the negative duty cycle measurement function for the specified channel and the statistic function of the measurement results. The query form returns the statistic minimum value of the negative duty cycle measurement results.

NameTypeValuesDescription
<chan>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic minimum value of the negative duty cycle measurement results in scientific notation; invalid results are returned as 9.9e37.

Enables the negative duty cycle measurement function for the specified channel and the statistic function of the measurement results. The query returns the current value of the negative duty cycle measurement statistic for the specified channel.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel to use for the measurement.
real - Returns the statistic current value of the negative duty cycle measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the negative duty cycle measurement function for the specified channel and the statistic function for the measurement results. The corresponding query returns the statistic average value of the negative duty cycle measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the standard deviation of the negative duty cycle measurement results for the specified channel when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel whose negative duty cycle measurement statistic is queried.
real - Returns the standard deviation of the negative duty cycle measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:NWIDthset / query

Enables negative pulse width measurement on the specified channel. The query version enables the measurement and returns the measurement result in seconds.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHChannel to measure.
real (s) - Negative pulse width measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:NWIDth CHANnel1
:MEASure:NWIDth? CHANnel1

Enables the negative pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value for the negative pulse width measurement results when enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Statistic maximum value of the negative pulse width measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the negative pulse width measurement function for the specified channel and the statistic function for the measurement results. The related query returns the statistic maximum, minimum, current, average, or standard deviation value when enabled.

NameTypeValuesDescription
<chan>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the negative pulse width measurement.

Enables the negative pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic current value of the negative pulse width measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic current value of the negative pulse width measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the negative pulse width measurement function for the specified channel and the statistic function for the measurement results. The SAVerage query returns the average value of those negative pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the negative pulse width measurement.
real - Returns the average value of the negative pulse width measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the negative pulse width measurement function of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum, minimum, current, average, or standard deviation of the negative pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the overshoot measurement function for the specified channel. The query form enables the function and returns the overshoot measurement result in scientific notation; invalid results return 9.9e37.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
numeric - Overshoot measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.

Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results. This command is the statistic-maximum variant of the overshoot measurement family.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.

Enable the overshoot measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results. The query returns the current value of the overshoot measurement results when these functions are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose overshoot measurement results are used.
real - Returns the current value of the overshoot measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the overshoot measurement.

Queries the standard deviation of the overshoot measurement results for the specified channel when overshoot measurement and result statistics are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the overshoot measurement query.
real - Returns the statistic standard deviation of the overshoot measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:PDUTyset / query

Enables the positive duty cycle measurement function on the specified channel. The query form enables the measurement and returns the result in scientific notation; invalid results return 9.9e37.

NameTypeValuesDescription
<chan>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel to measure.

Enables the positive duty cycle measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value for the positive duty cycle measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Enable the positive duty cycle measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic minimum value of the positive duty cycle measurement results when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel on which to enable or query the positive duty cycle measurement statistic.
real - Returns the statistic minimum value of the positive duty cycle measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the positive duty cycle measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic current value of the positive duty cycle measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic current value of the positive duty cycle measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enable the positive duty cycle measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the standard deviation of the positive duty cycle measurement results for the specified channel when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.
real - Returns the standard deviation of the positive duty cycle measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:PERiodset / query

Enables the period measurement function for the specified channel. The query form enables the measurement and returns the period measurement result; invalid results are returned as 9.9e37.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.
real - Period measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:PERiod CHANnel1
:MEASure:PERiod? CHANnel1

Enable the period measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value of the period measurement results when the period measurement function and statistic function are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the period measurement function.
real - Returns the statistic maximum value of the period measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the period measurement function of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the period measurement results in scientific notation, or 9.9e37 when invalid.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH

Enables the period measurement function for the specified channel and the statistic function for the measurement results. This command is one of the period-statistics measurement forms (current value).

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the period measurement.

Enables the period measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum, minimum, current, average, or standard deviation of the period measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH

Queries the standard deviation of the period measurement results for the specified channel when period measurement and statistics are enabled.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the period measurement.
real - Standard deviation of the period measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the preshoot measurement function for the specified channel. The query version enables the function and returns the measurement result in scientific notation; invalid results are returned as 9.9e37.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the preshoot measurement.
real - Preshoot measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.

Enable the preshoot measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the preshoot measurement function of the specified channel and the statistic function of the measurement results. This command is the minimum-value statistic variant of the preshoot measurement group.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel on which to perform the preshoot measurement.

Enable the preshoot measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel on which the preshoot measurement is performed.

Enables the preshoot measurement function for the specified channel and the statistic function of the measurement results. This command sets the average-value statistic for preshoot measurements.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose preshoot measurement results are used.

Enables the preshoot measurement function for the specified channel and the statistic function of the measurement results. For the query form, returns the statistic standard deviation of the preshoot measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose preshoot measurement results are used.
real - Returns the statistic standard deviation of the preshoot measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.
:MEASure:PWIDthset / query

Enables positive pulse width measurement on the specified channel. The query returns the measurement result for that channel.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the positive pulse width measurement.
real - Positive pulse width measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:PWIDth CHANnel1
:MEASure:PWIDth? CHANnel1

Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value of the positive pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Statistic maximum value of the positive pulse width measurement results, returned in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the positive pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query form returns the requested statistic (maximum, minimum, current, average, or standard deviation) for the positive pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel for the positive pulse width measurement.
real - Returns the current value of the positive pulse width measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the positive pulse width measurement function for the specified channel and the statistic function for the measurement results. The corresponding query returns the statistic average value of the positive pulse width measurement results.

NameTypeValuesDescription
chandiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic average value of the positive pulse width measurement results in scientific notation; when the measurement results are invalid, returns 9.9e37.

Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic standard deviation of the positive pulse width measurement results.

NameTypeValuesDescription
chanchannel_listD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHSpecified channel.
real - The statistic standard deviation of the positive pulse width measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:RTIMeset / query

Enables the rise time measurement function of the specified channel. The query also returns the rise time measurement result in seconds.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the rise time measurement.
real (s) - The rise time measurement result in scientific notation; returns 9.9e37 when the result is invalid.
MEASure:RTIMe CHANnel1
MEASure:RTIMe? CHANnel1

Enable the rise time measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose rise time measurement statistics are enabled.

Enable the rise time measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the current value of the rise time measurement statistic for the specified channel when rise time measurement and statistics are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the current rise time measurement statistic value in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the rise time measurement function for the specified channel and the statistic function of the measurement results. For the query form, it returns the average value of the rise time measurement results when those functions are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose rise time measurement statistics are used.
real - Returns the statistic average value of the rise time measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Queries the standard deviation of the rise time measurement results for the specified channel when rise time measurement and statistic measurement are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the standard deviation of the rise time measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:RDELayset / query

Enables the delay (rising edge-rising edge) measurement function between two specified channels. The query form also returns the measurement result in seconds.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the delay measurement. When chanA is D0-D15, chanB must be D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2.
:MEASure:RDELay CHANnel1,CHANnel2
:MEASure:RDELay? CHANnel1,CHANnel2

Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the measurement results in scientific notation, or 9.9e37 when the results are invalid.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the delay measurement.

Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic minimum value of the enabled delay measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the delay measurement. When <chanA> is D0-D15, <chanB> may be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> may be CHANnel1 or CHANnel2.
real - Returns the statistic minimum value of the delay (rising edge-rising edge) measurement results in scientific notation. Invalid results are returned as 9.9e37.

Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the current statistic value for the delay measurement.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the delay measurement.
real - Scientific-notation statistic value of the delay (rising edge-rising edge) measurement results; returns 9.9e37 when the measurement results are invalid.

Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function for the measurement results. The query returns the statistic average value of the delay measurement results.

NameTypeValuesDescription
chanAdiscrete-First channel for the delay measurement.
chanBdiscrete-Second channel for the delay measurement.
real - Average value of the delay (rising edge-rising edge) measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Queries the standard deviation statistic of the delay measurement results between two specified channels. The delay measurement function and statistic function must be enabled.

NameTypeValuesDescription
chanAdiscrete-First specified channel.
chanBdiscrete-Second specified channel.
real - The standard deviation of the delay (rising edge-rising edge) measurement results, returned in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Enables the delay measurement function between two specified channels. The query form returns the rising-edge to falling-edge delay measurement result in seconds.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel or digital line used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel or digital line used for the delay measurement.
real (s) - Returns the delay (rising edge-falling edge) measurement result in scientific notation; invalid results are returned as 9.9e37.
:MEASure:R2FDelay CHANnel1,CHANnel2
:MEASure:R2FDelay? CHANnel1,CHANnel2

Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results. The query returns the statistic maximum value for the enabled delay measurement results.

NameTypeValuesDescription
chanAdiscrete-First channel selector; can be D0-D15, CHANnel1, or CHANnel2.
chanBdiscrete-Second channel selector; allowed values depend on chanA.
real - Returns the statistic maximum value of the delay (rising edge-falling edge) measurement results in scientific notation. Returns 9.9e37 when the measurement results are invalid.

Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel to use for the measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel to use for the measurement.

Queries the current statistic value of the delay measurement results between two specified channels when delay measurement and statistics are enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the rising-edge to falling-edge delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the rising-edge to falling-edge delay measurement.
real - Returns the current statistic value of the delay (rising edge-falling edge) measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the delay (rising edge-falling edge) measurement function between two specified channels and its statistics function. The query returns the statistic average value of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selector.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selector.
real - Returns the statistic average value of the delay (rising edge-falling edge) measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic standard deviation of the delay measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the delay measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the delay measurement; allowed values depend on <chanA>.
real - Returns the standard deviation of the delay (rising edge-falling edge) measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:RPHaseset / query

Enables the phase deviation measurement function between two specified channels. The query form returns the measurement result in degrees.

NameTypeValuesDescription
<chanA>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the phase deviation measurement.
<chanB>discreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the phase deviation measurement.
real (degree) - Phase deviation measurement result in scientific notation. When the measurement result is invalid, the query returns 9.9e37.
:MEASure:RPHase CHANnel1,CHANnel2
:MEASure:RPHase? CHANnel1,CHANnel2

Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The SMAXimum form queries the statistic maximum value in scientific notation; invalid results return 9.9e37.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First specified channel.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15Second specified channel when <chanA> is D0-D15; otherwise CHANnel1 or CHANnel2.
real - Statistic maximum value of the phase deviation measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the phase deviation (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the phase deviation measurement.

Enables the phase deviation (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic current value for that measurement when the measurement function and statistics are enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the phase deviation measurement. When <chanA> is D0-D15, <chanB> must also be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> must be CHANnel1 or CHANnel2.
real - Returns the current statistic value of the phase deviation measurement result in scientific notation. When the measurement result is invalid, returns 9.9e37.

Enable the phase deviation (rising edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.

NameTypeValuesDescription
chanAdiscrete-First channel identifier. Allowed values are D0-D15 or CHANnel1/CHANnel2.
chanBdiscrete-Second channel identifier. When <chanA> is D0-D15, allowed values are D0-D15; when <chanA> is CHANnel1 or CHANnel2, allowed values are CHANnel1 or CHANnel2.

Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic standard deviation of those phase deviation results in scientific notation, or 9.9e37 when invalid.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel used for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel used for the phase deviation measurement.
real - Returns the standard deviation of the phase deviation measurement results in scientific notation. When the measurement results are invalid, returns 9.9e37.

Enables the phase deviation measurement between two specified channels. The query form returns the measurement result in degrees.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel or digital line to use for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel or digital line to use for the phase deviation measurement.
string (degree) - Phase deviation measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:R2FPhase CHANnel1,CHANnel2
:MEASure:R2FPhase? CHANnel1,CHANnel2

Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic maximum, minimum, current, average, or standard deviation value in scientific notation; invalid results return 9.9e37.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection.

Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. This command selects the SMINimum statistic variant.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel for the phase deviation measurement.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel for the phase deviation measurement.

Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the current statistic value for the enabled measurement.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel selection.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel selection.
real - Returns the statistic current value of the phase deviation measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.

NameTypeValuesDescription
chanAdiscrete-First channel selection; allowed values are D0-D15 or CHANnel1/CHANnel2.
chanBdiscrete-Second channel selection; allowed values depend on chanA.
real - Returns the statistic average value of the phase deviation measurement results in scientific notation, or 9.9e37 when invalid.

Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the requested statistic for that measurement when enabled.

NameTypeValuesDescription
chanAdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2First channel operand.
chanBdiscreteD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Second channel operand.
real - Returns the standard deviation of the phase deviation (rising edge-falling edge) measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.
:MEASure:VAMPset / query

Enables the amplitude measurement function for the specified channel. The query returns the amplitude measurement result in scientific notation; invalid results are returned as 9.9e37.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the amplitude measurement function.
real - Amplitude measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:VAMP CHANnel1
:MEASure:VAMP? CHANnel1

Queries the statistic maximum value of the amplitude measurement results for the specified channel when amplitude measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic maximum value of the amplitude measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. The query form returns the statistic minimum value of the amplitude measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the source channel.
real - Returns the statistic minimum value of the amplitude measurement results in scientific notation; when the measurement results are invalid, returns 9.9e37.

Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. For the query form, returns the statistic current value of the amplitude measurement results when those functions are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude measurement statistics are used.
real - Returns the statistic current value of the amplitude measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. The query returns the average value of the amplitude measurement results when these functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude measurement results are used.
real - Returns the average value of the amplitude measurement results in scientific notation; when the measurement results are invalid, the query returns 9.9e37.

Query the standard deviation of the amplitude measurement results for the specified channel when amplitude measurement and statistics are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the standard deviation of the amplitude measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.
:MEASure:VAVGset / query

Enables the amplitude average measurement function for the specified channel. The query variant enables the measurement and returns the amplitude average measurement result.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel to measure.
real - Amplitude average measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:VAVG CHANnel1
:MEASure:VAVG? CHANnel1

Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the amplitude average measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel for the measurement.
real - Returns the statistic maximum value of the amplitude average measurement results in scientific notation. When measurement results are invalid, the query returns 9.9e37.

Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the amplitude average measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the statistic minimum value of the amplitude average measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the current statistic value of the amplitude average measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the current value of the amplitude average measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic average value of the amplitude average measurement results when the feature is enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the amplitude average measurement.
real - Returns the statistic average value of the amplitude average measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. Queries the standard deviation of the amplitude average measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the standard deviation of the amplitude average measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:VBASeset / query

Enables the amplitude base value measurement function for the specified channel. The query form also returns the measurement result.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel to measure.
string - Amplitude base value measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:VBASe CHANnel1
:MEASure:VBASe? CHANnel1

Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude base value measurement is enabled.

Enables the amplitude base value measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the amplitude base value measurement.

Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude base value measurement is enabled.

Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.

Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results. The query form returns the standard deviation of the amplitude base value measurement results when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude base value measurement is used.
real - Returns the standard deviation of the amplitude base value measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.
:MEASure:VMAXset / query

Enables the amplitude maximum value measurement function for the specified channel. The query form enables the measurement and returns the measurement result.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel to measure.
real - Amplitude maximum value measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:VMAX CHANnel1
:MEASure:VMAX? CHANnel1

Enable the amplitude maximum value measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
<chan>discreteCHANnel1 | CHANnel2 | MATHSpecified channel for the amplitude maximum value measurement.

Enable the amplitude maximum value measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
<chan>discreteCHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the amplitude maximum value measurement function for the specified channel and the statistic function of the measurement results. This form queries the statistic current value of the amplitude maximum value measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified measurement source channel.
real - Returns the statistic current value of the amplitude maximum value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude maximum value measurement function for the specified channel and the statistic function of the measurement results. This command is the average-value statistic variant in the :MEASure:VMAX subsystem.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude maximum value measurement results are used.

Queries the standard deviation of the amplitude maximum value measurement results for the specified channel, when the amplitude maximum value measurement and statistics functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel whose amplitude maximum value measurement results are used.
real - Returns the standard deviation of the amplitude maximum value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:VMINset / query

Enables the amplitude minimum value measurement function for the specified channel. The query form also returns the measurement result in scientific notation.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel to measure.
real - The amplitude minimum value measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
::MEASure:VMIN CHANnel1
::MEASure:VMIN? CHANnel1

Enables the amplitude minimum value measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value, minimum value, current value, average value, or standard deviation for that measurement.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the statistic minimum value of the amplitude minimum measurement results for the specified channel, when that measurement and result statistics are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified signal source channel.
real - The statistic minimum value of the amplitude minimum measurement results, returned in scientific notation. Invalid measurement results are returned as 9.9e37.

Queries the current statistic value of the amplitude minimum measurement results for the specified channel, when the amplitude minimum measurement function and statistic function are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude minimum measurement statistic is queried.
real - Returns the current statistic value of the amplitude minimum measurement results in scientific notation; invalid results are returned as 9.9e37.

Enables the amplitude minimum value measurement function for the specified channel and the statistic function of the measurement results. For this command, the SAVerage form queries the average value of the amplitude minimum value measurement results when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the average value of the amplitude minimum value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Queries the standard deviation of the amplitude minimum value measurement results for the specified channel. The amplitude minimum measurement and statistic function must be enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude minimum value measurement results are queried.
real - Returns the standard deviation of the amplitude minimum value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:VPPset / query

Enables the peak-peak value measurement function for the specified channel. The query version returns the peak-peak measurement result.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose peak-peak value measurement is enabled.
real - Returns the peak-peak value measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
::MEASure:VPP CHANnel1
::MEASure:VPP? CHANnel1

Enables the peak-peak value measurement function for the specified channel and its statistic function. The corresponding query returns the statistic maximum value of the peak-peak value measurement results when the measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscrete-Specified measurement source channel.

Enables the peak-to-peak value measurement function for the specified channel and its statistics function. This form sets the statistic minimum value measurement for the peak-to-peak results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the signal source channel.

Enables the peak-peak value measurement function for the specified channel and its statistics function. For the query form, returns the current statistic value of the peak-peak measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the source channel for the peak-peak measurement.
real - Returns the statistic current value of the peak-peak value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the peak-peak value measurement function for the specified channel and the statistic function of the measurement results. The related query returns the statistic average value of the peak-peak measurement results when measurement and statistics are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose peak-peak measurement results are used.
real - Returns the statistic average value of the peak-peak value measurement results in scientific notation; when the measurement results are invalid, the query returns 9.9e37.

Queries the standard deviation of the peak-peak value measurement results for the specified channel when the peak-peak measurement and statistic functions are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the peak-peak value measurement.
real - Returns the standard deviation of the peak-peak value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:VRMSset / query

Enables RMS value measurement on the whole signal of the specified channel. The query version returns the measurement result.

NameTypeValuesDescription
chandiscrete-Specified channel to measure.
real - RMS value measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:VRMS CHANnel1
:MEASure:VRMS? CHANnel1

Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the RMS measurement results when those functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the source channel.
real - Returns the statistic maximum value of the RMS value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This command selects the minimum statistic value for the RMS measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the RMS measurement.

Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This query returns the current statistic value of the RMS measurement results for the specified channel.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSelects the signal source channel.
real - Returns the current statistic value of the RMS value measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This command is one of the VRMS statistic measurement commands.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the signal source channel.

Queries the standard deviation of the RMS value measurement results for the specified channel when the RMS measurement and statistic functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the standard deviation of the RMS value measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.
:MEASure:PVRMsset / query

Enables the RMS value measurement function within a single period of the specified channel. The query form also returns the measurement result.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
:MEASure:PVRMs CHANnel1
:MEASure:PVRMs? CHANnel1

Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value for those RMS measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel used as the signal source.

Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The query returns the statistic minimum value of the RMS measurement results within a single period.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose single-period RMS measurement is used.
real - Returns the statistic minimum value of the RMS value measurement results within a single period in scientific notation; returns 9.9e37 when the measurement results are invalid.

Measures the current RMS value within a single period for the specified channel and enables statistics on the measurement results. The query returns the current-value statistic of those RMS measurements when the function is enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the signal source channel.
real - Returns the current value of the RMS value measurement results within a single period in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the RMS value measurement function within a single period for the specified channel, along with the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHChannel from which the RMS value measurement is taken.

Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The query returns the standard deviation of the RMS value measurement results for the specified channel.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the source channel.
real - Returns the standard deviation of the RMS value measurement results within a single period in scientific notation; returns 9.9e37 when the measurement results are invalid.
:MEASure:VTOPset / query

Enables the amplitude top value measurement function for the specified channel. The query form also returns the measurement result.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the source channel for the measurement.
MEASure:VTOP CHANnel1
MEASure:VTOP? CHANnel1

Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results. This command is the maximum-value statistic variant of the VTOP measurement.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose amplitude top value measurement results are used.

Enables the amplitude top value measurement function of the specified channel and the statistic function of the measurement results. The query returns the current amplitude top value measurement statistic for the specified channel.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
real - Returns the current value of the amplitude top value measurement results in scientific notation; returns 9.9e37 when the measurement results are invalid.

Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Enables the amplitude top value measurement function for the specified channel and its result statistics. This command is one of the VTOP statistic measurement commands.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.
:MEASure:MAReaset / query

Enables the area measurement function for the specified channel. The query form also enables the function and returns the area measurement result in scientific notation; invalid results return 9.9e37.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the area measurement function.
real (Vs) - Area measurement result in scientific notation; returns 9.9e37 when the measurement result is invalid.
:MEASure:MARea CHANnel1
:MEASure:MARea? CHANnel1

Enable the area measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose area measurement statistics are enabled.

Enable the area measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel for the area measurement function.

Enables area measurement statistics for the specified channel and sets the statistic function to the current value for area measurement results. This command is one of the area-measurement statistic commands.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel for the area measurement function.

Enables the area measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose area measurement results are used.

Enables the area measurement function for the specified channel and the statistic function of the measurement results. This command selects the standard deviation statistic for area measurement results; the corresponding query returns that statistic when the functions are enabled.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecifies the channel whose area measurement results are used.
:MEASure:MPAReaset / query

Enables the period area measurement function for the specified channel. The query form enables the measurement and returns the period area measurement result in Vs.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.
real (Vs) - The query returns the period area measurement result in scientific notation; invalid results return 9.9e37.
MEASure:MPARea CHANnel1
MEASure:MPARea? CHANnel1

Enables the period area measurement function of the specified channel and the statistic function of the measurement results. This command is the statistic-maximum variant for the period area measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel to use for the period area measurement.

Enables the period area measurement function for the specified channel and the statistic function of the measurement results. This command is one of the statistic measurement commands for period area measurement.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2 | MATHSpecified channel.

Enable the period area measurement function of the specified channel and the statistic function of the measurement results.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel to use for the period area measurement.

Enables the period area measurement function of the specified channel and the statistic function of the measurement results for the average statistic command.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecified channel.

Queries the standard deviation of the period area measurement results for the specified channel when period area measurement and result statistics are enabled.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2 | MATHSpecifies the channel whose period area measurement results are queried.
real - Returns the standard deviation of the period area measurement results in scientific notation. When the measurement results are invalid, the query returns 9.9e37.

Enable or disable the output of the specified signal source channel, or query its output status.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFEnables or disables the output.
noptdiscrete1 | 2Specifies the signal source channel number.
boolean - Returns the output status of the specified signal source channel as 1 or 0.

Set or query the output impedance of the signal source channel.

NameTypeValuesDescription
impedanceenumOMEG | FIFTyOutput impedance setting: OMEG for HighZ, or FIFTy for 50Ω.
noptenum1 | 2Selects the output channel number.
enum - Returns the output impedance setting as OMEG or FIFT.

:RECall:SETupset / query

Recall the setup file stored in external memory.

NameTypeValuesDescription
file_specstring-File storage directory and filename with suffix for the setup file to recall.
:RECall:SETup D:\123.stp /*Recall the setup file 123.stp stored in the D disk*/
:RECall:TRACeset / query

Recalls the trace file stored in the external memory.

NameTypeValuesDescription
file_specstring-File storage directory and filename with suffix; length cannot exceed 64 characters. The storage directory can only be D:\.
:RECall:TRACe D:\123.trc /*Recall the waveform trace file 123.trc stored in the D disk*/
:RECall:WAVeformset / query

Recall the waveform file stored in the external memory.

NameTypeValuesDescription
<file_spec>string-File storage directory and filename with suffix; length cannot exceed 64 characters and the directory can only be D:\.
:RECall:WAVeform D:\123.wfm

Select the current reference channel.

NameTypeValuesDescription
ndiscrete1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10Reference channel number to select.

Turns on or off the specified reference channel, or queries its status.

NameTypeValuesDescription
ninteger1 - 10Specifies the reference channel number.
boolenum1 | ON | 0 | OFFTurns the specified reference channel on or off.
enum - Returns the status of the specified reference channel as 1 or 0.

:REFerence:COLorset / query

Set or query the color of the current reference channel waveform.

NameTypeValuesDescription
colorenumGRAY | GREEn | LBLue | MAGenta | ORANgeReference waveform color.
enum - Returns the current reference waveform color.

Query the current REF channel.

string - Returns REFn, where n is an integer from 1 to 10.

Turn on or off the REF control menu, or query whether the REF control menu is turned on.

NameTypeValuesDescription
boolboolean-Turns the REF control menu on or off.
:REFerence:RESetset / query

Reset the vertical scale and vertical position of the reference waveform of the current channel to the settings of the signal source channel when storing the reference waveform.

:REFerence:SAVeset / query

Store the waveform (screen region) of the specified signal source to internal memory as the reference waveform of the current reference channel, and display it on the screen. The stored reference waveform is volatile and is cleared at power-off.

Set or query the reference source of the current reference channel.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATHReference source to select for the current reference channel.
enum - Returns the current reference source.

Set or query the vertical scale of the current reference channel waveform. The unit is the same as that of the current signal source.

NameTypeValuesDescription
vscaleinteger1 - 10Vertical scale ratio setting for the reference channel waveform.
integer - Returns an integer from 1 to 10. If the REF function is disabled or no reference waveform is stored for the current reference channel, the query returns Null.

Sets or queries the vertical offset of the current reference channel waveform. The unit is the same as that of the current signal source.

NameTypeValuesDescription
voffsetinteger-150 - +150Vertical offset of the current reference channel waveform.
integer - The query returns the vertical offset of the current reference channel waveform.

Saves the waveform data currently on the screen to external memory in ".csv" format.

NameTypeValuesDescription
<file_spec>string-ASCII string specifying the storage directory and filename with suffix; the directory must be D:\ and the total length cannot exceed 64 characters.
:SAVE:CSV D:\123.csv /*Store the waveform data on the screen into the external memory with the filename 123.csv*/

Enables or disables the parameter storage function for CSV storage, or queries whether that function is enabled. When enabled, saving a CSV file also stores a TXT file with the same filename containing instrument and current parameter information.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables parameter storage for CSV storage.
enum - Returns 1 when enabled and 0 when disabled.
:SAVE:CSV:LENGthset / query

Set or query the data length type of CSV storage.

NameTypeValuesDescription
lenenumDISPlay | MAXimumSelects whether CSV storage saves only the points within the screen region or all points in memory.
enum - The query returns DISP or MAX.
:SAVE:FORMatset / query

Set or query the storage format.

NameTypeValuesDescription
formatenumTRACe | WAVeform | SETup | PICTure | CSV
enum - The query returns TRAC, WAV, SET, PICT, or CSV.

Stores the content displayed on the screen into external memory in picture form. The file specification must include the directory and filename with suffix, and an existing file with the same name is overwritten.

NameTypeValuesDescription
file_specstring-File storage directory and filename with suffix; the directory can only be D:\.
:SAVE:IMAGe D:\123.png
:SAVE:IMAGe:TYPEset / query

Sets or queries the picture file type used for picture storage.

NameTypeValuesDescription
typeenumBMP24bit | JPEG | PNG | TIFFPicture type for picture storage.
enum - Returns the current picture type.

Enables or disables parameter storage for picture storage, or queries whether parameter storage is enabled. When enabled, saving a picture with :SAVE:IMAGe[:STARt] also stores a TXT file containing model, serial number, hardware/software versions, and current parameter configurations.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFTurns parameter storage for picture storage on or off.
enum - Returns 1 when parameter storage is enabled and 0 when it is disabled.

Stores the current oscilloscope parameter settings into internal or external memory in *.stp format.

NameTypeValuesDescription
<internal_loc>stringC:\LocalSetup0.stp - C:\LocalSetup9.stpInternal storage location for the setup file.
<file_spec>string-External storage file specification including directory and filename; the storage directory can only be D:\.
:SAVE:SETup D:\123.stp /*Store the current oscilloscope setting parameters into the external memory
notes=

Stores the waveform trace into external memory in ".trc" format.

NameTypeValuesDescription
file_specstring-File storage directory and filename with suffix; the storage directory can only be D:\. The path length cannot exceed 64 characters.
SAVE:TRACe D:\123.trc

Store the waveform data into the external memory in "*.wfm" format.

NameTypeValuesDescription
file_specstring-Includes the file storage directory and the filename with suffix.
:SAVE:WAVeform D:\123.wfm /*Store the waveform file into the external memory*/

Stores the reference waveform currently stored by the oscilloscope into internal or external memory in "*.ref" format.

NameTypeValuesDescription
<internal_loc>stringC:\LocalREF0.ref - C:\LocalREF9.refInternal storage location for the reference waveform file.
<file_spec>string-External storage directory and filename with suffix; length cannot exceed 64 characters.
:SAVE:REFerence C:\LocalREF3.ref /*Store the reference waveform currently stored by the oscilloscope into the internal memory*/

Stores the current pass/fail test mask into internal or external memory in "*.pf" format. It is available only when the pass/fail test function is enabled.

NameTypeValuesDescription
internal_locstringC:\LocalPF0.pf - C:\LocalPF9.pfInternal storage location for the pass/fail test mask.
file_specoptstring-External storage directory and filename, with suffix; length must not exceed 64 characters and the directory can only be D:\.
:SAVE:MTESt C:\LocalPF3.pf /*Store the current pass/fail test mask into the internal memory*/

Store the arbitrary waveform currently edited into internal or external memory in ".arb" format.

NameTypeValuesDescription
<internal_loc>stringC:\LocalArb0.arb - C:\LocalArb9.arbInternal storage location for the arbitrary waveform file.
<file_spec>string-External storage directory and filename with suffix; directory must be D:\ and total length cannot exceed 64 characters.
:SAVE:ARB C:\LocalArb3.arb /*Store the arbitrary waveform currently edited into the internal
memory*/

:SYSTem:AOUTputset / query

Sets or queries the type of signal output from the rear-panel [Trigger Out] connector.

NameTypeValuesDescription
aux outputenumTOUT | PFAilType of signal output from the [Trigger Out] connector.
enum - Returns TOUT or PFA for the current [Trigger Out] output type.

Disable or recover the AUTO function, or query its status. By default, pressing AUTO or sending :AUToscale can execute waveform auto setting; this command can disable or restore that behavior.

NameTypeValuesDescription
optboolean-Disables or recovers the AUTO function.
boolean - Returns the status of the AUTO function as 1 or 0.
:SYSTem:BEEPerset / query

Enable or disable the beeper, or query its status.

NameTypeValuesDescription
boolboolean1 | ON | 0 | OFFBeeper enable state.
integer - The query returns 1 or 0.
:SYSTem:DATEset / query

Set or query the system date.

NameTypeValuesDescription
yearinteger2011 - 2099
monthinteger1 - 12
dayinteger1 - 31

Query and delete the last system error message.

string - Returns the error message in "<Message Number>,<Message Content>" format, where <Message Number> is an integer and <Message Content> is a double-quoted ASCII string.
:SYSTem:EXPandset / query

Sets or queries the reference around which the waveform is expanded or compressed. The reference can be centered on the screen or around ground level.

NameTypeValuesDescription
expenumCENTer | GROundReference for waveform expansion or compression.
enum - Returns the current expansion reference as CENT or GRO.

Query the number of grids on the screen horizontally.

integer - The number of grids on the screen horizontally; for this oscilloscope, the return value is always 14.
:SYSTem:GPIBset / query

Set or query the GPIB address.

NameTypeValuesDescription
adrinteger1 - 30GPIB address.

Presses the specified front-panel key on the oscilloscope. The <key> parameter selects one of the instrument’s front-panel buttons, softkeys, or navigation actions.

NameTypeValuesDescription
keyenumCH1 | CH2 | MATH | REF | LA | DECode1 | DECode2 | AOFF | MOFF | F1 | F2 | F3 | F4 | F5 | F6 | F7 | QPRevious | QNEXt | VPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | HMENu | KFUNction | TLEVel | TMENu | TFORce | TMODe | CLEar | AUTO | RSTop | SINGle | QPRInt | MEASure | ACQuire | STORage | CURSor | DISPlay | UTILity | HELP | SRECord | ERECord | PPAuse | FFP10 | FFP20 | FFP30 | FFP40 | FFP50 | FFP60 | FFP70 | FFN10 | FFN20 | FFN30 | FFN40 | FFN50 | FFN60 | FFN70 | SOURceKey to press at the front panel.

Rotate the specified knob clockwise.

NameTypeValuesDescription
keydiscreteVPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | KFUNction | TLEVel | SFINdSpecifies which front-panel knob to rotate.
valoptinteger-Defines the number of rotations of the specified knob.

Rotates the specified front-panel knob counterclockwise. <val> defines the number of rotations; if omitted, the knob is rotated once.

NameTypeValuesDescription
keydiscreteVPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | KFUNction | TLEVel | SFINdSpecifies which front-panel knob to rotate.
valoptinteger-Defines the number of rotations of the specified knob.
:SYSTem:KEY:DECRease <key>[,<val>]
:SYSTem:LANGuageset / query

Set or query the system language.

NameTypeValuesDescription
langenumSCHinese | TCHinese | KORean | JAPanese | ENGLish | GERMan | PORTuguese | POLish | FRENch | RUSSianSelects the system language.
enum - Returns the current system language code.

Install the option license. The license is a 28-byte uppercase alphanumeric string; hyphens must be omitted.

NameTypeValuesDescription
licensestring-Option license to install.
:SYSTem:OPTion:INSTall PDUY9N9QTS9PQSWPLAETRD3UJHYA

Query the status of an installed option for a specified module. The query returns a numeric status code indicating whether the option is installed, expired, original, or a valid trial option.

NameTypeValuesDescription
moduleenumTRIGger | DECode | CAN | MEMDepthSpecifies which option module to check.
integer - Returns the option status code: 0 means the option is not installed, 1 means the trial period has expired, 2 means the original option is installed, and 3 means a valid trial option is installed.
:SYSTem:PONset / query

Set or query the configuration to be recalled when the oscilloscope is powered on after power-off.

NameTypeValuesDescription
power_onenumLATest | DEFaultSelects whether the oscilloscope restores the last power-off setting or the factory setting.
:SYSTem:PSTatusset / query

Set or query the power status of the oscilloscope.

NameTypeValuesDescription
satenumDEFault | OPENPower status setting.
enum - The query returns DEF or OPEN.

Queries the number of analog channels of the instrument. For this oscilloscope, the query always returns 2.

integer - The number of analog channels of the instrument.

Set or query the screen saver time.

NameTypeValuesDescription
timeenum1MIN | 2MIN | 5MIN | 15MIN | 30MIN | 45MIN | 60MIN | 2HOur | 5HOur | OFFScreen saver time setting.
enum - The screen saver time currently set, or OFF.
:SYSTem:SSAVer:TIME <time>
:SYSTem:SSAVer:TIME?
:SYSTem:SETupset / query

Send or read the data of the system setup file.

NameTypeValuesDescription
setup_datablock-Binary data block containing the system setup file data.
block - The query returns the system setup file data stream.
:SYSTem:TIMEset / query

Set or query the system time.

NameTypeValuesDescription
hoursinteger0 - 23
minutesinteger0 - 59
secondsinteger0 - 59
string - The query returns the current time in string.
:SYSTem:UDEViceset / query

Set or query the type of the device connected to the USB Device interface.

NameTypeValuesDescription
udvenumCOMPuter | PICTbridgeSelects the device type for the USB Device interface.
enum - The query returns COMP.

Query the SCPI version number of the oscilloscope.

real - The query always returns 1999.0.

Enable or disable the delayed sweep mode; or query the current status of the delayed sweep mode.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFEnables or disables delayed sweep mode.

Set or query the horizontal offset of the delayed sweep. The unit is seconds.

NameTypeValuesDescription
offsetreal-(LeftTime - DelayRange/2) - (RightTime - DelayRange/2)Horizontal offset of the delayed sweep.
real (s) - Returns the horizontal offset of the delayed sweep in scientific notation.

Set or query the delayed sweep time base, with units of s/div.

NameTypeValuesDescription
scale_valuereal1.25/real-time sample rate - current main time baseDelayed sweep time base to set.

Sets or queries the horizontal offset of the main time base. The unit is seconds.

NameTypeValuesDescription
offsetreal(-MemDepth/SampleRate) - 1sHorizontal offset of the main time base.
real (s) - Returns the horizontal offset of the main time base in scientific notation.

Set or query the main time base; the unit is s/div.

NameTypeValuesDescription
scale_valuereal1ns/div - 1ks/divMain time base scale value; the valid range depends on the horizontal time base mode. In Y-T mode it is 1ns/div to 1ks/div; in Roll mode it is 200ms/div to 1ks/div.
string - The main time base in scientific notation.

Set or query the horizontal reference mode, which controls the reference position for horizontal expansion and compression of the screen waveform.

NameTypeValuesDescription
hrefenumCENTer | TPOSition | USERHorizontal reference mode.
enum - Returns the current horizontal reference mode as CENT, TPOS, or USER.

Set or query the user-defined reference position around which the waveform is expanded or compressed horizontally.

NameTypeValuesDescription
posinteger-350 - 350User-defined reference position around which the waveform is expanded or compressed horizontally.
:TIMebase:MODEset / query

Sets or queries the horizontal time base mode.

NameTypeValuesDescription
modeenumMAIN | XY | ROLLSelects the horizontal time base mode.
enum - The query returns the current time base mode as MAIN, XY, or ROLL.

Enable or disable the fine adjustment of the horizontal scale, or query the current status of that adjustment.

NameTypeValuesDescription
boolenum1 | ON | 0 | OFFTurns fine adjustment on or off.
enum - The query returns 1 or 0.

Set or query the trigger coupling mode. The setting is only valid in edge trigger and is invalid when the trigger source is a digital channel.

NameTypeValuesDescription
coupleenumDC | AC | LFReject | HFRejectTrigger coupling mode.
enum - Returns the trigger coupling mode as AC, DC, LFR, or HFR.
:TRIGger:HOLDoffset / query

Set or query the trigger holdoff time. The unit is s.

NameTypeValuesDescription
valuereal100ns - 10sTrigger holdoff time.
real (s) - The trigger holdoff time in scientific notation.
:TRIGger:MODEset / query

Set or query the trigger type.

NameTypeValuesDescription
modeenumEDGE | PULSe | RUNT | WIND | NEDG | SLOPe | VIDeo | PATTern | DELay | TIMeout | DURATion | SHOLd | RS232 | IIC | SPI | USB | CANSelects the trigger type.
enum - Returns the current trigger type as EDGE, PULS, RUNT, WIND, NEDG, SLOP, VID, PATT, DEL, TIM, DURAT, SHOL, RS232, IIC, SPI, USB, or CAN.
:TRIGger:NREJectset / query

Enables or disables noise rejection, or queries the current noise-rejection status. The function is invalid when the trigger source is a digital channel.

NameTypeValuesDescription
boolboolean-Turns noise rejection on or off.
integer - Returns the current noise-rejection status as 1 or 0.

Query the current trigger status.

enum - The query returns TD, WAIT, RUN, AUTO, or STOP.
:TRIGger:SWEepset / query

Set or query the trigger mode.

NameTypeValuesDescription
sweepenumAUTO | NORMal | SINGleTrigger mode to select.
enum - Returns the current trigger mode.
:TRIGger:CANset / query

Set or query the signal rate of CAN trigger. The unit is b/s.

NameTypeValuesDescription
baud_rateenum10000 | 20000 | 33300 | 50000 | 62500 | 83300 | 100000 | 125000 | 250000 | 500000 | 800000 | 1000000 | USERSignal rate of the CAN trigger.
enum - Returns the signal rate of CAN trigger as an integer value, or USER.

Set or query the signal rate of CAN trigger. The unit is b/s.

NameTypeValuesDescription
baud_rateenum10000 | 20000 | 33300 | 50000 | 62500 | 83300 | 100000 | 125000 | 250000 | 500000 | 800000 | 1000000 | USERCAN trigger signal rate.
enum (b/s) - The query returns the signal rate of CAN trigger in integer or returns USER.

Sets or queries the user-defined signal rate of the CAN trigger. The unit is b/s.

NameTypeValuesDescription
user baudinteger10000 - 1000000User-defined signal rate for CAN trigger.
integer - The query returns the user-defined signal rate of CAN trigger.

Sets or queries the trigger source of CAN trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2
enum - Returns the CAN trigger source as one of the listed digital channels or analog channels.

Sets or queries the signal type of CAN trigger.

NameTypeValuesDescription
stypeenumRX | TX | H | L | DIFFerentialSignal type of the CAN trigger.
enum - The query returns RX, TX, H, L, or DIFF.

Set or query the trigger condition of CAN trigger. If the condition is set to FTYPe, the frame type is specified with :TRIGger:CAN:FTYPe.

NameTypeValuesDescription
whenenumSOF | EOF | FTYPe | FERRorTrigger condition for CAN trigger.
enum - Returns the current CAN trigger condition.

Sets or queries the CAN trigger sample point, expressed as a percentage.

NameTypeValuesDescription
spointeger5 - 95Sample point of the CAN trigger, in percent.
integer - Returns the sample point of the CAN trigger.

Set or query the frame type of CAN trigger when the trigger condition is FTYPe. Used with :TRIGger:CAN:WHEN to trigger on the specified CAN frame type.

NameTypeValuesDescription
ftypeenumDATA | REMote | ERRor | OVERloadFrame type of the CAN trigger.
enum - Returns the CAN trigger frame type as one of DATA, REM, ERR, or OVER.

Set or query the trigger level of CAN trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Trigger level to set for CAN trigger.
real - The query returns the trigger level of CAN trigger when the trigger source is CHANnel1 or CHANnel2, in scientific notation.
:TRIGger:CAN:LEVel <level>
:TRIGger:CAN:LEVel?
:TRIGger:DELayset / query

Sets or queries the source channel for delay trigger signal source A or B, depending on the subcommand. The slice documents the SA/SB forms and their query return format.

Set or query the source channel of signal source A of delay trigger.

NameTypeValuesDescription
sourceAenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Source channel for signal source A of delay trigger.

Sets or queries the source channel of signal source B of delay trigger.

NameTypeValuesDescription
sourceBenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Source channel for signal source B of delay trigger.
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.

Sets or queries the edge type of signal source A of the delay trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGativeEdge type for signal source A of the delay trigger.
enum - The query returns POS or NEG.

Set or query the edge type of signal source B of delay trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGativeEdge type for signal source B of the delay trigger.
enum - The query returns POS or NEG.

Set or query the lower limit of the delay time of the delay trigger. The allowed range depends on the delay type set by :TRIGger:DELay:TYPe.

NameTypeValuesDescription
tlowerreal2ns - 4sLower limit of the delay time; range is 2 ns to 4 s when the delay type is GREater, and 2 ns to 3.99 s when the delay type is GLESs or GOUT.
real - Returns the lower limit of the delay time of the delay trigger in scientific notation.

Sets or queries the upper limit of the delay time of delay trigger. The query returns the upper limit in scientific notation.

NameTypeValuesDescription
tupperreal2ns - 4 sUpper limit of the delay time of delay trigger.
real - The upper limit of the delay time of delay trigger, returned in scientific notation.

Set or query the delay type of delay trigger.

NameTypeValuesDescription
typeenumGREater | LESS | GLESs | GOUTSelects the delay trigger type.
enum - Returns the current delay type as one of the abbreviated keywords.

Set the duration-trigger configuration. This command is part of the duration trigger subsystem and has related subcommands for source, lower/upper limits, type, and when-condition.

Set or query the trigger source of the duration trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.

Sets or queries the lower limit of the duration time of the duration trigger. The unit is seconds, and the valid range depends on the trigger condition.

NameTypeValuesDescription
tlowerreal2ns - 4sLower limit of the duration trigger time when the trigger condition is GREater.
real (s) - Returns the lower limit of the duration time of the duration trigger in scientific notation.

Set or query the upper limit of the duration time of the duration trigger. The unit is s.

NameTypeValuesDescription
tupperreal2ns - 4sUpper limit of the duration time of the duration trigger when the trigger condition is LESS.
tupperreal12ns - 4sUpper limit of the duration time of the duration trigger when the trigger condition is GLESs.
string - The query returns the upper limit of the duration time of duration trigger in scientific notation.

Sets or queries the pattern of each channel of the duration trigger. The query returns the patterns currently set for all 18 channels.

NameTypeValuesDescription
pa_ch1enumH | L | XPattern for analog channel CH1.
pa_ch2optenumH | L | XPattern for analog channel CH2.
pa_d0optenumH | L | XPattern for digital channel D0.
pa_d1optenumH | L | XPattern for digital channel D1.
pa_d2optenumH | L | XPattern for digital channel D2.
pa_d3optenumH | L | XPattern for digital channel D3.
pa_d4optenumH | L | XPattern for digital channel D4.
pa_d5optenumH | L | XPattern for digital channel D5.
pa_d6optenumH | L | XPattern for digital channel D6.
pa_d7optenumH | L | XPattern for digital channel D7.
pa_d8optenumH | L | XPattern for digital channel D8.
pa_d9optenumH | L | XPattern for digital channel D9.
pa_d10optenumH | L | XPattern for digital channel D10.
pa_d11optenumH | L | XPattern for digital channel D11.
pa_d12optenumH | L | XPattern for digital channel D12.
pa_d13optenumH | L | XPattern for digital channel D13.
pa_d14optenumH | L | XPattern for digital channel D14.
pa_d15optenumH | L | XPattern for digital channel D15.
enum - The query returns the patterns of all 18 channels of duration trigger.
:TRIGger:DURATion:TYPe L,H /*Set the patterns of CH1 and CH2 to L and H respectively. The pattern states of D0 to D15 remain unchanged*/
:TRIGger:DURATion:TYPe? /*The query returns L,H,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X*/

Set or query the trigger condition of the duration trigger.

NameTypeValuesDescription
whenenumGREater | LESS | GLESsTrigger condition for duration trigger.
enum - Returns the current duration trigger condition.
:TRIGger:EDGeset / query

Set or query the trigger level of edge trigger when the trigger source is CHANnel1, CHANnel2, or EXT. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTrigger level for CHANnel1/CHANnel2; when the source is EXT, the allowed range is -4 V to 4 V.

Sets or queries the edge trigger level when the trigger source is CHANnel1, CHANnel2, or EXT. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTrigger level for edge trigger; when the source is CHANnel1 or CHANnel2, the valid range depends on VerticalScale and OFFSet, and when the source is EXT the range is -4 V to 4 V.
real - Returns the trigger level of edge trigger when the trigger source is CHANnel1, CHANnel2, or EXT in scientific notation.

Set or query the edge type of edge trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGative | RFALlSelects the edge type used for edge triggering.
enum - The query returns POS, NEG, or RFAL.

Set or query the trigger source of edge trigger.

NameTypeValuesDescription
srcenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | EXT | ACLine
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, CHAN2, EXT, or ACL.
:TRIGger:IICset / query

Sets or queries the I2C trigger address value when the trigger condition is Address or A&D.

NameTypeValuesDescription
adrinteger0 - 2^n - 1Address value for the I2C trigger.
integer - Returns the I2C trigger address value when the trigger condition is Address or A&D.

Sets or queries the I2C trigger address value when the trigger condition is Address or A&D.

NameTypeValuesDescription
adrinteger0 - 2^n-1I2C trigger address value; the effective range depends on the current address bits n.
integer - Returns the I2C trigger address value when the trigger condition is Address or A&D.

Set or query the number of bits in the I2C trigger address when the trigger condition is Address or A&D.

NameTypeValuesDescription
bitsenum7 | 8 | 10Number of bits of the address of the I2C trigger.
enum - Returns the selected address-bit setting.

Set or query the trigger level of the I2C trigger when the clock-line channel source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTrigger level for the I2C clock line source.
real - Returns the trigger level of I2C trigger when the channel source of the clock line is CHANnel1 or CHANnel2, in scientific notation.

Set or query the trigger level of I2C trigger when the channel source of the data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTrigger level for the I2C data line trigger.
string - Returns the trigger level of I2C trigger when the channel source of the data line is CHANnel1 or CHANnel2 in scientific notation.

Sets or queries the data value of the I2C trigger when the trigger condition is Data or A&D. The actual valid range depends on the currently set byte length.

NameTypeValuesDescription
datinteger0 - (28 x ByteLength - 1)Data value of the I2C trigger.
integer - Returns the data value of the I2C trigger when the trigger condition is Data or A&D.

Set or query the data direction of the I2C trigger when the trigger condition is Address or A&D.

NameTypeValuesDescription
direnumREAD | WRITe | RWRiteData direction of the I2C trigger.
enum - Returns the I2C trigger data direction as READ, WRIT, or RWR.
:TRIGger:IIC:SCLset / query

Sets or queries the channel source of the clock line of the I2C trigger.

NameTypeValuesDescription
sclenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the I2C trigger clock line.
enum - Returns the selected channel source for the clock line of the I2C trigger.
:TRIGger:IIC:SDAset / query

Set or query the channel source of the data line of I2C trigger.

NameTypeValuesDescription
sdaenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the data line of the I2C trigger.
enum - The query returns the selected channel source as D0 through D15, CHAN1, or CHAN2.

Set or query the trigger condition of I2C trigger.

NameTypeValuesDescription
trig_typeenumSTARt | RESTart | STOP | NACKnowledge | ADDRess | DATA | ADATaTrigger condition to use for I2C triggering.
enum - Returns the current trigger condition as one of the abbreviated keywords shown in the return format.
:TRIGger:NEDGeset / query

Sets or queries the edge number of the Nth edge trigger. The query returns an integer between 1 and 65535.

Set the edge number of the Nth edge trigger.

NameTypeValuesDescription
countinteger1 - 65535Edge number of the Nth edge trigger.

Set or query the idle time of the Nth edge trigger.

NameTypeValuesDescription
idle timereal16ns - 4sIdle time of the Nth edge trigger.
real - The query returns the idle time value in scientific notation.

Set or query the trigger level of Nth edge trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5×VerticalScale–OFFSet - +5×VerticalScale–OFFSetTrigger level for the Nth edge trigger.
string - The query returns the trigger level of Nth edge trigger when the trigger source is CHANnel1 or CHANnel2 in scientific notation.

Set or query the edge type of Nth edge trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGativeEdge type for the Nth edge trigger.

Set or query the trigger source of Nth edge trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Trigger source for the Nth edge trigger.
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.
:TRIGger:PATTernset / query

Set or query the trigger level of CHANnel1 or CHANnel2 for pattern trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
chanenumCHANnel1 | CHANnel2Channel to use for the pattern trigger level.
levelreal-5×VerticalScale–OFFSet - +5×VerticalScale–OFFSetTrigger level to set.

Sets or queries the trigger level of CHANnel1 or CHANnel2 for pattern trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
chandiscreteCHANnel1 | CHANnel2Selects CHANnel1 or CHANnel2.
levelreal-5×VerticalScale–OFFSet - +5×VerticalScale–OFFSetSets the trigger level.
real - The query returns the trigger level of CHANnel1 or CHANnel2 of pattern trigger in scientific notation.

Sets or queries the pattern of each channel used by pattern trigger. The command covers CH1, CH2, and digital channels D0 to D15; omitted setter parameters leave later channel states unchanged, while the query returns all 18 channel patterns.

NameTypeValuesDescription
pa_ch1enumH | L | X | R | FPattern state for analog channel CH1.
pa_ch2optenumH | L | X | R | FPattern state for analog channel CH2.
pa_d0optenumH | L | X | R | FPattern state for digital channel D0.
pa_d1optenumH | L | X | R | FPattern state for digital channel D1.
pa_d2optenumH | L | X | R | FPattern state for digital channel D2.
pa_d3optenumH | L | X | R | FPattern state for digital channel D3.
pa_d4optenumH | L | X | R | FPattern state for digital channel D4.
pa_d5optenumH | L | X | R | FPattern state for digital channel D5.
pa_d6optenumH | L | X | R | FPattern state for digital channel D6.
pa_d7optenumH | L | X | R | FPattern state for digital channel D7.
pa_d8optenumH | L | X | R | FPattern state for digital channel D8.
pa_d9optenumH | L | X | R | FPattern state for digital channel D9.
pa_d10optenumH | L | X | R | FPattern state for digital channel D10.
pa_d11optenumH | L | X | R | FPattern state for digital channel D11.
pa_d12optenumH | L | X | R | FPattern state for digital channel D12.
pa_d13optenumH | L | X | R | FPattern state for digital channel D13.
pa_d14optenumH | L | X | R | FPattern state for digital channel D14.
pa_d15optenumH | L | X | R | FPattern state for digital channel D15.
enum - Returns the patterns currently set for all 18 channels.
:TRIGger:PATTern:PATTern H,R /*Set the patterns of CH1 and CH2 to H and R respectively. The pattern states of D0 to D15 remain unchanged*/
:TRIGger:PATTern:PATTern? /*The query returns H,R,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X*/

Set or query the trigger source of pattern trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Trigger source selection.
enum - Returns the current trigger source as one of the digital inputs or channel inputs.
:TRIGger:PULSeset / query

Sets or queries the trigger level for pulse trigger when the trigger source is CHANnel1, CHANnel2, or EXT. The unit follows the current amplitude unit.

NameTypeValuesDescription
levelreal-5×VerticalScale–OFFSet - +5×VerticalScale–OFFSetTrigger level to use for pulse trigger.

Sets or queries the pulse trigger level when the trigger source is CHANnel1, CHANnel2, or EXT. The unit follows the current amplitude unit.

NameTypeValuesDescription
levelreal-5×VerticalScale–OFFSet - +5×VerticalScale–OFFSetTrigger level for pulse trigger.
real - Returns the pulse trigger level in scientific notation when the trigger source is CHANnel1, CHANnel2, or EXT.

Sets or queries the lower limit of the pulse width used for pulse trigger. The unit is seconds.

NameTypeValuesDescription
widthreal2ns - 4sLower limit of the pulse width of pulse trigger when the trigger condition is PGReater or NGReater.
real - The query returns the lower limit of the pulse width of pulse trigger in scientific notation.

Set or query the trigger source of pulse trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | EXT
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, CHAN2, or EXT.

Set or query the upper limit of the pulse width of pulse trigger. The unit is s.

NameTypeValuesDescription
widthreal2ns - 4sUpper limit of the pulse width when the trigger condition is PLESs or NLESs.
real (s) - The upper limit of the pulse width of pulse trigger in scientific notation.

Sets or queries the trigger condition of the pulse trigger. The available conditions are PGReater, PLESs, NGReater, NLESs, PGLess, and NGLess.

NameTypeValuesDescription
whenenumPGReater | PLESs | NGReater | NLESs | PGLess | NGLessTrigger condition for pulse triggering.
enum - Returns the current pulse trigger condition as PGR, PLES, NGR, NLES, PGL, or NGL.
:TRIGger:RS232set / query

RS232 trigger subsystem command group for configuring RS232 trigger settings.

Set or query the baud rate of the RS232 trigger. The unit is bps.

NameTypeValuesDescription
baud_rateenum2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 | 230400 | 460800 | 921600 | 1000000 | USERBaud rate to use for RS232 trigger.
enum - Returns the baud rate of the RS232 trigger in integer form, or USER.

Sets or queries the user-defined baud rate of the RS232 trigger. The unit is bps.

NameTypeValuesDescription
user baudinteger110 - 20000000User-defined RS232 trigger baud rate.
integer - The query returns the user-defined baud rate of RS232 trigger in integer.

Set or query the data value of the RS232 trigger when the trigger condition is Data. The value range depends on the current data bits, as referenced by :TRIGger:RS232:WIDTh.

NameTypeValuesDescription
datainteger0 - 2^n-1Data value of the RS232 trigger.
integer - Returns the data value of the RS232 trigger when the trigger condition is Data.

Set or query the trigger level of RS232 trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Trigger level to set for RS232 trigger.
real - Returns the trigger level of RS232 trigger when the trigger source is CHANnel1 or CHANnel2, in scientific notation.

Sets or queries the even-odd check mode of the RS232 trigger when the trigger condition is ERRor, PARity, or DATA.

NameTypeValuesDescription
parityenumEVEN | ODD | NONEEven-odd check mode for the RS232 trigger.
enum - Returns the current parity check mode.

Set or query the trigger source of RS232 trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.

Sets or queries the stop bit of the RS232 trigger when the trigger condition is error, parity, or data. Refer to :TRIGger:RS232:WHEN to set the trigger condition.

NameTypeValuesDescription
bitdiscrete1 | 2Stop bit value.
integer - Returns the selected stop bit value.

Set or query the trigger condition of RS232 trigger.

NameTypeValuesDescription
whenenumSTARt | ERRor | PARity | DATATrigger condition for RS232 triggering.
enum - Returns the current RS232 trigger condition as STAR, ERR, PAR, or DATA.

Set or query the data bits of the RS232 trigger when the trigger condition is Data.

NameTypeValuesDescription
widthenum5 | 6 | 7 | 8Data bits width for the RS232 trigger.
enum - The query returns the selected data bits width.
:TRIGger:RUNTset / query

Set the runt trigger level limits. The upper limit is set with :TRIGger:RUNT:ALEVel and the lower limit with :TRIGger:RUNT:BLEVel.

Sets or queries the upper limit of the runt trigger level. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
alevelreal-4.98 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetUpper limit of the runt trigger level.
:TRIGger:RUNT:ALEVel <alevel>
:TRIGger:RUNT:ALEVel?

Sets or queries the lower limit of the trigger level for runt trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
blevelreal(-5 x VerticalScale - OFFSet) - (+4.98 x VerticalScale - OFFSet)Lower limit of the trigger level of runt trigger.
real - The query returns the lower limit of the trigger level of runt trigger in scientific notation.

Set or query the trigger source of runt trigger.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2
enum - The query returns CHAN1 or CHAN2.

Set or query the pulse polarity of the runt trigger.

NameTypeValuesDescription
polarityenumPOSitive | NEGativeSelects whether the trigger acts on the positive or negative runt pulse.
enum - The query returns POS or NEG.

Set or query the qualifier of the runt trigger. The query returns NONE, GRE, LESS, or GLES.

NameTypeValuesDescription
whenenumNONE | GREater | LESS | GLESsSelects the runt trigger qualifier.
enum - Returns NONE, GRE, LESS, or GLES.

Sets or queries the lower limit of the pulse width used by the runt trigger. The valid range depends on the runt trigger qualifier set by :TRIGger:RUNT:WHEN.

NameTypeValuesDescription
<NR3>real2ns - 4sLower limit of the pulse width when the qualifier is GREater.

Set or query the upper limit of the pulse width of the runt trigger.

NameTypeValuesDescription
<NR3>real2ns - 4sUpper limit of the pulse width; valid range depends on the runt trigger qualifier.
real - Returns the upper limit of the pulse width in scientific notation.
:TRIGger:SHOLdset / query

Sets or queries the channel source for the clock or data line of setup/hold trigger. The slice documents the shared SHOLd group and lists the CSrc and DSrc members.

NameTypeValuesDescription
csrcenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source of the clock line of setup/hold trigger.
dsrcenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source of the data line of setup/hold trigger.

Sets or queries the channel source of the clock line for setup/hold trigger.

NameTypeValuesDescription
csrcenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the clock line of setup/hold trigger.

Sets or queries the channel source of the data line of the setup/hold trigger.

NameTypeValuesDescription
dsrcenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the data line of the setup/hold trigger.
enum - Returns the selected data-line channel source.

Set or query the hold time of the setup/hold trigger. The query returns the hold time in scientific notation.

NameTypeValuesDescription
NR3real2ns - 1sHold time value.
real - The hold time of the setup/hold trigger in scientific notation.

Set or query the data type of the setup/hold trigger. The query returns H or L.

NameTypeValuesDescription
patternenumH | LData type pattern for setup/hold trigger.
enum - H or L.

Set or query the edge type of the setup/hold trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGativeSpecifies the edge type for the setup/hold trigger.
enum - The query returns POS or NEG.

Set or query the setup time of the setup/hold trigger. This command is available only when the hold type is set to SETup or SETHOLd.

NameTypeValuesDescription
<NR3>real2ns - 1sSetup time value.
real - Returns the setup time of the setup/hold trigger in scientific notation.

Set or query the hold type of setup/hold trigger.

NameTypeValuesDescription
typeenumSETup | HOLd | SETHOLdSelects the hold type used for setup/hold triggering.
enum - Returns the current hold type as SET, HOL, or SETHOL.
:TRIGger:SLOPeset / query

Set or query the trigger level slope settings. This page documents the upper and lower limit commands under :TRIGger:SLOPe.

Sets the upper limit of the trigger level for slope trigger. The value uses the current amplitude unit.

NameTypeValuesDescription
alevelreal(-4.98 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Upper limit of the trigger level of slope trigger.

Set the lower limit of the trigger level for slope trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
blevelreal(-5 x VerticalScale - OFFSet) - (+4.98 x VerticalScale - OFFSet)Lower limit of the trigger level of slope trigger.

Set or query the lower limit of time of slope trigger. The unit is s.

NameTypeValuesDescription
timereal10ns - 1sLower limit of time of slope trigger.
string - The query returns the lower limit of time of slope trigger in scientific notation.

Set or query the upper limit of time of slope trigger. The unit is s.

NameTypeValuesDescription
timereal10ns - 1sUpper limit of time of slope trigger.
string - The query returns the upper limit of time of slope trigger in scientific notation.

Sets or queries the trigger source of slope trigger.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Trigger source selection.
enum - The query returns CHAN1 or CHAN2.

Sets or queries the trigger condition of the slope trigger.

NameTypeValuesDescription
whenenumPGReater | PLESs | NGReater | NLESs | PGLess | NGLessTrigger condition for slope triggering.
enum - Returns the current slope trigger condition as PGR, PLES, NGR, NLES, PGL, or NGL.

Set or query the vertical window type of slope trigger.

NameTypeValuesDescription
windowenumTA | TB | TABVertical window type of the slope trigger.
enum - Returns the current vertical window type.
:TRIGger:SPIset / query

SPI trigger subsystem command group. The page only lists related subcommands and does not document settings or a return value for the group command itself.

Sets or queries the trigger level of the SPI trigger when the clock-line channel source is CHANnel1 or CHANnel2. The value uses the current amplitude unit.

NameTypeValuesDescription
levelreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Trigger level to set for the SPI clock-line trigger.
real - Returns the trigger level of SPI trigger when the channel source of the clock line is CHANnel1 or CHANnel2, in scientific notation.

Sets or queries the trigger level of the SPI trigger when the data-line source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Trigger level for the SPI data-line source.
real - Returns the trigger level of SPI trigger when the channel source of the data line is CHANnel1 or CHANnel2, in scientific notation.
:TRIGger:SPI:CSset / query

Set or query the source channel of the chip select line of the SPI trigger when the trigger condition is CS.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Source channel of the chip select line.
enum - The query returns D0, D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11, D12, D13, D14, D15, CHAN1, or CHAN2.

Set or query the data value of the SPI trigger.

NameTypeValuesDescription
datainteger0 - 2^n-1Data value of the SPI trigger.
integer - The query returns the data value of the SPI trigger in integer.

Sets or queries the SPI trigger chip select mode when the trigger condition is CS.

NameTypeValuesDescription
modeenumHIGH | LOWChip select signal validity level for SPI trigger.
enum - Returns the chip select mode.
:TRIGger:SPI:SCLset / query

Set or query the clock channel source of the SPI trigger.

NameTypeValuesDescription
sclenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Specifies the clock channel source for the SPI trigger.
enum - Returns the selected clock channel source.
:TRIGger:SPI:SDAset / query

Set or query the data channel source of SPI trigger.

NameTypeValuesDescription
sdaenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Data channel source for the SPI trigger.
enum - Returns the selected data channel source.

Sets or queries the trigger level of the chip select channel of SPI trigger when the chip select source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - 5 x VerticalScale - OFFSetTrigger level of the chip select channel.
real - Returns the trigger level of the chip select channel of SPI trigger when the chip select source is CHANnel1 or CHANnel2.

Set or query the edge type of the clock signal of SPI trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGativeEdge type of the clock signal.
enum - The query returns POS or NEG.

Set or query the SPI trigger timeout time when the trigger condition is TIMeout. The unit is s.

NameTypeValuesDescription
time_valuereal100ns - 1sTimeout time for the SPI trigger.
real (s) - Returns the timeout time of SPI trigger when the trigger condition is TIMeout in scientific notation.

Set or query the trigger condition of the SPI trigger.

NameTypeValuesDescription
whenenumCS | TIMeoutTrigger condition for SPI trigger.
enum - The query returns CS or TIM.

Sets or queries the number of bits of data for the SPI trigger.

NameTypeValuesDescription
widthinteger4 - 32Number of bits of data used by the SPI trigger.
integer - Returns the number of bits of data of the SPI trigger.
:TRIGger:TIMeoutset / query

Set the trigger source of the timeout trigger, or query the current trigger source. This page slice shows the related :TRIGger:TIMeout:SOURce command and its return format.

Set or query the trigger source of the timeout trigger.

NameTypeValuesDescription
sourceenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Trigger source for the timeout trigger.
enum - Returns the current timeout trigger source.

Set or query the edge type of the timeout trigger.

NameTypeValuesDescription
slopeenumPOSitive | NEGative | ALTernateEdge type used for the timeout trigger.
enum - The query returns POS, NEG, or ALT.

Set or query the timeout time of the timeout trigger.

NameTypeValuesDescription
timereal16ns - 4sTimeout time to use for the timeout trigger.
real - The query returns the timeout time of the timeout trigger in scientific notation.
:TRIGger:USBset / query

Option command group for USB trigger settings. The slice documents the D- and D+ channel source subcommands, not a standalone :TRIGger:USB setter/query.

Sets or queries the channel source of the D- data line of the USB trigger.

NameTypeValuesDescription
dmenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source of the D- data line of the USB trigger.

Set or query the channel source of the D+ data line of USB trigger.

NameTypeValuesDescription
dpenumD0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2Channel source for the D+ data line of USB trigger.
enum - Returns the current D+ data line channel source.

Sets or queries the trigger level of USB trigger when the channel source of the D- data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal(-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet)Trigger level for the USB trigger.
real - Returns the trigger level of USB trigger when the channel source of the D- data line is CHANnel1 or CHANnel2, in scientific notation.

Set or query the trigger level of USB trigger when the channel source of the D+ data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetTrigger level for the USB trigger on the D+ data line.
real - Returns the trigger level of USB trigger when the channel source of the D+ data line is CHANnel1 or CHANnel2, in scientific notation.
:TRIGger:USB:PLEVel <level>
:TRIGger:USB:PLEVel?

Set or query the signal speed of USB trigger.

NameTypeValuesDescription
valueenumLOW | FULLSignal speed of the USB trigger.
enum - The query returns the current USB trigger signal speed.

Set or query the trigger condition of USB trigger.

NameTypeValuesDescription
conditionenumSOP | EOP | RC | SUSPend | EXITsuspendUSB trigger condition to use.
enum - The query returns the current USB trigger condition as one of the listed keywords.
:TRIGger:VIDeoset / query

Set or query the sync type of the video trigger. When the video standard is HDTV, the sync type can only be set to AllLine or Line Number.

NameTypeValuesDescription
modeenumODDField | EVENfield | LINE | ALINesSync type of the video trigger.

Set or query the sync type of the video trigger. When the video standard is HDTV, the sync type can only be set to AllLine or Line Number.

NameTypeValuesDescription
modeenumODDField | EVENfield | LINE | ALINesSync type of the video trigger.
enum - Returns the current sync type as ODDF, EVEN, LINE, or ALIN.

Sets or queries the trigger level of the video trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
levelreal-5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetVideo trigger level.
real - Returns the trigger level of the video trigger in scientific notation.

Sets or queries the video trigger line number when the sync type is Line. The valid range depends on the video standard.

NameTypeValuesDescription
lineinteger1 - 1125Line number of the video trigger.
integer - The line number of video trigger when the sync type is Line.

Set or query the video polarity of the video trigger.

NameTypeValuesDescription
polarityenumPOSitive | NEGativeSelects the video trigger polarity.
enum - The query returns POS or NEG.

Set or query the trigger source of video trigger.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Video trigger source.
enum - Returns the selected video trigger source.

Sets or queries the video standard used for video trigger. The selected standard can be one of the listed PAL/NTSC/480P/576P/720P/1080P/1080I formats.

NameTypeValuesDescription
standardenumPALSecam | NTSC | 480P | 576P | 720P60HZ | 720P50HZ | 720P30HZ | 720P25HZ | 720P24HZ | 1080P60HZ | 1080P50HZ | 1080P30HZ | 1080P25HZ | 1080P24HZ | 1080I30HZ | 1080I25HZ | 1080I24HZVideo standard to use for the video trigger.
enum - The query returns the selected video standard.
:TRIGger:WINDowsset / query

Option group for windows trigger settings. This page slice shows related subcommands for upper and lower trigger level limits, position, time, source, and slope.

Sets or queries the upper limit of the trigger level for window trigger mode. The value uses the same unit as the current amplitude unit.

NameTypeValuesDescription
alevelreal-4.98 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSetUpper limit of the trigger level for windows trigger.
real - Returns the upper limit of the trigger level of windows trigger in scientific notation.

Set or query the lower limit of the trigger level of windows trigger. The unit is the same as the current amplitude unit.

NameTypeValuesDescription
blevelreal-5 x VerticalScale - OFFSet - +4.98 x VerticalScale - OFFSetLower limit of the trigger level.
real - Returns the lower limit of the trigger level of windows trigger in scientific notation.

Set or query the trigger position of the windows trigger. The setting selects whether the trigger occurs on EXIT, ENTER, or TIMe, and the time-based mode uses the windows time setting.

NameTypeValuesDescription
<pos>enumEXIT | ENTER | TIMeTrigger position mode for windows trigger.
enum - Returns the current windows trigger position as EXIT, ENTER, or TIM.

Set or query the windows time of the windows trigger. This command is only available when :TRIGger:WINDows:POSition is set to TIMe.

NameTypeValuesDescription
NR3real16ns - 4sWindows trigger time value.
real - The query returns the windows time in scientific notation.

Set or query the trigger source of windows trigger.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2Selects the windows trigger source.
enum - Returns the current trigger source as CHAN1 or CHAN2.

Set or query the windows type of the windows trigger.

NameTypeValuesDescription
typeenumPOSitive | NEGative | RFALlSelects the windows trigger type.
enum - The query returns POS, NEG, or RFAL.

:WAVeform:SOURceset / query

Set or query the channel source used for waveform data reading.

NameTypeValuesDescription
sourceenumCHANnel1 | CHANnel2 | MATH | FFT | LASelects the channel source for waveform data reading.
enum - Returns the current waveform data source.
:WAVeform:MODEset / query

Set or query the waveform data reading mode.

NameTypeValuesDescription
modeenumNORMal | RAW | MAXimumWaveform data reading mode.
enum - Returns the current waveform data reading mode.
:WAVeform:FORMatset / query

Sets or queries the return format of the waveform data.

NameTypeValuesDescription
formatenumWORD | BYTE | ASCiiSelects the waveform data return format.
enum - The query returns WORD, BYTE, or ASC.
WAVeform:FORMat <format>
WAVeform:FORMat?
:WAVeform:POINtsset / query

Set or query the number of waveform points to be read.

NameTypeValuesDescription
pointinteger1 - 1400Number of waveform points to read, limited by the current waveform reading mode.
integer - Returns the number of waveform points to be read.

Reads waveform data from the buffer. The returned format depends on the currently selected waveform data format; for ASCII it returns voltage values, and for WORD/BYTE it returns a TMC data description header followed by waveform data.

block - Returns waveform data. In WORD or BYTE format the response contains a TMC data description header (#NXXXXXXXXX) followed by waveform data; in ASCII format it returns the actual voltage value of each waveform point in scientific notation, separated by commas.
:WAVeform:DATA?

Query the time difference between two neighboring points of the currently selected channel source in the X direction.

real - Returns the time difference between two neighboring points of the currently selected channel source in the X direction, in scientific notation. The value depends on the current data reading mode and may be in seconds or hertz depending on the selected source.

Queries the start time of the waveform data for the currently selected waveform source in the X direction. The returned value depends on the current data reading mode and source, and is given in scientific notation.

real (s) - Start time of the waveform data of the currently selected channel source in the X direction. In NORMal mode it is the start time of the waveform data displayed on the screen; in RAW mode it is the start time of the waveform data in internal memory; in MAXimum mode it depends on run/stop status as described in the manual.

Query the reference time base of the channel source currently selected in the X direction.

integer - Returns 0, namely the first waveform point on the screen or in the internal memory.

Queries the voltage value per unit of the currently selected channel source in the Y direction. The unit is the same as the signal source.

real (V) - Returns the voltage value per unit of the currently selected channel source in the Y direction, in scientific notation.

Queries the vertical offset of the currently selected waveform source relative to the vertical reference position in the Y direction.

integer - Returns the vertical offset relative to the vertical reference position of the currently selected channel source in the Y direction.

Query the vertical reference position of the currently selected channel source in the Y direction. The reference is always 127.

integer - Returns 127.
:WAVeform:STARtset / query

Set or query the start point of waveform data reading.

NameTypeValuesDescription
stainteger1 - 1400Start point for waveform data reading in NORMal mode.
qualifieroptenumNORMal | MAXimum | RAWLimits the valid range of <sta> according to the waveform data reading mode.
integer - The query returns the start point of waveform data reading.
:WAVeform:STOPset / query

Set or query the stop point of waveform reading.

NameTypeValuesDescription
stopinteger1 - 1400Stop point of waveform data reading. The valid range depends on the current waveform reading mode and available memory depth.
integer - The query returns the stop point of waveform data reading.

Queries and returns all waveform parameters.

string - Returns 10 waveform parameters separated by commas: <format>,<type>,<points>,<count>,<xincrement>,<xorigin>,<xreference>,<yincrement>,<yorigin>,<yreference>.
:WAVeform:PREamble?

Queries and returns the current waveform reading state.

enum - Returns IDLE,n or READ,n, where IDLE means the waveform reading thread finishes and READ means the waveform reading thread is running. n is the current number of waveform points to be read.