/

B&K Precision

/

B&K Precision BK-PRECISION-2565B-MSO

SCPI COMMAND REFERENCE

B&K Precision BK-PRECISION-2565B-MSO

B&K Precision BK-PRECISION-2565B-MSO

The B&K Precision BK-PRECISION-2565B-MSO is B&K Precision's oscilloscope in the 2560B family. Its SCPI remote-control interface exposes 726 commands across 25 subsystems - 434 settable and 292 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.

726

Commands

434

Settable

292

Queries

25

Subsystems

SCPI

Verified

2026-07-16

All commands

*IDN?query

Queries the instrument identification string. The response comprises manufacturer, model, serial number, software version, and firmware version.

string - Returns the instrument identification response string.
*IDN?
*OPCset / query

Causes the device to generate the operation complete message in the Standard Event Status Register when the selected device operation completes. The query places an ASCII character 1 in the output queue on completion of the selected device operation.

integer - Returns ASCII character 1 when the selected device operation completes.
OUTP:STAT 1;*OPC
*OPC?query

Places an ASCII character 1 in the output queue when the selected device operation completes.

integer - Returns ASCII character 1 on completion of the selected device operation.
*RSTset / query

Initiates a device reset and recalls the default setup equivalent to the front-panel Default key.

*RST

:AUTosetset / query

Automatically adjusts the trigger, vertical, and horizontal controls of the oscilloscope to produce a usable display of the input signal. Autoset is not recommended for low frequency events (< 100 Hz).

AUT

:PRINt?query

Captures the screen and returns the data of the selected file.

NameTypeValuesDescription
typeenumBMP | PNGSelects the output file format.
block - Returns the screen capture data in the selected file format.
PRIN? BMP
PRIN? PNG

:ACQuire:AMODeset / query

Writes and reads the rate of waveform capture. This command can provide a high-speed waveform capture rate to help capture signal anomalies.

NameTypeValuesDescription
rateenumFAST | SLOWSelects the waveform capture rate.
ACQ:AMOD FAST
ACQ:AMOD?
:ACQuire:CSWeepset / query

Clears the sweep and restarts the acquisition. It is equivalent to the Clear Sweeps key on the front panel.

Writes and reads the method of interpolation. ON selects sinx/x (sinc) interpolation, and OFF selects linear(x) interpolation.

NameTypeValuesDescription
stateenumON | OFFSelects the interpolation method.
enum - Returns the current interpolation state.
ACQ:INT ON
ACQ:INT?
:ACQuire:MDEPthset / query

Writes and reads the maximum memory depth.

NameTypeValuesDescription
memory_sizeenum20k | 200k | 2M | 20M | 200MMaximum memory depth in single-channel mode.
ACQ:MDEP 200M
ACQ:MDEP?
:ACQuire:MODEset / query

Writes and reads the acquisition mode of the oscilloscope.

NameTypeValuesDescription
mode_typeenumYT | XY | ROLLAcquisition mode to set.
enum - Returns the current acquisition mode.
ACQ:MODE YT
ACQ:MODE?

Returns the number of sampled points of the current waveform on the screen.

numeric - Value in NR3 format, including a decimal point and exponent.
ACQ:POIN?

Write or read the sequence acquisition mode.

NameTypeValuesDescription
stateenumON | OFFSets the sequence acquisition mode.
enum - Returns the current sequence acquisition mode.
ACQ:SEQ ON
ACQ:SEQ?

Write or read the number of memory segments to acquire. The maximum number of segments may be limited by the memory depth of the oscilloscope.

NameTypeValuesDescription
countinteger-Number of memory segments to acquire.
integer - Returns the acquired count value in NR1 integer format.
ACQ:SEQ:COUN? 5
ACQ:SEQ:COUN?

Returns the current sampling rate.

real - Returns the current sampling rate.
ACQ:SRAT?
:ACQuire:TYPEset / query

Writes or reads the acquisition type that will take place. Supported types are normal, peak detect, averaging, and enhanced resolution; averaging can include a count and enhanced resolution can include a bit setting.

NameTypeValuesDescription
typeenumNORMal | PEAK | AVERage | ERESSelects the acquisition mode.
enum - Returns the present acquisition type, and for averaging returns the average count as well.
ACQuire:TYPE AVER,16
ACQ:TYPE?

Writes or reads the state of the bandwidth-limiting low-pass filter for the specified channel. When enabled, the channel bandwidth is limited to approximately 20 MHz or 200 MHz.

NameTypeValuesDescription
ninteger1 - 4Channel number in NR1 format, including an integer and no decimal point.
bwlimitenumFULL | 20M | 200MSets the oscilloscope bandwidth to full, 20 MHz bandwidth filtering, or 200 MHz bandwidth filtering.
CHAN1:BWL 20M
CHAN1:BWL?

Writes or reads the coupling mode of the specified input channel.

NameTypeValuesDescription
ninteger1 - 4Channel number in NR1 format, an integer with no decimal point.
coupling_modeenumDC | AC | GNDSets the channel coupling mode.
enum - Returns the current channel coupling mode.
CHAN1:COUP AC
CHAN1:COUP?

Writes or reads the input impedance of the selected channel. Two impedance values are available: 1 MOhm and 50 ohm.

NameTypeValuesDescription
ninteger1 - 4Selected channel number in NR1 format.
impedanceenumONEMeg | FIFTyInput impedance setting; ONEMeg means 1 Mohm and FIFTy means 50 ohm.
enum - Returns the current input impedance setting.
CHAN2:IMP ONEM
CHAN2:IMP?

Writes or reads the state of the mathematical invert for the specified channel. This is a mathematical operation and does not change the polarity of the input signal with reference to ground.

NameTypeValuesDescription
stateenumON | OFFEnables or disables channel inversion.
enum - Returns the invert state.
CHAN2:INV ON
CHAN2:INV?

Writes or reads the state of the specified channel label. The label can be enabled or disabled with ON/OFF, and the query returns the present state.

NameTypeValuesDescription
ninteger1 - 4Channel number in NR1 format.
stateenumON | OFFEnables or disables the channel label.
enum - Returns the present channel label state.
CHAN1:LAB ON
CHAN1:LAB?

Sets or reads the selected channel’s label text. Setting a label also adds the name to the non-volatile label list, and the text is automatically converted to uppercase.

NameTypeValuesDescription
qstringstring-Quoted string of ASCII text; length limited to 20 characters.
string - Returns the channel label text.
CHAN2:LAB:TEXT "VIN"
CHAN2:LAB:TEXT?

Writes or reads the vertical offset of the specified input channel. The legal value range depends on the fixed sensitivity setting established by CHANnel<n>:SCALe.

NameTypeValuesDescription
offset_valuereal-Vertical offset value for the specified input channel.
CHAN1:OFFS -3.8E+00
CHAN1:OFFS?

Writes or reads the probe attenuation factor for the selected channel. It does not change the actual input sensitivity; it changes reference constants used for display scaling, automatic measurements, and trigger levels.

NameTypeValuesDescription
attenuationenumDEFault | VALueSelects either the default probe attenuation or an explicit value.
valueoptreal1E-6 - 1E6Probe attenuation ratio used when attenuation is VALue.
real - Returns the probe attenuation ratio.
CHAN1:PROB VAL,1.00E+02
CHAN1:PROB?

Writes or reads the vertical sensitivity in volts per division. If the probe attenuation is changed, the scale value is multiplied by the probe’s attenuation factor.

NameTypeValuesDescription
ninteger1 - 4Channel number, in NR1 format, as an integer with no decimal point.
scalerealV/divVertical sensitivity value in NR3 format, including a decimal point and exponent.
CHAN1:SCAL 5.00E-02
CHAN1:SCAL?
:CHANnel<n>:SKEWset / query

Writes or reads the channel-to-channel skew factor for the specified channel.

NameTypeValuesDescription
skew_valuereal-1.00E-07 - 1.00E-07Skew value to apply to the specified channel.

Writes or reads the display state of the specified channel.

NameTypeValuesDescription
stateenumOFF | ONDisplay state for the specified channel.
enum - Returns the current display state of the specified channel.
CHAN1:SWIT ON
CHAN1:SWIT?
:CHANnel<n>:UNITset / query

Writes or reads the unit of input signal for the specified channel. The available units are voltage (V) and current (A).

NameTypeValuesDescription
ninteger1 - 4Channel number in NR1 format.
unitenumV | ASelects the input signal unit.
CHAN1:UNIT A
CHAN1:UNIT?

Sets or reads the display state of the waveform for the specified channel. Unlike CHANnel<n>:SWITch, this command controls the on-screen display state rather than the physical switch.

NameTypeValuesDescription
ninteger1 - 4Channel number in NR1 format.
display_stateenumON | OFFTurns the channel display on or off.
enum - Returns the current display state of the specified channel.
CHAN2:VIS ON
CHAN2:VIS?

:CURSorset / query

Writes or reads the state of the cursor function.

NameTypeValuesDescription
stateenumON | OFFSets the cursor function state.
CURS ON
CURS?

Returns the current value of cursor 1/(X1 − X2).

real - The current value of cursor 1/(X1 − X2).
CURS:IXD?
:CURSor:MODEset / query

Writes or reads the cursor mode, and the type of cursor to be displayed in manual mode.

NameTypeValuesDescription
typeenumTRACk | MANualSelects track cursors or manual cursors.
modeoptenumX | Y | YType of cursor to be displayed in manual mode.
CURS:MODE MAN,X
CURS:MODE?

Writes or reads the cursor mode and, in manual mode, the type of cursor to be displayed.

returns
CURS:MODE MAN,X
CURS:MODE?
:CURSor:TAGStyleset / query

Writes or reads the tag type of the cursor value.

NameTypeValuesDescription
typeenumFIXed | FOLLowingSelects the cursor value tag type.
enum - Returns the current cursor tag type.
CURS:TAGS FOLL
CURS:TAGS?

Write or read the tag type of the cursor value.

enum - Returns the current cursor tag type.
CURS:TAGS FOLL
CURS:TAGS?

Writes or reads the state of the cursor function.

enum - Returns the current cursor function state.
CURS?
:CURSor:SOURce1set / query

Writes or reads the source of cursor source 1.

NameTypeValuesDescription
sourceenumC<x> | F<x> | REFA | REFB | REFC | REFD | DIGital | HISTOGramSelects the source for cursor source 1.
CURS:SOUR1 C1
CURS:SOUR?

Write or read the source of cursor source 1.

NameTypeValuesDescription
sourceenumC<x> | F<x> | REFA | REFB | REFC | REFD | DIGital | HISTOGramSelects the source for cursor source 1.
enum - Returns the current source of cursor source 1.
CURS:SOUR1 C1
CURS:SOUR?
:CURSor:X1set / query

Write or read the position of cursor X1.

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebasePosition of the X1 cursor in NR3 format, including a decimal point and exponent.
real - Returns the current X1 cursor position.
CURS:X1 1.00E-06
CURS:X1?

Writes or reads the position of cursor X1.

real - Returns the position of cursor X1.
CURS:X1?

Returns the horizontal difference between cursor X1 and cursor X2.

real - Returns the horizontal difference between cursor X1 and cursor X2.
CURS:XDEL?

Writes or reads the expansion strategy around the cursor X.

NameTypeValuesDescription
typeenumDELay | POSitionSelects whether the cursor value is fixed with changing on-screen position, or the cursor position is fixed with waveform expansion/contraction around it.
CURS:XREF DEL
CURS:XREF?

Write or read the expansion strategy around the cursor X.

enum - Returns the current cursor X reference mode.
CURS:XREF DEL
CURS:XREF?
:CURSor:Y1set / query

Writes or reads the position of cursor Y1.

NameTypeValuesDescription
valuereal-vertical_grid/2*vertical_scale - vertical_grid/2*vertical_scaleCursor Y1 position in NR3 format, including a decimal point and exponent.
CURS:Y1 1.20E+01
CURS:Y1

Writes or reads the position of cursor Y1.

real - Returns the position of cursor Y1.
CURS:Y1 1.20E+01
CURS:Y1

Returns the vertical difference between the cursor Y1 and cursor Y2.

real - Returns the vertical difference between cursor Y1 and cursor Y2.
CURS:YDEL?

Write or read the expansion strategy of the Y cursor.

NameTypeValuesDescription
typeenumOFFSet | POSitionSelects how the Y cursor behaves when the vertical scale changes.
enum - Returns the current Y cursor reference strategy.
CURS:YREF OFFS
CURS:YREF?

Returns or sets the expansion strategy of the Y cursor. OFFSet fixes the cursor value while the cursor position moves with vertical scale changes; POSition fixes the cursor position.

enum - Returns the current Y cursor reference mode.
CURS:YREF?
CURS:YREF OFFS

:DECodeset / query

Write or read the state of the decode function.

NameTypeValuesDescription
stateenumON | OFFSets the decode function state.
DEC ON
DEC?
:DECode:LISTset / query

Writes or reads the list decode result state.

NameTypeValuesDescription
stateenumOFF | D1 | D2Selects the list decode result state; D1 means bus 1 and D2 means bus 2.
DEC:LIST D1
DEC:LIST?

Writes or reads the number of lines displayed in the decoding list on the screen.

NameTypeValuesDescription
valueinteger1 - 7Number of lines displayed in the decoding list.
integer - Returns the number of lines displayed in the decoding list.
DEC:LIST:LINE 6
DEC:LIST:LINE?

Writes or reads the number of lines displayed in the decoding list on the screen.

integer - Returns the number of lines displayed in the decoding list on the screen.
DEC:LIST:LINE 6
DEC:LIST:LINE?

Writes or reads the list decode result state.

enum - Returns the list decode result state.
DEC:LIST D1
DEC:LIST?

Writes or reads the state of the decode function.

NameTypeValuesDescription
stateenumON | OFFSets the decode function state.
enum - Returns the current decode function state.
DEC ON
DEC?
:DECode:BUS<n>set / query

Writes or reads the status of the decode bus operation for bus 1 or 2. The bus number is attached as a suffix to BUS and defines which bus is affected.

NameTypeValuesDescription
ninteger1 - 2Selects the affected decode bus.
stateenumON | OFFTurns the decode bus operation on or off.
enum - Returns the current decode bus operation state.
DEC:BUS1 ON
DEC:BUS1?

Synchronizes the decoding settings with the trigger settings. The bus number suffix selects bus 1 or 2.

NameTypeValuesDescription
ninteger1 - 2Selects the decode bus affected by the command.
operationenumFROMtrigger | TOTRiggerChooses whether to copy trigger settings to the decoding bus or decoding settings to trigger.
DEC:BUS1:COPY FROM

Writes or reads the status of the decode bus operation. The bus number is attached as a suffix to BUS and defines which bus is affected.

NameTypeValuesDescription
ninteger1 - 2Bus number suffix selecting the affected decode bus.
enum - Returns the current decode bus state.
DEC:BUS1 ON
DEC:BUS1?

Writes or reads the selected line when the decode list is turned on.

NameTypeValuesDescription
valueinteger-Selected line number in NR1 format.
integer - Returns the selected line number.
DEC:LIST:SCR 3
DEC:LIST:SCR?

Reads or writes the selected line when the decode list is turned on.

integer - Returns the selected line number.
DEC:LIST:SCR 3
DEC:LIST:SCR?

Writes or reads the display format of the specified decode bus. Bus number n selects bus 1 or 2.

NameTypeValuesDescription
formatenumBINary | DECimal | HEX | ASCiiDisplay format for the specified decode bus.
ninteger1 - 2Selects the decode bus to be affected.
enum - Returns the current display format of the specified decode bus.
DEC:BUS1:FORM ASCii
DEC:BUS1:FORM?

Writes or reads the display format of the specified decode bus.

enum - Returns the current display format of the specified decode bus.
DEC:BUS1:FORM ASCii
DEC:BUS1:FORM?

Write or read the protocol of the specified bus.

NameTypeValuesDescription
protocolenumIIC | SPI | UART | CAN | LIN | FLEXray | CANFd | IIS | M1553Protocol of the specified bus.
DEC:BUS1:PROT IIC
DEC:BUS1:PROT?

Writes or reads the protocol of the specified decode bus.

enum - Returns the protocol of the specified bus.
DEC:BUS1:PROT IIC
DEC:BUS1:PROT?

Write or read the decoding result, which includes the read bit and the write bit.

NameTypeValuesDescription
stateenumON | OFFEnables or disables the decoding result.
enum - Returns the decoding result state.
DEC:BUS1:IIC:RWB ON
DEC:BUS1:IIC:RWB?

Writes or reads the decoding result for the IIC bus, including the read bit and the write bit.

enum - Returns the current decoding result state.
DEC:BUS1:IIC:RWB ON
DEC:BUS1:IIC:RWB?

Returns the current SCL source of the IIC bus. The source can be set to an analog channel C<x> or a digital channel D<m>.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the IIC bus SCL source.
enum - Returns the current SCL source of the IIC bus.
DEC:BUS1:IIC:SCLS C1
DEC:BUS1:IIC:SCLS?

Writes or reads the threshold of the SCL on the IIC bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the current SCL threshold value.
DEC:BUS1:IIC:SCLT 1.00E+00
DEC:BUS1:IIC:SCLT?

Write or read the threshold of the SCL on IIC bus.

real - Returns the SCL threshold value for the selected IIC bus.
DEC:BUS1:IIC:SCLT 1.00E+00
DEC:BUS1:IIC:SCLT?

Write or read the SDA source of the IIC bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the SDA source for the specified IIC bus.
enum - Returns the current SDA source.
DEC:BUS1:IIC:SDAS C1
DEC:BUS1:IIC:SDAS?

Writes or reads the SDA source of the IIC bus. The bus number is appended to BUS as a suffix and must be 1 or 2.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the SDA source as either an analog channel C<x> or a digital channel D<m>.
enum - Returns the present SDA source.
DEC:BUS1:IIC:SDAS C1
DEC:BUS1:IIC:SDAS?

Write or read the threshold of the SDA on the IIC bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for SDA on the IIC bus.
real - Returns the SDA threshold value.
DEC:BUS1:IIC:SDAT 1.00E+00
DEC:BUS1:IIC:SDAT?

Writes or reads the threshold of the SDA signal on the IIC bus for the specified bus number. The value is a real number in NR3 format with the range [-4.1*vertical_scale-vertical_offset, 4.1*vertical_scale-vertical_offset].

real - Returns the SDA threshold value in NR3 format.
DEC:BUS1:IIC:SDAT 1.00E+00
DEC:BUS1:IIC:SDAT?

Writes or reads the bit order of the SPI bus for bus 1 or 2.

NameTypeValuesDescription
orderenumLSB | MSBBit order to use on the selected SPI bus.
enum - Returns the current bit order.
DEC:BUS1:SPI:BIT LSB
DEC:BUS1:SPI:BIT?

Writes or reads the bit order of the selected SPI bus.

enum - Returns the current SPI bus bit order.
DEC:BUS1:SPI:BIT LSB
DEC:BUS1:SPI:BIT?

Write or read the CLK source of the SPI bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the SPI CLK source from an analog channel C<x> or a digital channel D<m>.
enum - Returns the current CLK source of the SPI bus.
DEC:BUS1:SPI:CLKS C1
DEC:BUS1:SPI:CLKS

Writes or reads the CLK source of the SPI bus.

enum - Returns the current CLK source of the SPI bus.
DEC:BUS1:SPI:CLKS C1
DEC:BUS1:SPI:CLKS

Writes or reads the threshold of the CLK on the SPI bus. The value is given in NR3 format and must be within the range [-4.1*vertical_scale-vertical_offset, 4.1*vertical_scale-vertical_offset].

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the SPI CLK input.
DEC:BUS1:SPI:CLKT 1.00E+00
DEC:BUS1:SPI:CLKT?

Writes or reads the threshold of the SPI bus CLK. The value is given in NR3 format and must fall within the range [-4.1*vertical_scale-vertical_offset, 4.1*vertical_scale-vertical_offset].

real - Returns the CLK threshold value in NR3 format.
DEC:BUS1:SPI:CLKT 1.00E+00
DEC:BUS1:SPI:CLKT?

Write or read the CS source of the SPI bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the CS source for the specified SPI bus.
enum - Returns the current CS source.
DEC:BUS1:SPI:CSS C1
DEC:BUS1:SPI:CSS?

Writes or reads the CS source of the SPI bus.

enum - Returns the current CS source.
DEC:BUS1:SPI:CSS C1
DEC:BUS1:SPI:CSS?

Write or read the threshold of the CS on the SPI bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the CS signal.
DEC:BUS1:SPI:CST 1.00E+00
DEC:BUS1:SPI:CST?

Writes or reads the threshold of the CS on the SPI bus.

real - Returns the CS threshold value on the SPI bus.
DEC:BUS1:SPI:CST 1.00E+00
DEC:BUS1:SPI:CST?

Writes or reads the chip selection type of the SPI bus. The bus is selected by suffix n, where n is 1 or 2.

NameTypeValuesDescription
typeenumNCS | CS | TIMeoutChip selection type to set; TIMeout may include an optional time value.
timeoptreal1.00E-07 - 5.00E-03Timeout value used when type is TIMeout.
DEC:BUS1:SPI:CSTY CS
DEC:BUS1:SPI:CSTY?

Reads the chip selection type of the specified SPI bus, or writes it with a type value. The bus number suffix n is 1 or 2.

enum - Returns the current chip selection type.
DEC:BUS1:SPI:CSTY CS
DEC:BUS1:SPI:CSTY?

Writes or reads the data length of the SPI bus. The bus number is selected with the <n> suffix on BUS, where <n> is 1 or 2.

NameTypeValuesDescription
valueinteger4 - 32Data length value in NR1 format.

Sets or reads the SPI bus data length. The value is an integer in NR1 format with a range of 4 to 32.

integer - Returns the current SPI bus data length.
DEC:BUS1:SPI:DLEN 5
DEC:BUS1:SPI:DLEN?

Writes or reads the sampling edge of CLK on the SPI bus for the selected bus number. The bus index is specified as a suffix on BUS and may be 1 or 2.

NameTypeValuesDescription
slopeenumRISing | FALLingSelects the CLK sampling edge.
DEC:BUS1:SPI:LATC RIS
DEC:BUS1:SPI:LATC?

Writes or reads the sampling edge of CLK on the SPI bus.

enum - Returns the current sampling edge of CLK on the SPI bus.
DEC:BUS1:SPI:LATC RIS
DEC:BUS1:SPI:LATC?

Writes or reads the MISO source of the SPI bus. The bus is selected by suffix <n> = 1 or 2.

NameTypeValuesDescription
sourceenumC<x> | D<m> | DISSelects the MISO source as an analog channel, a digital channel, or no source.
enum - Returns the selected MISO source.
DEC:BUS1:SPI:MISOS C1
DEC:BUS1:SPI:MISOS?

Writes or reads the MISO source of the SPI bus.

enum - Returns the selected MISO source.
DEC:BUS1:SPI:MISOS C1
DEC:BUS1:SPI:MISOS?

Writes or reads the MISO threshold of the SPI bus. The affected bus is selected by the <n> suffix on BUS.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the current MISO threshold value in NR3 format.
DEC:BUS1:SPI:MISOT 1.00E+00
DEC:BUS1:SPI:MISOT?

Reads the threshold of the MISO signal on the selected SPI bus. The value is written in NR3 format and must lie within the range [-4.1*vertical_scale-vertical_offset, 4.1*vertical_scale-vertical_offset].

real - Returns the MISO threshold value in NR3 format.

Write or read the MOSI source of the SPI bus.

NameTypeValuesDescription
sourceenumC<x> | D<m> | DISSelects the SPI bus MOSI source; DIS means no source selected.
enum - Returns the current MOSI source.
DEC:BUS1:SPI:MOSIS C1
DEC:BUS1:SPI:MOSIS?

Write or read the MOSI source of the SPI bus.

enum - Returns the selected MOSI source for the SPI bus.
DEC:BUS1:SPI:MOSIS C1
DEC:BUS1:SPI:MOSIS?

Write or read the threshold of the MOSI.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the MOSI threshold value.
DEC:BUS1:SPI:MOSIT 1.00E+00
DEC:BUS1:SPI:MOSIT?

Writes or reads the NCS source of the SPI bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the NCS source for the SPI bus.
enum - Returns the current NCS source of the SPI bus.
DEC:BUS1:SPI:NCSS C1
DEC:BUS1:SPI:NCSS?

Write or read the NCS source of the SPI bus.

enum - Returns the NCS source setting for the selected SPI bus.
DEC:BUS1:SPI:NCSS C1
DEC:BUS1:SPI:NCSS?

Write or read the threshold of the NCS on the SPI bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
DEC:BUS1:SPI:NCST 1.00E+00
DEC:BUS1:SPI:NCST?

Writes or reads the threshold of the NCS on the SPI bus.

real - Returns the NCS threshold value.
DEC:BUS1:SPI:NCST 1.00E+00
DEC:BUS1:SPI:NCST?

Writes or reads the baud rate of the specified UART bus. The bus number is attached as a suffix to BUS and must be 1 or 2.

NameTypeValuesDescription
ninteger1 - 2Identifies the UART bus to affect.
baudenum600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | 384 00bps | 57600bps | 115200bps | CUSTomSets the UART baud rate; CUSTom may be followed by a numeric value in NR1 format.
valueoptinteger300 - 20000000Custom baud rate value in NR1 format with no decimal point.
enum - Returns the present UART baud rate.
DEC:BUS1:UART:BAUD 9600bps
DEC:BUS1:UART:BAUD?

Writes or reads the baud rate of the UART bus.

enum - Returns the current baud rate setting.
DEC:BUS1:UART:BAUD 9600bps
DEC:BUS1:UART:BAUD?

Writes or reads the bit order of the UART bus.

NameTypeValuesDescription
orderenumLSB | MSBSelects the UART bit order.
enum - Returns the current bit order.
DEC:BUS1:UART:BIT LSB
DEC:BUS1:UART:BIT?

Write or read the data length of the UART bus.

NameTypeValuesDescription
valueinteger5 - 8Data length setting in NR1 integer format.
DEC:BUS1:UART:DLEN 5
DEC:BUS1:UART:DLEN?

Write or read the idle level of the UART bus.

NameTypeValuesDescription
idleenumLOW | HIGHIdle level for the UART bus.
enum - Returns the current idle level.
DEC:BUS1:UART:IDLE LOW
DEC:BUS1:UART:IDLE?

Writes or reads the idle level of the selected UART bus.

enum - Returns the current idle level.
DEC:BUS1:UART:IDLE LOW
DEC:BUS1:UART:IDLE?

Write or read the parity check of the UART bus.

NameTypeValuesDescription
ninteger1 - 2Bus number attached as a suffix to BUS; defines the bus affected by the command.
parityenumNONE | ODD | EVEN | MARK | SPACeParity check setting for the UART bus.
DEC:BUS1:UART:PAR NONE
DEC:BUS1:UART:PAR?

Writes or reads the UART bus parity check setting.

enum - Returns the current parity setting.
DEC:BUS1:UART:PAR NONE
DEC:BUS1:UART:PAR?

Write or read the RX source of the UART bus.

NameTypeValuesDescription
sourceenumC<x> | D<m> | DISSelects the UART receive source; C<x> and D<m> refer to analog and digital channels, and DIS means no source selected.
enum - Returns the selected RX source.
DEC:BUS1:UART:RXS C1
DEC:BUS1:UART:RXS?

Write or read the RX source of the UART bus.

enum - Returns the current RX source selection.
DEC:BUS1:UART:RXS C1
DEC:BUS1:UART:RXS?

Writes or reads the RX threshold on the selected UART bus. The value is given in NR3 format and must fall within the range based on vertical scale and offset.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetRX threshold value.
real - Returns the current RX threshold.
DEC:BUS1:UART:RXT 1.00E+00
DEC:BUS1:UART:RXT?

Writes or reads the RX threshold on the specified UART bus. The threshold value is given in NR3 format and must be within the stated range.

real - Returns the current RX threshold value.
DEC:BUS1:UART:RXT?

Writes or reads the length of the UART stop bit for the selected bus.

NameTypeValuesDescription
bitenum1 | 1.5 | 2Stop bit length to set on the UART bus.
enum - Returns the current stop-bit length.
DEC:BUS1:UART:STOP 1
DEC:BUS1:UART:STOP?

Returns or sets the length of the UART stop bit for the selected bus. The bus is selected by the <n> suffix, where <n> is 1 or 2.

enum - Returns the stop-bit length.
DEC:BUS1:UART:STOP 1
DEC:BUS1:UART:STOP?

Write or read the TX source of the UART bus.

NameTypeValuesDescription
sourceenumC<x> | D<m> | DISSelects the UART TX source; DIS means no source selected.
enum - Returns the current TX source selection.
DEC:BUS1:UART:TXS C1
DEC:BUS1:UART:TXS?

Write or read the TX source of the UART bus.

enum - Returns the TX source selected for the UART bus.
DEC:BUS1:UART:TXS C1
DEC:BUS1:UART:TXS?

Writes or reads the threshold of TX on the UART bus. The bus is selected by suffix n attached to BUS, where n is 1 or 2.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the TX threshold value.
DEC:BUS1:UART:TXT 1.00E+00
DEC:BUS1:UART:TXT?

Returns or sets the UART TX threshold for the selected bus. The bus number <n> is a suffix to BUS and must be 1 or 2.

real - Returns the TX threshold value in NR3 format.
DEC:BUS1:UART:TXT 1.00E+00
DEC:BUS1:UART:TXT?

Writes or reads the baud rate for the selected LIN bus. The bus is selected by suffixing BUS with <n> = 1 or 2.

NameTypeValuesDescription
baudenum600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | CUSTomBaud rate to set for the LIN bus.
valueoptinteger300 - 20000000Custom baud-rate value in NR1 format.
DEC:BUS1:LIN:BAUD 9600bps
DEC:BUS1:LIN:BAUD?

Writes or reads the baud rate for the LIN bus.

enum - Returns the current LIN bus baud rate.
DEC:BUS1:LIN:BAUD 9600bps
DEC:BUS1:LIN:BAUD?

Write or read the source of the LIN bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the LIN bus source as either an analog channel Cx or a digital channel Dm.
DEC:BUS1:LIN:SOUR C1
DEC:BUS1:LIN:SOUR?

Writes or reads the source of the LIN bus. The bus number is attached as a suffix to BUS and selects which bus is affected.

enum - Returns the current LIN bus source.
DEC:BUS1:LIN:SOUR?

Writes or reads the threshold of the source on the selected LIN bus. The value is a signed threshold in NR3 format with an exponent.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the LIN bus source.
real - Returns the current threshold value.
DEC:BUS1:LIN:THR 1.00E+00
DEC:BUS1:LIN:THR?

Write or read the threshold of the source on the selected LIN bus.

real - Returns the threshold value.
DEC:BUS1:LIN:THR 1.00E+00
DEC:BUS1:LIN:THR?

Writes or reads the baud rate of the Flexray bus. Bus number <n> is 1 or 2 and is attached as a suffix to BUS.

NameTypeValuesDescription
baudenum2500kbps | 5Mbps | 10Mbps | CUSTomSets the Flexray bus baud rate; CUSTom can be followed by a custom value.
valueoptinteger1000000 - 20000000Custom baud rate value in NR1 format when CUSTom is selected.
enum - Returns the current Flexray bus baud rate.
DEC:BUS1:FLEX:BAUD 5Mbps
DEC:BUS1:FLEX:BAUD?

Write or read the baud rate of the Flexray bus.

enum - Returns the current baud rate setting.
DEC:BUS1:FLEX:BAUD 5Mbps
DEC:BUS1:FLEX:BAUD?

Writes or reads the source of the Flexray bus. The bus number <n> is attached as a suffix to BUS and can be 1 or 2.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the Flexray bus source, either an analog channel C<x> or a digital channel D<m>.
enum - Returns the current Flexray bus source.
DEC:BUS1:FLEX:SOUR C1
DEC:BUS1:FLEX:SOUR?

Writes or reads the threshold of the source on the Flexray bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the Flexray source.
real - Returns the threshold value.
DEC:BUS1:FLEX:THR 1.00E+00
DEC:BUS1:FLEX:THR?

Write or read the threshold of the source on the Flexray bus.

real - Returns the threshold value of the source on the selected Flexray bus.
DEC:BUS1:FLEX:THR?

Writes or reads the data baud rate of the CAN FD bus. The bus is selected by the <n> suffix on BUS, where <n> is 1 or 2.

NameTypeValuesDescription
baudenum500kbps | 1Mbps | 2Mbps | 5Mbps | 8Mbps | 10Mbps | CUSTomSets the data baud rate; CUSTom allows an additional <value> in NR1 integer format.
valueoptinteger100000 - 10000000Custom baud-rate value in NR1 format with no decimal point.
enum - Returns the present data baud rate of the CAN FD bus.
DEC:BUS1:CANF:BAUDD 500kbps
DEC:BUS1:CANF:BAUDD?

Writes or reads the data baud rate of the specified CAN FD bus.

enum - Returns the current data baud rate setting.
DEC:BUS1:CANF:BAUDD 500kbps
DEC:BUS1:CANF:BAUDD?

Writes or reads the nominal baud rate of the CAN FD bus for bus 1 or 2. The baud setting accepts fixed rates or a custom value with an integer NR1 value in the specified range.

NameTypeValuesDescription
baudenum10kbps | 25kbps | 50kbps | 100kbps | 250kbps | 1Mbps | CUSTomNominal baud rate to set.
valueoptinteger10000 - 1000000Custom baud rate value in NR1 format with no decimal point.
DEC:BUS1:CANF:BAUDN 50kbps
DEC:BUS1:CANF:BAUDN?

Write or read the nominal baud rate of the CAN FD bus.

enum - Returns the current nominal baud rate setting.
DEC:BUS1:CANF:BAUDN?

Write or read the source of the CAN FD bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the source as either an analog channel Cx or a digital channel Dm.
enum - Returns the currently selected CAN FD bus source.
DEC:BUS1:CANF:SOUR C1
DEC:BUS1:CANF:SOUR?

Writes or reads the source of the CAN FD bus.

enum - Returns the bus source.
DEC:BUS1:CANF:SOUR C1
DEC:BUS1:CANF:SOUR?

Writes or reads the threshold of the source on a CAN FD bus. The bus is selected by the <n> suffix, where n is 1 or 2.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the threshold value.
DEC:BUS1:CANF:THR 1.00E+0
DEC:BUS1:CANF:THR?

Writes or reads the threshold of the source on the specified CAN FD bus. The bus suffix <n> selects bus 1 or 2.

NameTypeValuesDescription
ninteger1 - 2Bus number attached as a suffix to BUS.
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the threshold value.
DEC:BUS1:CANF:THR 1.00E+0
DEC:BUS1:CANF:THR?

Write or read the channel for IIS bus to be annotated.

NameTypeValuesDescription
typeenumALL | LEFT | RIGHtSpecifies which channel of the IIS bus is annotated.
enum - Returns the current annotation channel setting.
DEC:BUS1:IIS:ANN ALL
DEC:BUS1:IIS:ANN?

Writes or reads the channel for IIS bus annotation.

enum - Returns the current annotation type.
DEC:BUS1:IIS:ANN ALL
DEC:BUS1:IIS:ANN?

Write or read the audio variant for IIS bus.

NameTypeValuesDescription
typeenumI2S | LJ | RJSelects the IIS audio variant.
enum - Returns the current audio variant for the IIS bus.
DEC:BUS1:IIS:AVAR RJ
DEC:BUS1:IIS:AVAR?

Write or read the audio variant for the IIS bus.

NameTypeValuesDescription
ninteger1 - 2Bus index attached as a suffix to BUS and defining the bus affected by the command.
typeenumI2S | LJ | RJAudio variant to select: I2S justified, LJ left justified, or RJ right justified.
enum - Returns the current audio variant for the IIS bus.
DEC:BUS1:IIS:AVAR RJ
DEC:BUS1:IIS:AVAR?

Sets or reads the BCLK source of the IIS bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the BCLK source as either an analog channel C<x> or a digital channel D<m>.
enum - Returns the current BCLK source, such as C1.
DEC:BUS1:IIS:BCLKS C1
DEC:BUS1:IIS:BCLKS?

Write or read the BCLK source of the IIS bus.

enum - Returns the current BCLK source of the IIS bus.
DEC:BUS1:IIS:BCLKS C1
DEC:BUS1:IIS:BCLKS?

Writes or reads the threshold of the BCLK on the IIS bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
nenum1 | 2Selects which BUS suffix is affected.
DEC:BUS1:IIS:BCLKT 1.00E+00
DEC:BUS1:IIS:BCLKT?

Writes or reads the threshold of the BCLK on IIS bus.

real - Returns the threshold of the BCLK on the selected IIS bus.
DEC:BUS1:IIS:BCLKT 1.00E+00
DEC:BUS1:IIS:BCLKT?

Write or read the bit order for the IIS bus.

NameTypeValuesDescription
orderenumLSB | MSBSelects the IIS bus bit order.
DEC:BUS1:IIS:BIT LSB
DEC:BUS1:IIS:BIT?

Writes or reads the bit order for the IIS bus.

enum - Returns the current bit order.
DEC:BUS1:IIS:BIT LSB
DEC:BUS1:IIS:BIT?

Writes or reads the data bits for the IIS bus.

NameTypeValuesDescription
valueinteger1 - 32Number of data bits for the IIS bus.
integer - Returns the current number of data bits for the IIS bus.
DEC:BUS1:IIS:DLEN 5
DEC:BUS1:IIS:DLEN?

Writes or reads the data bits for the IIS bus. The bus number is selected with <n> = 1 or 2.

integer - Returns the data bits for the IIS bus.

Writes or reads the data source of the IIS bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the IIS bus data source.
enum - Returns the current data source of the IIS bus.
DEC:BUS1:IIS:DS C1
DEC:BUS1:IIS:DS?

Writes or reads the data source of the IIS bus.

enum - Returns the present data source of the IIS bus.
DEC:BUS1:IIS:DS C1
DEC:BUS1:IIS:DS?

Writes or reads the threshold of the data source on the IIS bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the IIS data source.
DEC:BUS1:IIS:DTHR 1.00E+00
DEC:BUS1:IIS:DTHR?

Writes or reads the threshold of the data source on the IIS bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the threshold value of the data source on the IIS bus.
DEC:BUS1:IIS:DTHR 1.00E+00
DEC:BUS1:IIS:DTHR?

Writes or reads the sampling edge of BCLK on the IIS bus.

NameTypeValuesDescription
slopeenumRISing | FALLingSelects the sampling edge of BCLK on the IIS bus.
enum - Returns the current sampling edge of BCLK on the IIS bus.
DEC:BUS1:IIS:LATC RIS
DEC:BUS1:IIS:LATC?

Writes or reads the sampling edge of BCLK on the IIS bus.

enum - Returns the current sampling edge setting.
DEC:BUS1:IIS:LATC RIS
DEC:BUS1:IIS:LATC?

Writes or reads the level of the left channel for the specified IIS bus. The bus number is attached as a suffix to BUS and must be 1 or 2.

NameTypeValuesDescription
leftenumLOW | HIGHSets the left-channel level.
enum - Returns the left-channel level.
DEC:BUS1:IIS:LCH LOW
DEC:BUS1:IIS:LCH?

Write or read the level of the left channel.

enum - Returns the left channel level.
DEC:BUS1:IIS:LCH LOW
DEC:BUS1:IIS:LCH?

Writes or reads the start bit of the IIS data. The bus is selected by the <n> suffix on BUS and must be 1 or 2.

NameTypeValuesDescription
valueinteger0 - 31Start bit value in NR1 format.
DEC:BUS1:IIS:SBIT 1
DEC:BUS1:IIS:SBIT?

Write or read the start bit of the data.

integer - Returns the start bit of the data.
DEC:BUS1:IIS:SBIT 1
DEC:BUS1:IIS:SBIT?

Write or read the WS source of the IIS bus.

NameTypeValuesDescription
sourceenumC<x> | D<m>Selects the WS source for the IIS bus.
enum - Returns the WS source setting.
DEC:BUS1:IIS:WSS C1
DEC:BUS1:IIS:WSS?

Writes or reads the threshold of the WS on the IIS bus. The bus is selected by the <n> suffix on BUS, where <n> is 1 or 2.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
DEC:BUS1:IIS:WSTH 1.00E+00
DEC:BUS1:IIS:WSTH?

Write or read the threshold of the WS on the IIS bus.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetNR3-formatted threshold value, including a decimal point and exponent.
string - Returns the threshold value in NR3 format.
DEC:BUS1:IIS:WSTH 1.00E+00
DEC:BUS1:IIS:WSTH?

Writes or reads the lower threshold of the M1553 source for the selected bus. The lower threshold value cannot be greater than the upper threshold set by :DECode:BUS<n>:M1553:UTHReshold.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetLower threshold value in NR3 format, including a decimal point and exponent.
real - Returns the lower threshold value in NR3 format.
DEC:BUS1:M1553:LTHR 1.00E+00
DEC:BUS1:M1553:LTHR?

Writes or reads the lower threshold of the M1553 source for bus 1 or 2. The value is in NR3 format and must lie within the stated vertical-scale-dependent range; it cannot be greater than the upper threshold set by DECode:BUS<n>:M1553:UTHReshold.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetLower threshold value in NR3 format, including a decimal point and exponent.
real - Returns the current lower threshold value.
DEC:BUS1:M1553:LTHR 1.00E+00
DEC:BUS1:M1553:LTHR?

Write or read the source of the M1553 bus.

NameTypeValuesDescription
sourceenumC<x>Selects the analog channel used as the M1553 source.
enum - Returns the current M1553 source as a channel identifier.
DEC:BUS1:M1553:SOUR C1
DEC:BUS1:M1553:SOUR?

Write or read the source of the M1553 bus.

NameTypeValuesDescription
sourceenumC<x>Source channel for the M1553 bus.
enum - Returns the current M1553 bus source.
DEC:BUS1:M1553:SOUR C1
DEC:BUS1:M1553:SOUR?

Writes the upper threshold of the M1553 source for the selected bus. The bus number n is 1 or 2, attached as a suffix to BUS.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetUpper threshold value in NR3 format, including a decimal point and exponent.

Queries the upper threshold value for the M1553 bus decode settings on the specified bus. The upper threshold cannot be less than the lower threshold set by DECode:BUS<n>:M1553:LTHReshold.

real - Returns the present upper threshold value.
DEC:BUS1:M1553:UTHR?

:DIGitalset / query

Write or read the state of the digital function.

NameTypeValuesDescription
stateenumON | OFFEnables or disables the channel.
enum - Returns the digital function state.
DIG ON
DIG?
:DIGital:ACTiveset / query

Writes or reads the specified digital channel.

NameTypeValuesDescription
digitalinteger0 - # digital channels - 1Selects the digital channel in NR1 format, including an integer and no decimal point.
DIG:ACT D5
DIG:ACT?

Writes or reads the specified digital channel.

NameTypeValuesDescription
digitalstring-Specifies the digital channel as D<x>.
returns
DIG:ACT D5
DIG:ACT?

Resets the digital channel bus bit order.

NameTypeValuesDescription
nenum1 | 2Defines the bus that is affected by the command.
DIG:BUS1:DEF

Writes or reads the display state of the specified digital bus. Bus number <n> selects bus 1 or 2.

NameTypeValuesDescription
stateenumON | OFFEnables or disables the bus display.
ninteger1 - 2Selects the digital bus affected by the command.
DIG:BUS1:DISP ON
DIG:BUS1:DISP?
DIG:BUS2:DISP OFF
DIG:BUS2:DISP?

Returns the state of the digital function.

enum - Returns the digital function state.
DIG?

Returns the display state of the specified digital bus.

enum - Returns the display state of the specified digital bus.
DIG:BUS1:DISP?

Write or read the display format of the specified digital bus.

NameTypeValuesDescription
formatenumBINary | DECimal | HEX | ASCiiDisplay format for the selected digital bus.
enum - Returns the current bus display format.
DiG:BUD1:FORM HEX
DiG:BUD1:FORM ?

Writes or reads the display format of the specified digital bus.

NameTypeValuesDescription
formatenumBINary | DECimal | HEX | ASCiiDisplay format for the selected digital bus.
enum - Returns the current display format of the specified digital bus.
DiG:BUD1:FORM HEX
DiG:BUD1:FORM ?

Writes or reads the bit order of each digital channel in the specified digital bus, and synchronously sets the bus bit width based on the number of parameters.

NameTypeValuesDescription
sourceinteger0 - # digital channels - 1Digital channel number specified in NR1 format.
string - Returns the bit sequence of the specified digital bus as a comma-separated list of channel designators.
DIG:BUS1:MAP D0,D3,D7,D15
DIG:BUS1:MAP?

Writes or reads the bit order of each digital channel in the specified digital bus and sets the bus bit width synchronously based on the number of parameters.

string - Returns the bit sequence for the specified digital bus as a comma-separated list of channel designators.
DIG:BUS1:MAP D0,D3,D7,D15
DIG:BUS1:MAP?
:DIGital:D<n>set / query

Writes or reads the state of the specified digital channel. ON enables the channel and OFF disables it.

NameTypeValuesDescription
ninteger0 - # digital channels - 1Selects the digital channel index in NR1 format.
stateenumON | OFFSets the specified digital channel state.
DIG:D5 OFF
DIG:D5?

Writes or reads the state of the specified digital channel. The channel state can be ON or OFF.

NameTypeValuesDescription
ninteger0 - # digital channels - 1Digital channel number in NR1 format.
enum - Returns the state of the specified digital channel.
DIG:D5 OFF
DIG:D5?
:DIGital:HEIGhtset / query

Write or read the height of the digital channel waveform display.

NameTypeValuesDescription
valuereal4.00E+00 - 8.00E+00Number of divisions occupied by the digital waveform in the vertical direction when the waveform area is not compressed.
DIG:HEIG 6.00E+00
DIG:HEIG?

Writes or reads the height of the digital channel waveform display. The value specifies how many vertical divisions the digital waveform occupies when the waveform area is not compressed.

real - The current digital waveform display height.
DIG:HEIG 6.00E+00
DIG:HEIG?

Write or read the label text of the selected digital channel.

NameTypeValuesDescription
ninteger0 - # digital channels - 1Selects the digital channel number in NR1 format.
stringstring-Quoted ASCII label text for the selected digital channel, limited to 7 characters.
string - Returns the label text of the selected digital channel as a quoted ASCII string.
DIG:LAB15 "IIC_DATA"
DIG:LAB15?

Write or read the label text of the selected digital channel.

NameTypeValuesDescription
ninteger0 - # digital channels - 1Selects the digital channel index.
string - Returns the label text of the selected digital channel as a quoted ASCII string, up to 7 characters long.
DIG:LAB15 "IIC_DATA"
DIG:LAB15?

Returns the number of sampling points of the digital channel.

real - Returns the number of sampling points of the digital channel.
DIG:POIN?

Write or read the position of the digital channel waveform display.

NameTypeValuesDescription
valuereal-Number of divisions the digital waveform moves from top to bottom of the waveform area when the waveform area is not compressed.
real - Returns the current position of the digital channel waveform display.
DIG:POS 4.00E+00
DIG:POS?

Write or read the position of the digital channel waveform display.

real - Returns the position of the digital channel waveform display, expressed as the number of divisions the waveform moves from top to bottom of the waveform area when not compressed.
DIG:POS?
:DIGital:SKEWset / query

Write or read the skew of the digital channel.

NameTypeValuesDescription
valuereal-1.00E-07 - 1.00E-07Skew value in NR3 format, including a decimal point and exponent.
DIG:SKEW 1.00E-07
DIG:SKEW?

Write or read the skew of the digital channel.

real - Returns the skew of the digital channel.
DIG:SKEW 1.00E-07
DIG:SKEW?

Returns the sampling rate of the digital channel.

real - Returns the sampling rate of the digital channel.

Write or read the threshold value of the digital channel group.

NameTypeValuesDescription
ninteger1 - 2Selects the digital channel group: 1 for D0-D7 or 2 for D8-D15.
typeenumTTL | CMOS | LVCMOS33 | LVCMOS25 | CUSTomSets the threshold type for the selected digital channel group; CUSTom allows an explicit threshold value.
valueoptreal-1.00E+01 - 1.00E+01Custom threshold value in NR3 format, including a decimal point and exponent.
enum - Returns the current threshold type for the selected digital channel group.
DIG:THR1 CMOS
DIG:THR1?

Reads the threshold value of the specified digital channel group. The command also writes the threshold when used without '?'.

enum - Returns the current threshold type for the specified digital channel group.
DIG:THR1 CMOS
DIG:THR1?

Writes or reads the backlight level of the screen.

NameTypeValuesDescription
valueinteger0 - 100Backlight level in NR1 format, including an integer and no decimal point.
DISP:BACK 100
DISP:BACK?

Write or read the backlight level of the screen.

NameTypeValuesDescription
valueinteger0 - 100Backlight level, where 0 is least bright and 100 is brightest.
integer - Returns the backlight level of the screen.
DISP:BACK 100
DISP:BACK?
:DISPlay:CLEarset / query

Clears the waveform displayed on the screen.

DISP:CLE
:DISPlay:COLorset / query

Writes or reads the state of the color grade.

NameTypeValuesDescription
stateenumON | OFFSets the color grade state.
enum - Returns the current color grade state.
DISP:COL ON
DISP:COL?

Writes or reads the state of the color grade.

enum - Returns the current color grade state.
DISP:COL ON
DISP:COL?

Writes or reads the brightness level of the grid.

NameTypeValuesDescription
valueinteger0 - 100Brightness level of the grid.

Write or read the brightness level of the grid.

integer - Returns the grid brightness level.
DISP:GRAT 50
DISP:GRAT?

Write or read the type of grid to display.

NameTypeValuesDescription
typeenumFULL | LIGHt | NONEType of grid to display.
enum - The current grid type.
DISP:GRID LIGH
DISP:GRID?

Writes or reads the type of grid to display.

enum - Returns the current grid type.
DISP:GRID LIGH
DISP:GRID?

Write or read the intensity level of the waveform.

NameTypeValuesDescription
valueinteger0 - 100Intensity level of the waveform.
integer - Returns the intensity level.
DISP:INT 75
DISP:INT?

Writes or reads the intensity level of the waveform. The value is an integer in the range 0 to 100, where 0 is the least bright and 100 is the brightest.

integer - Returns the current intensity level.

Write or read the persistence duration of the display, in seconds, in persistence mode.

NameTypeValuesDescription
timeenumOFF | INFinite | 1S | 5S | 10S | 30SPersistence duration or persistence mode setting.
enum - Returns the current persistence duration setting.
DISP:PERS 5S
DISP:PERS?

Writes or reads the persistence duration of the display, in seconds, in persistence mode.

enum - Returns the current persistence setting.
DISP:PERS 5S
DISP:PERS?

Write or read the transparency level of the information bar.

NameTypeValuesDescription
valueinteger0 - 100Transparency level to set; 0 is the least transparent and 100 is the most transparent.
integer - Returns the current transparency level of the information bar.
DISP:TRAN 80
DISP:TRAN?

Write or read the transparency level of the information bar.

integer - Returns the transparency level of the information bar, from 0 to 100. 0 is the least transparent and 100 is the most transparent.
DISP:TRAN 80
DISP:TRAN?
:DISPlay:TYPEset / query

Sets or reads the interpolation style used between data points. Vector mode draws lines between points; DOT mode displays data faster without drawing connecting lines.

NameTypeValuesDescription
typeenumVECTor | DOTInterpolation style between data points.
enum - Returns the current interpolation mode.
DISP:TYPE VECT
DISP:TYPE?

Returns or sets the interpolation line display mode between data points. VECTor is the default mode and draws lines between points; DOT displays data more quickly without drawing lines between sample points.

enum - Returns the current interpolation line display mode.
DISP:TYPE VECT
DISP:TYPE?

Writes or reads the display mode of the FFT waveform.

NameTypeValuesDescription
modeenumSPLit | FULL | EXCLusiveSelects how the FFT waveform is displayed.
enum - Returns the current FFT display mode.
FUNC:FFTD SPL
FUNC:FFTD?

Write or read the display mode of the FFT waveform.

NameTypeValuesDescription
modeenumSPLit | FULL | EXCLusiveSelects the FFT display mode.
enum - Returns the current FFT display mode.
FUNC:FFTD SPL
FUNC:FFTD?

Write or read the state of the integral operation. The command is valid for all math integral waveforms at the same time; the query returns the integration threshold state of F1.

NameTypeValuesDescription
stateenumON | OFFSets the integral operation state.
enum - Returns the integration threshold state of F1.
FUNC:INTG ON
FUNC:INTG?

Write or read the state of the integral operation. The query returns the integration threshold state of F1.

enum - Returns the integration threshold state of F1.
FUNC:INTG ON
FUNC:INTG?

Sets or reads the position of gate A for the math integral waveform. The value is limited to the horizontal-grid/timebase range, and if set greater than GB it is automatically clamped to GB.

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebaseGate A position in NR3 format, including a decimal point and exponent.
FUNC:INTG:GA -1.00E-07
FUNC:INTG:GA?

Queries the position of gate A for the selected math integral waveform. The returned value is in NR3 format and is limited to the range [-horizontal_grid/2*timebase, horizontal_grid/2*timebase].

real - Returns the position of gate A.
FUNC:INTG:GA?

Writes or reads the position of gate B for the selected math integral waveform. The valid range is [-horizontal_grid/2*timebase, horizontal_grid/2*timebase], and GB cannot be set less than GA.

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebasePosition of gate B.
FUNC:INTG:GB 2.00E-07
FUNC:INTG:GB?

Writes or reads the position of gate B for the math integral waveform. The command is valid for all math integral waveforms at the same time, and the query returns the integration gate B of F1.

real - Returns the position of gate B.
FUNC:INTG:GB 2.00E-07
FUNC:INTG:GB?
:FUNCtion<n>set / query

Sets or reads the state of math function n, where n is 1 or 2.

NameTypeValuesDescription
stateenumON | OFFEnables or disables the selected math function.
enum - Returns the present state of the selected math function.
FUNC1 ON
FUNC1?

Writes or reads the step size of the differential operation for function n.

NameTypeValuesDescription
dxinteger2 - 20Step size value in NR1 format.
integer - Returns the current differential step size.
FUNC1:DIFF:DX 8
FUNC1:DIFF:DX?

Returns the step size of the differential operation for the selected math function.

integer - Returns the step size as an integer in NR1 format.
FUNC1:DIFF:DX 8
FUNC1:DIFF:DX?

Automatically sets the FFT display settings for the selected math function so the waveform is shown in the best position on the screen.

NameTypeValuesDescription
typeenumSPAN | PEAK | NORMalSelects the FFT autoset mode.
FUNC2:FFT:AUT SPAN

Queries the state of math function <n>. The command applies to function 1 or 2, selected by the <n> suffix.

enum - Returns the current state of the selected function.
FUNC1?

Returns the FFT horizontal center frequency for the selected math function. The query response is given in Hz.

real (Hz) - FFT horizontal center frequency.
FUNC2:FFT:HCEN 2.00E+06
FUNC2:FFT:HCEN?

Returns the FFT horizontal center frequency for the selected function. The query response is given in Hz.

real (Hz) - FFT horizontal center frequency returned in Hz.
FUNC2:FFT:HCEN 2.00E+06
FUNC2:FFT:HCEN?

Writes or reads the external load of the FFT. The load can be set only when the FFT unit is dBm.

NameTypeValuesDescription
loadinteger1 - 1000000Value in NR1 format, including an integer and no decimal point.
FUNC2:FFT:LOAD 50
FUNC2:FFT:LOAD?

Writes or reads the external load of the FFT. The load can be set only when the FFT unit is in dBm.

NameTypeValuesDescription
loadinteger1 - 1000000Sets the external FFT load value in NR1 format.
integer - Returns the current FFT load.
FUNC2:FFT:LOAD 50
FUNC2:FFT:LOAD?

Write or read the acquisition mode of the FFT operation.

NameTypeValuesDescription
modeenumNORMal | MAXHold | AVERageSets the FFT acquisition mode; AVERage may be followed by a numeric count.
enum - Returns the current FFT acquisition mode.
FUNC2:FFT:MODE NORM
FUNC2:FFT:MODE?

Queries the acquisition mode of the FFT operation for the selected function math trace. The query returns the current mode.

enum - Current FFT acquisition mode.
FUNC2:FFT:MODE?

Writes or reads the maximum number of points for the FFT operation.

NameTypeValuesDescription
pointenum2k | 4k | 8k | 16k | 32k | 64k | 128k | 256k | 512k | 1M | 2MMaximum number of FFT points.
enum - Returns the maximum number of FFT points.
FUNC2:FFT:POIN 2M
FUNC2:FFT:POIN?

Writes or reads the maximum number of points for the FFT operation.

enum - Returns the maximum FFT points setting.
FUNC2:FFT:POIN 2M
FUNC2:FFT:POIN?

Writes or reads the reference level of the FFT operation.

NameTypeValuesDescription
levelreal-280 - 200Reference level for the FFT operation.
FUNC2:FFT:RLEVel 2M
FUNC2:FFT:RLEVel?

Writes or reads the reference level of the FFT operation.

NameTypeValuesDescription
levelreal-280 - 200Reference level for the FFT operation in NR3 format, with the allowed range depending on the probe and display unit.

Writes or reads the vertical scale of the FFT. The smaller the scale, the greater the accuracy of the level value.

NameTypeValuesDescription
scalereal-Vertical FFT scale value in NR3 format, including a decimal point and exponent.
FUNC2:FFT:SCAL 2.00E+01
FUNC2:FFT:SCAL?

Writes or reads the vertical scale of the FFT. The smaller the scale, the greater the accuracy of the level value.

NameTypeValuesDescription
scalereal-Vertical scale of the FFT.
real - Returns the current FFT vertical scale.
FUNC2:FFT:SCAL 2.00E+01
FUNC2:FFT:SCAL?

Write or read the search tools type of the FFT operation.

NameTypeValuesDescription
typeenumOFF | PEAK | MARKerSearch tools type for the FFT operation.
enum - Returns the current FFT search tools type.
FUNC2:FFT:SEAR MAR
FUNC2:FFT:SEAR?

Writes or reads the search excursion of the search tool (marker or peak) for the FFT operation.

NameTypeValuesDescription
valuereal0 - 1.60E+02Excursion value in NR3 format, including a decimal point and exponent. The range is [0, 1.60E+02] when the FFT unit is dBVrms; the range varies with the corresponding unit and set probe value.
real (dBVrms) - Returns the current search excursion value.
FUNC2:FFT:SEAR:EXC 2.00E+01
FUNC2:FFT:SEAR:EXC?

Writes or reads the search excursion of the search tool (marker or peak) for the FFT operation.

real - Returns the search excursion value.
FUNC2:FFT:SEAR:EXC 2.00E+01
FUNC2:FFT:SEAR:EXC?

Write or read the search threshold of the search tool (marker or peak) for the FFT operation.

NameTypeValuesDescription
valuereal-1.60E+02 - 8.00E+01Threshold value in NR3 format, including a decimal point and exponent.
real - Returns the current search threshold value in NR3 format.
FUNC2:FFT:SEAR:THR -1.00E+2
FUNC2:FFT:SEAR:THR?

Returns the search threshold of the search tool (marker or peak) for the FFT operation.

real - Returns the search threshold value in NR3 format.
FUNC2:FFT:SEAR:THR?

Returns or sets the unit used for the FFT operation. The query returns DBVrms.

enum - Returns the FFT unit setting.
FUNC2:FFT:UNIT DBVrms
FUNC2:FFT:UNIT?

Returns the FFT unit setting for the specified function.

enum - Returns the current FFT unit setting.
FUNC2:FFT:UNIT DBVrms
FUNC2:FFT:UNIT?

Write or read the window type of the FFT operation.

NameTypeValuesDescription
windowenumRECTangle | BLACkman | HANNing | HAMMing | FLATtopSets the FFT window type.
FUNC2:FFT:WIND FLAT
FUNC2:FFT:WIND?

Writes or reads the window type of the FFT operation.

enum - Returns the FFT window type.
FUNC2:FFT:WIND FLAT
FUNC2:FFT:WIND?

Writes or reads the dc offset of the integrate operation.

NameTypeValuesDescription
offsetreal-1.67E+00 - 1.67E+00DC offset value for the integrate operation.
FUNC1:INT:OFFS 1.00E-01
FUNC1:INT:OFFS?

Writes or reads the dc offset of the integrate operation.

real - Returns the dc offset of the integrate operation in NR3 format.
FUNC1:INT:OFFS 1.00E-01
FUNC1:INT:OFFS?

Write or read the invert state of the math waveform.

NameTypeValuesDescription
stateenumON | OFFSets the invert state of the selected math waveform.
enum - Returns the current invert state.
FUNC1:INV ON
FUNC1:INV?

Writes or reads the invert state of the selected math waveform.

enum - Returns the current invert state.
FUNC1:INV ON
FUNC1:INV?

Writes or reads the state of the specified math label.

NameTypeValuesDescription
stateenumON | OFFTurns the specified math label on or off.
enum - Returns the current label state.
FUNC1:LAB ON
FUNC1:LAB?

Write or read the selected math label to the string that follows. Setting a label for a math function also adds the name to the label list in non-volatile memory, replacing the oldest label in the list.

NameTypeValuesDescription
stringstring-Quoted ASCII label text, up to 20 characters.
string - Returns the selected math label text.
FUNC1:LAB:TEXT "MATH"
FUNC1:LAB:TEXT?

Write or read the selected math label text. Setting a label also adds the name to the label list in non-volatile memory, replacing the oldest label if necessary.

string - Returns the current math label text.
FUNC1:LAB:TEXT "MATH"
FUNC1:LAB:TEXT?

Write or read the state of the specified math label. The label state can be turned ON or OFF.

string - Returns the selected math label text.
FUNC1:LAB?

Sets or reads the operation performed by the selected math function. The operation is attached to function 1 or 2 via the suffix <n>.

NameTypeValuesDescription
operationenumADD | SUBTract | MULTiply | DIVision | INTegrate | DIFF | FFT | SQRT | ERES | AVERageOperation to perform for the selected math function.
enum - Returns the current operation setting.
FUNC1:OPER MULT
FUNC1:OPER?

Selects the math operation for function n and can be read back with the query form. The available operations are ADD, SUBTract, MULTiply, DIVision, INTegrate, DIFF, FFT, SQRT, ERES, and AVERage.

NameTypeValuesDescription
operationenumADD | SUBTract | MULTiply | DIVision | INTegrate | DIFF | FFT | SQRT | ERES | AVERageMath operation to apply to function n.
enum - Returns the current operation for function n.
FUNC1:OPER MULT
FUNC1:OPER?

Writes or reads the vertical position of the selected math operation. The <n> suffix selects function 1 or 2; the value is an NR3-format offset.

NameTypeValuesDescription
offsetreal-Vertical position offset in NR3 format, including a decimal point and exponent.
FUNC1:POS 5.00E-01
FUNC1:POS?

Writes or reads the vertical position of the selected math operation. The position is specified as an NR3-format offset value.

NameTypeValuesDescription
offsetreal-Vertical position offset in NR3 format, including a decimal point and exponent.
real - Returns the current vertical position offset in NR3 format.
FUNC1:POS 5.00E-01
FUNC1:POS?

Write or read the vertical scale of the selected math operation. The scale is an NR3 numeric value; its range depends on the function source scale, and for INTegrate or DIFF it depends on the timebase.

NameTypeValuesDescription
scalereal-Vertical scale value in NR3 format, including a decimal point and exponent.
FUNC1:SCAL 1.00E+00
FUNC1:SCAL?

Writes or reads the vertical scale of the selected math operation. For INTegrate or DIFF, the scale range is related to the timebase.

real - Returns the vertical scale of the selected math operation.
FUNC1:SCAL 1.00E+00
FUNC1:SCAL?

Writes or reads source1 of the math operation. The suffix <n> selects which math function is affected; the source can be an analog channel, zoom channel, or math function.

NameTypeValuesDescription
sourceenumC<x> | Z<x> | F<x>Source to assign to the math operation.
FUNC2:SOUR1 C1
FUNC2:SOUR1?

Reads the source1 of the selected math function. The source can be an analog channel, a zoom channel, or another math function; the function cannot be set to itself as the source.

enum - Returns the selected source identifier.
FUNC2:SOUR1?

:HISTORyset / query

Write or read the mode of the history function.

NameTypeValuesDescription
stateenumON | OFFSets the history function mode.
HISTOR ON
HISTOR?
:HISTORy:FRAMeset / query

Writes or reads the number of the history frame.

NameTypeValuesDescription
valueinteger-Number of the history frame in NR1 format (integer, no decimal point).
HISTOR:FRAM 4
HISTOR:FRAM?

Writes or reads the number of the history frame.

integer - Returns the current history frame number.

Writes or reads the play interval of the history frame.

NameTypeValuesDescription
valuereal1.00E-06 - 1Play interval of the history frame.
HISTOR:INTER 1.00E-03
HISTOR:INTER?

Write or read the play interval of the history frame.

real - Returns the play interval of the history frame.
HISTOR:INTER 1.00E-03
HISTOR:INTER?
:HISTORy:LISTset / query

Write or read the state of the history list.

Write or read the state of the history list.

enum - Returns the present state of the history list.

Reads the mode of the history function.

enum - Returns the present history mode.
HISTOR?
:HISTORy:PLAYset / query

Write or read the play state of the history waveform.

NameTypeValuesDescription
stateenumBACKWards | PAUSe | FORWardsSets the history waveform playback direction or pauses playback.
HISTOR:PLAY BACKW
HISTOR:PLAY?

Write or read the play state of the history waveform.

enum - Returns the current play state of the history waveform.
HISTOR:PLAY BACKW
HISTOR:PLAY?

Returns the acquire timestamp of the current frame.

string - The acquire timestamp of the current frame.
HISTOR:TIME?

:MEASureset / query

Writes or reads the state of the measurement function.

NameTypeValuesDescription
stateenumON | OFFState of the measurement function.
enum - Returns the current measurement function state.
MEAS ON
MEAS?

Writes or reads the total number of advanced measurement items displayed.

NameTypeValuesDescription
valueinteger1 - 12Number of advanced measurement items displayed.
MEAS:ADV:LIN 12
MEAS:ADV:LIN?

Reads or writes the total number of advanced measurement items displayed.

integer - Returns the total number of advanced measurement items displayed.
MEAS:ADV:LIN 12
MEAS:ADV:LIN?

Write or read the state of the specified measurement item. P is the physical location of the specified measurement on the display.

NameTypeValuesDescription
ninteger1 - 12Specifies the measurement item number.
stateenumON | OFFTurns the specified measurement item on or off.
enum - Returns the current state of the specified measurement item.
MEAS:ADV:P1 ON
MEAS:ADV:P1?

Writes or reads the state of the specified measurement item. P is the physical location of the specified measurement on the display.

enum - Returns the state of the specified measurement item.
MEAS:ADV:P1 ON
MEAS:ADV:P1?

Reads the state of the measurement function.

enum - Returns the present measurement state.
MEAS?

Writes or reads the source1 of the specified advanced measurement item.

NameTypeValuesDescription
ninteger1 - 12Advanced measurement item number.
sourceenumC<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFDSelects the measurement source.
MEAS:ADV:P1:SOUR1 C1
MEAS:ADV:P1:SOUR1?

Reads the source1 of the specified advanced measurement item. The source can be an analog channel, zoomed input, math function, digital input, zoomed digital input, or one of the reference waveforms.

string - Returns the selected source identifier such as C1.
MEAS:ADV:P1:SOUR1 C1
MEAS:ADV:P1:SOUR1?

Returns statistics for the specified advanced measurement item.

NameTypeValuesDescription
typeenumALL | CURRent | MEAN | MAXimum | MINimum | STDev | COUNtSelects which statistic to return for the measurement item.
numeric - Returns the requested statistic value; when measurement statistics are off, it returns OFF.
MEAS:ADV:P1:STAT? CURR

Writes or reads the type for the specified measurement item.

NameTypeValuesDescription
parameterenumPKPK | MAX | MIN | AMPL | TOP | BASE | LEVELX | CMEAN | MEAN | STDEV | VSTD | RMS | CRMS | MEDIAN | CMEDIAN | OVSN | FPRE | OVSP | RPRE | PER | FREQ | TMAX | TMIN | PWID | NWID | DUTY | NDUTY | WID | NBWID | DELAY | TIMEL | RISE | FALL | RISE20T80 | FALL80T20 | CCJ | PAREA | NAREA | AREA | ABSAREA | CYCLES | REDGES | FEDGES | EDGES | PPULSES | NPULSES | PHA | SKEW | FRR | FRF | FFR | FFF | LRR | LRF | LFR | LFFSelects the measurement type for the specified item.
ninteger1 - 12Specifies the measurement item number.

Returns the measurement type for the specified advanced measurement item.

enum - Returns the current measurement type for the specified advanced measurement item.
MEAS:ADV:P1:TYPE MAX
MEAS:ADV:P1:TYPE?

Returns the value of the specified advanced measurement item.

real - The value of the specified advanced measurement item.
MEAS:ADV:P1:VAL?

Writes or reads the state of the measurement statistics. The query returns ON.

NameTypeValuesDescription
stateenumON | OFFSets the measurement statistics state.
enum - Returns the current measurement statistics state.
MEAS:ADV:STAT ON
MEAS:ADV:STAT?

Writes or reads the state of the histogram function.

NameTypeValuesDescription
stateenumON | OFFState of the histogram function.
MEAS:ADV:STAT:HISTOG ON
MEAS:ADV:STAT:HISTOG?

Writes or reads the maximum value of the statistics count. A value of 0 means unlimited statistics.

NameTypeValuesDescription
valueinteger0 - 1024Maximum statistics count value in NR1 format.
MEAS:ADV:STAT:MAXC 1024
MEAS:ADV:STAT:MAXC?

Writes or reads the maximum value of the statistics count. A value of 0 means unlimited statistics.

integer - Returns the maximum value of the statistics count.
MEAS:ADV:STAT:MAXC?

Returns or sets the state of the measurement statistics. The query returns ON or OFF.

enum - Returns the current measurement statistics state.
MEAS:ADV:STAT?

Writes or reads the display mode of the advanced measurements. M1 lists a measurement, corresponding statistics, and histogram vertically; M2 lists a measurement and corresponding statistics horizontally with no histogram.

NameTypeValuesDescription
typeenumM1 | M2Display mode for advanced measurements.
enum - Returns the current advanced measurement display mode.
MEAS:ADV:STYL M1
MEAS:ADV:STYL?

Write or read the display mode of the advanced measurements.

enum - Returns the current advanced measurement display mode.
MEAS:ADV:STYL M1
MEAS:ADV:STYL?
:MEASure:GATEset / query

Write or read the state of the measurement gate.

NameTypeValuesDescription
stateenumON | OFFSets the measurement gate state.
enum - Returns the current measurement gate state.
MEAS:GATE ON
MEAS:GATE?
:MEASure:GATE:GAset / query

Writes or reads the position of gate A. The value is given in NR3 format and must be within the range [-horizontal_grid/2*timebase, horizontal_grid/2*timebase].

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebasePosition of gate A.
MEAS:GATE:GA <value>

Writes or reads the state of the measurement gate.

enum - Returns the current measurement gate state.
MEAS:GATE ON
MEAS:GATE?

Returns the position of gate A. The value cannot be greater than gate B; if set greater than GB, it is automatically set to the same value as GB.

real - Returns the gate A position in NR3 format.
MEAS:GATE:GA -1.00E-07
MEAS:GATE:GA?
:MEASure:GATE:GBset / query

Writes or reads the position of gate B. The value of GB cannot be less than GA; if set below GA it is automatically set to GA.

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebasePosition of gate B in NR3 format, including a decimal point and exponent.
real - Returns the position of gate B.
MEAS:GATE:GB 1.00E-07
MEAS:GATE:GB?

Writes or reads the position of gate B. The value is constrained to the range [-horizontal_grid/2*timebase, horizontal_grid/2*timebase], and if set less than GA it is automatically set to GA.

NameTypeValuesDescription
valuereal-horizontal_grid/2*timebase - horizontal_grid/2*timebasePosition of gate B in NR3 format, including a decimal point and exponent.
real - Returns the position of gate B.
MEAS:GATE:GB 1.00E-07
MEAS:GATE:GB?
:MEASure:MODEset / query

Write or read the mode of measurement. SIMPLE shows measurements only, while ADVanced shows measurements and includes selections for statistics, view mode (M1, M2), histogram, and trending.

NameTypeValuesDescription
typeenumSIMPle | ADVancedMeasurement mode to use.
enum - Returns the current measurement mode.
MEAS:MODE SIMP
MEAS:MODE?

Write or read the mode of measurement. SIMPLE shows measurements only, and ADVanced shows measurements plus statistics, view mode, histogram, and trending selections.

NameTypeValuesDescription
typeenumSIMPle | ADVancedMeasurement mode to set.
enum - Returns the current measurement mode.
MEAS:MODE SIMP
MEAS:MODE?

Sets the type of simple measurement.

NameTypeValuesDescription
parameterenumPKPK | MAX | MIN | AMPL | TOP | BASE | LEVELX | CMEAN | MEAN | STDEV | VSTD | RMS | CRMS | MEDIAN | CMEDIAN | OVSN | FPRE | OVSP | RPRE | PER | FREQ | TMAX | TMIN | PWID | NWID | DUTY | N DUTY | WID | NBWID | DELAY | TIMEL | RISE | FALL | RISE20T80 | F ALL80T20 | CCJ | PAREA | NAREA | AREA | ABSAREA | CYCLES | REDGES | FEDGES | EDGES | PPULSES | NPULSESSelects the simple measurement type.
stateenumON | OFFTurns the selected measurement state on or off.
MEAS:SIMP:ITEM MAX,ON

Write or read the source of the simple measurement.

NameTypeValuesDescription
sourceenumC<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFDSelects the waveform source for the simple measurement.
enum - Returns the selected simple measurement source.
MEAS:SIMP:SOUR C1
MEAS:SIMP:SOUR?

Write or read the source of the simple measurement.

NameTypeValuesDescription
sourceenumC<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFDSelects the source waveform for the simple measurement.
enum - Returns the source of the simple measurement.
MEAS:SIMP:SOUR C1
MEAS:SIMP:SOUR?

Returns the specified simple measurement value for the measurement type named by the query parameter. ALL is valid only for queries and returns all measurement values of all measurement types except delay measurements.

NameTypeValuesDescription
typeenumPKPK | MAX | MIN | AMPL | TOP | BASE | LEVELX | CMEAN | MEAN | STDEV | VSTD | RMS | CRMS | MEDIAN | CMEDIAN | OVSN | FPRE | OVSP | RPRE | PER | FREQ | TMAX | TMIN | PWID | NWID | DUTY | N DUTY | WID | NBWID | DELAY | TIMEL | RISE | FALL | RISE20T80 | F ALL80T20 | CCJ | PAREA | NAREA | AREA | ABSAREA | CYCLES | REDGES | FEDGES | EDGES | PPULSES | NPULSES | ALLSpecifies which measurement value to return.
real - The requested simple measurement value, or all measurement values when the query type is ALL.
MEAS:SIMP:VAL? MAX

:MTEStset / query

Writes or reads the state of the mask test.

NameTypeValuesDescription
stateenumON | OFFState of the mask test.
MTESt ON
MTESt?

Returns the result of the mask test.

string - Returns the mask test result as a comma-separated status and count list.
MTES:COUN?

Write or read the state of the buzzer when failure frames are detected.

NameTypeValuesDescription
stateenumON | OFFSets the buzzer state.
MTES:FUNC:BUZZ ON
MTES:FUNC:BUZZ?

Writes or reads the state of the buzzer when failure frames are detected.

enum - Returns the buzzer state.
MTES:FUNC:BUZZ ON
MTES:FUNC:BUZZ?

Writes or reads the state of the mask test function "Capture on Fail".

NameTypeValuesDescription
stateenumOFF | ONEnables or disables Capture on Fail.
MTES:FUNC:COF ON
MTES:FUNC:COF?

Writes or reads the state of the mask test function "Capture on Fail".

enum - Returns the current Capture on Fail state.
MTES:FUNC:COF ON
MTES:FUNC:COF?
:MTESt?query

Writes or reads the state of the mask test. The query returns the current state.

enum - Returns the current mask test state.
MTES?

Writes or reads the state of the mask test function Failure to History.

NameTypeValuesDescription
stateenumON | OFFSets the Failure to History state.
enum - Returns the current Failure to History state.
MTES:FUNC:FTH ON
MTES:FUNC:FTH?

Write or read the state of the mask test function Failure to History.

enum - Returns the present state of the mask test function Failure to History.
MTES:FUNC:FTH ON
MTES:FUNC:FTH?

Writes or reads the state of the mask test function Stop-on-Fail.

NameTypeValuesDescription
stateenumON | OFFState of the Stop-on-Fail mask test function.
enum - Returns the current Stop-on-Fail state.
MTES:FUNC:SOF ON
MTES:FUNC:SOF?

Write or read the state of the mask test function Stop-on-Fail.

enum - Returns the present Stop-on-Fail state.
MTES:FUNC:SOF ON
MTES:FUNC:SOF?
:MTESt:IDISplayset / query

Writes or reads the state of the mask test result display.

NameTypeValuesDescription
stateenumON | OFFState of the mask test result display.
enum - Returns the current display state.
MTES:IDIS ON
MTES:IDIS?

Write or read the state of the mask test result display.

enum - Returns the state of the mask test result display.
MTES:IDIS ON
MTES:IDIS?

Sets the mask X and mask Y values for the mask test.

NameTypeValuesDescription
XMARginreal0.08 - 4.00Mask X margin value in NR2 format.
YMARginreal0.08 - 4.00Mask Y margin value in NR2 format.
MTES:MASK:CRE 0.8,0.08
:MTESt:MASK:LOADset / query

Recalls the mask from internal or external memory locations.

NameTypeValuesDescription
locationenumINTernal | EXTernalSelects an internal memory location or an external path to load the mask from.
MTESt:MASK:LOAD INT,1
MTES:MASK:LOAD EXTernal,”BK/TEST.msk”
:MTESt:OPERateset / query

Writes or reads the state of the mask test operation.

NameTypeValuesDescription
stateenumON | OFFState of the mask test operation.
enum - Returns the current mask test operation state.
MTES:OPER ON
MTES:OPER?

Write or read the state of the mask test operation.

NameTypeValuesDescription
stateenumON | OFFSets the mask test operation state.
enum - Returns the present mask test operation state.
MTES:OPER ON
MTES:OPER?
:MTESt:SOURceset / query

Write the source of the mask test, selecting either an analog input channel or a zoomed input. C denotes an analog input and Z denotes a zoomed input.

NameTypeValuesDescription
sourceenumC<x> | Z<x>Selects the mask test source.
MTESt:SOURce C1
MTESt:SOURce Z1

Writes the source of the mask test. The source can be an analog input channel C<x> or a zoomed input Z<x>.

NameTypeValuesDescription
sourceenumC<x> | Z<x>Selects the mask test source.
:MTESt:TYPEset / query

Writes or reads the type of mask test.

NameTypeValuesDescription
typeenumALL_IN | ALL_OUT | ANY_IN | ANY_OUTSelects the mask test type.
MTES:TYPE ALL_IN
MTES:TYPE?

Writes or reads the type of mask test.

enum - Returns the current mask test type.
MTES:TYPE ALL_IN
MTES:TYPE?

Recalls the specified waveform file from an external USB memory device and copies it to the selected reference waveform.

NameTypeValuesDescription
locationenumREFA | REFB | REFC | REFDReference waveform name to copy the file into.
pathstring-Quoted path to the waveform file with a .ref extension.
REC:REF REFD,"BK\math.ref"
:RECall:SERaseset / query

Deletes user-defined files stored inside the oscilloscope, including reference waveforms, internal setups, internal mask files, custom default setups, and waveform files copied from analog trace to AWG.

REC:SER
:RECall:SETupset / query

Recalls the saved settings file from internal or external sources.

NameTypeValuesDescription
stateenumINTernal | EXTernalSelects whether the setup is recalled from internal storage by number or from an external XML file path.
REC:SET INT,1
REC:SET EXT,”BK\default.xml”

:REF<r>:DATAset / query

Controls the display and saving of reference waveforms. The command accepts LOAD, UNLoad, or SAVE with a source when saving a waveform to a reference waveform.

NameTypeValuesDescription
operationenumLOAD | UNLoad | SAVESelects whether to call up the reference waveform display, turn it off, or save a waveform to the reference waveform.
sourceoptchannel_list-Source waveform to save when the operation is SAVE; C<x> is an analog input channel, F<x> is a math function, and D<n> is a digital waveform.
REFA:DATA SAVE,C1
:REF<r>:LABelset / query

Writes or reads the specified reference label on or off.

NameTypeValuesDescription
renumA | B | C | DReference waveform name.
stateenumON | OFFTurns the reference label on or off.
enum - Returns the current label state.
REFA:LAB ON
REFA:LAB?

Writes or reads the selected REF label text. Setting a label also adds the name to the non-volatile label list, replacing the oldest label in the list.

NameTypeValuesDescription
renumA | B | C | DReference waveform name.
stringstring-Quoted ASCII text to use as the reference label.
string - Returns the selected REF label text.
REFA:LAB:TEXT “REFA”
REFA:LAB:TEXT?

Reads or writes the selected REF label text. The label text is a quoted ASCII string up to 20 characters.

string - Returns the selected reference label text.
REFA:LAB:TEXT “REFA”
REFA:LAB:TEXT?

Writes or reads the specified reference label state for the selected reference waveform. The query returns whether the label is on or off.

NameTypeValuesDescription
renumA | B | C | DReference waveform name.
stateenumON | OFFTurns the reference label on or off.
enum - Returns the current reference label state.
REFA:LAB ON
REFA:LAB?

Writes the vertical offset of the current reference channel, or reads it back when queried. This command is only used when the current reference channel has been saved and the display state is on.

NameTypeValuesDescription
renumA | B | C | DReference channel name.
valuereal-Vertical offset value in NR3 format.
REFA:DATA:POSition 1.00E-01
REFA:DATA:POSition?

Writes or reads the vertical scale of the current reference channel. It is only used when the current reference channel has been stored and the display state is on.

NameTypeValuesDescription
valuereal-Vertical scale value in NR3 format, including a decimal point and exponent.
real - Returns the vertical scale of the current reference channel in NR3 format.
REFA:DATA:SCAL 1.00E-01
REFA:DATA:SCAL?

Write or read the vertical scale of the current reference channel. This command is only used when the current reference channel has been stored, and the display state is on.

real - Returns the vertical scale of the current reference channel.
REFA:DATA:SCAL 1.00E-01
REFA:DATA:SCAL?

Returns the source of the current reference channel.

enum - Returns the reference source channel.
REFA:DATA:SOUR?

Queries the present REF data position for the specified reference waveform or memory slot. The response is returned as a numeric value in exponential format.

real - Returns the current REF data position.
REFA:DATA:POS?

:SAVE:BINaryset / query

Saves the binary data of the channel displayed on the screen to an external USB memory device.

NameTypeValuesDescription
pathstring-Quoted string of the path with a ".bin" extension.
SAVE:BIN "BK\c1_digital.bin"
:SAVE:CSVset / query

Saves the waveform data of the specified channel to an external U disk/USB memory device in CSV format.

NameTypeValuesDescription
pathstring-Quoted string of path with an extension ".csv".
sourceenumC<x> | D<n>Selects the source channel: C denotes an analog input channel and D denotes a digital waveform.
stateenumOFF | ONEnables or disables parameter save.
SAVE:CSV "BK/channel1.csv",C1,ON
:SAVE:DEFaultset / query

Saves the current settings or factory settings as default settings.

NameTypeValuesDescription
setenumCUSTom | FACTorySelects whether the current settings or the factory settings are saved as the default settings.
SAVE:DEF CUST
:SAVE:IMAGeset / query

Saves the screenshot to external storage.

NameTypeValuesDescription
pathstring-Quoted string of path with an extension .bmp, .jpg, or .png.
typeenumBMP | JPG | PNGImage file type to save.
invertenumOFF | ONWhether to store the image with inverted colors.
SAVE:IMAG “BK/screen.bmp",BMP,ON
:SAVE:MATLabset / query

Saves the waveform data of the specified channel to an external USB memory device in Matlab format.

NameTypeValuesDescription
pathstring-Quoted string path with a .dat extension.
sourceenumC<x> | D<n>Specifies the analog input channel (C<x>) or digital waveform (D<n>) to save.
SAVE:MATL "BK/channel.dat",C1
:SAVE:REFerenceset / query

Saves the selected channel waveform to external memory as reference.

NameTypeValuesDescription
pathstring-Quoted string of path with an extension ".ref".
sourceenumC<x> | F<x> | D<n>Selects an analog input channel, math function, or digital waveform source.
SAVE:REF "channel.ref",C1
:SAVE:SETupset / query

Saves the current setting to internal or external memory locations.

NameTypeValuesDescription
setup_numenumINTernal | EXTernalSelects internal memory with a setup number or external memory with a path.
numoptinteger1 - 10Internal setup number in NR1 format.
pathoptstring-Quoted path for external setup storage with a .xml extension.
SAVE:SET INT,1

:SYSTem:BUZZerset / query

Write or read the status of the buzzer.

NameTypeValuesDescription
stateenumON | OFFSets the buzzer state.
SYST:BUZZ ON
SYST:BUZZ?

Writes or reads the status of the buzzer.

enum - Returns the buzzer status.
SYST:BUZZ ON
SYST:BUZZ?
:SYSTem:CLOCkset / query

Writes or reads the oscilloscope clock source and the state of the 10 MHz clock output.

NameTypeValuesDescription
sourceenumEXT | IN_ON | IN_OFFSelects the external clock source, the internal clock source with 10 MHz output enabled, or the internal clock source with 10 MHz output disabled.
enum - Returns the current clock source state.
SYST:CLOC IN_ON
SYST:CLOC?

Write or read the oscilloscope clock source and the state of the 10 MHz clock output.

NameTypeValuesDescription
sourceenumEXT | IN_ON | IN_OFFSelects the external clock source, or the internal clock source with the 10 MHz output enabled or disabled.
enum - Returns the current clock source setting.
SYST:CLOC IN_ON
SYST:CLOC?

Writes or reads the gateway address of the oscilloscope's internal network. The value is a quoted ASCII string.

NameTypeValuesDescription
stringstring-Quoted string of ASCII text representing the gateway address.
string - Returns the gateway address as a string.
SYST:COMM:LAN:GAT "10.0.0.1"
SYST:COMM:LAN:GAT?

Writes or reads the gateway of the oscilloscope’s internal network. The value is a quoted ASCII string.

string - Returns the gateway address as a string.
SYST:COMM:LAN:GAT "10.0.0.1"
SYST:COMM:LAN:GAT?

Returns the oscilloscope's IP address.

string - The current LAN IP address.
SYST:COMM:LAN:IPAD "10.0.0.229"
SYST:COMM:LAN:IPAD?

Write or read the subnet mask of the oscilloscope’s internal network interface.

NameTypeValuesDescription
stringstring-Quoted string of ASCII text containing the subnet mask.
SYST:COMM:LAN:SMAS "255.255.0.0"
SYST:COMM:LAN:SMAS?

Write or read the subnet mask of the oscilloscope’s internal network interface.

NameTypeValuesDescription
stringstring-Quoted string of ASCII text specifying the subnet mask.
string - Returns the subnet mask of the oscilloscope’s internal network interface.
SYST:COMM:LAN:SMAS "255.255.0.0"
SYST:COMM:LAN:SMAS?

Write or read the type of LAN configuration settings. STATIC configures Ethernet settings manually; DHCP receives IP address, subnet mask, and gateway from a DHCP server.

NameTypeValuesDescription
stateenumSTATIC | DHCPLAN configuration type.
SYST:COMM:LAN:TYPE DHCP
SYST:COMM:LAN:TYPE?

Write or read the type of LAN configuration settings. STATIC configures Ethernet settings manually; DHCP receives IP address, subnet mask, and gateway from a DHCP server.

enum - Returns the current LAN configuration type.
SYST:COMM:LAN:TYPE DHCP
SYST:COMM:LAN:TYPE?

Writes or reads the VNC port of the oscilloscope.

NameTypeValuesDescription
valueinteger5900 - 5999VNC port value in NR1 integer format.
integer - Returns the current VNC port.
SYST:COMM:VNCP 5903
SYST:COMM:VNCP?

Writes or reads the VNC port of the oscilloscope.

integer - Returns the VNC port number.
SYST:COMM:VNCP 5903
SYST:COMM:VNCP?
:SYSTem:DATEset / query

Write or read the system date of the oscilloscope.

NameTypeValuesDescription
dateinteger-8-digit NR1 date value in YYYYMMDD order.
integer - Returns the system date as an 8-digit NR1 value in YYYYMMDD order.
SYST:DATE 20190819
SYST:DATE?

Returns or sets the system date of the oscilloscope.

string - Returns the system date in 8-digit NR1 format: 4-digit year, 2-digit month, and 2-digit day.
SYST:DATE 20190819
SYST:DATE?
:SYSTem:EDUModeset / query

Writes or reads the education mode, which locks the AutoSetup, measure, and cursor functions of the oscilloscope.

NameTypeValuesDescription
funcenumAUTOSet | MEASure | CURSorFunction whose lock status is controlled.
lockenumON | OFFEnables or disables the selected function.
SYST:EDUM AUTOSet,ON
SYST:EDUM? AUTOSet
SYST:EDUM?

Writes or reads the education mode, which locks or unlocks AutoSetup, measure, and cursors functions. The query can return the lock status for a specified function or for all functions when called without parameters.

NameTypeValuesDescription
funcenumAUTOSet | MEASure | CURSorFunction whose education-mode lock status is being set or queried.
lockenumON | OFFEnables or disables the selected function.
enum - Returns the lock status of the specified function, or the lock status of all functions when queried without a function parameter.
:SYSTem:LANGuageset / query

Writes or reads the oscilloscope’s language display.

enum - Returns the current language display setting.
SYST:LANG ENGL
SYST:LANG?

Write or read the oscilloscope’s language display.

enum - Returns the current language display setting.
SYST:LANG ENGL
SYST:LANG?
:SYSTem:PONset / query

Writes or reads the state of the Power-On-Line function. When enabled, the instrument will reboot automatically if power is removed and re-established.

NameTypeValuesDescription
stateenumON | OFFSets the Power-On-Line function state.
enum - Returns the current Power-On-Line function state.
SYST:PON ON
SYST:PON?

Writes or reads the state of the Power-On-Line function. When enabled, the instrument automatically reboots if power is removed and re-established.

enum - Returns the current Power-On-Line function state.
SYST:PON ON
SYST:PON?
:SYSTem:REMoteset / query

Writes or reads the status of the remote control. When remote control is on, the touch screen, front panel, and peripheral controls are locked and a prompt appears on the screen.

NameTypeValuesDescription
stateenumON | OFFSets the remote control status.

Returns whether the oscilloscope is in remote mode.

enum - Returns the present remote state.
SYST:REM ON
SYST:REM?
:SYSTem:SELFCalset / query

Writes or reads the state of the self-calibration function.

enum - Returns the current self-calibration state.
SYST:SELFC
SYST:SELFC?

Returns or sets the state of the self-calibration function.

enum - Returns the state of the self-calibration function.
SYST:SELFC?
:SYSTem:SSAVerset / query

Writes or reads the state of the automatic screensaver function. The screensaver shuts down the internal color monitor after a preset time.

NameTypeValuesDescription
timeenumOFF | 1MIN | 5MIN | 10MIN | 30MIN | 60MINPreset time before the screensaver turns off the internal color monitor.
SYST:SSAV 10MIN
SYST:SSAV?

Write or read the state of the automatic screensaver function. The automatic screensaver shuts down the internal color monitor after a preset time.

enum - Returns the current screensaver time setting.
SYST:SSAV 10MIN
SYST:SSAV?
:SYSTem:TIMEset / query

Write or read the current time using a 24-hour format.

NameTypeValuesDescription
timeinteger00000000 - 235959598-digit NR1 format, expressed as 2-digit hour, 2-digit minute, and 2-digit second.

Writes or reads the current time using a 24-hour format.

returns
:SYSTem:TOUChset / query

Write or read the status of the touch screen.

NameTypeValuesDescription
stateenumON | OFFSets the touch screen status.
enum - Returns the current touch screen status.
SYST:TOUC ON
SYST:TOUC?

Reads the status of the touch screen.

enum - Returns the touch screen status.
SYST:TOUC?

:TIMebase:DELayset / query

Write or read the main timebase delay. The delay is the time between the trigger event and the delay reference point on the screen.

NameTypeValuesDescription
delay_valuereal-5000div*timebase - 5div*timebaseMain timebase delay value in NR3 format, including a decimal point and exponent.
TIM:DEL 1.00E-05
TIM:DEL?

Writes or reads the main timebase delay, the time between the trigger event and the delay reference point on the screen.

real - Returns the main timebase delay.
TIM:DEL 1.00E-05
TIM:DEL?
:TIMebase:SCALeset / query

Write or read the horizontal scale per division for the main window. The value range varies by model; see the datasheet for details.

NameTypeValuesDescription
valuereal-Horizontal scale per division value in NR3 format, including a decimal point and exponent.
real - Returns the current horizontal scale per division value.
TIM:SCAL 1.00E-07
TIM:SCAL?

Writes or reads the horizontal scale per division for the main window. The range of the value varies by model; see the datasheet for details.

real - Returns the current horizontal scale per division for the main window.
TIM:SCAL 1.00E-07
TIM:SCAL?
:TIMebase:WINDowset / query

Write or read the state of the zoomed window.

NameTypeValuesDescription
stateenumON | OFFSets the zoomed window state.
enum - Returns the current zoomed window state.
TIM:WIND ON
TIM:WIND?

Write or read the state of the zoomed window.

NameTypeValuesDescription
stateenumON | OFFSets the zoomed window state.
returns
TIM:WIND ON
TIM:WIND?

Writes or reads the horizontal position in the zoomed view of the main sweep.

NameTypeValuesDescription
delay_valuereal-Horizontal position of the zoomed window in the main sweep.
TIM:WIND:DEL 1.00E-03
TIM:WIND:DEL?

Writes or reads the horizontal position in the zoomed view of the main sweep.

real - Returns the delay value for the zoomed window horizontal position.
TIM:WIND:DEL 1.00E-03
TIM:WIND:DEL?

Writes or reads the zoomed window horizontal scale in seconds per division. The value cannot be greater than the main window scale; if it is, it is set to the same value as the main window.

NameTypeValuesDescription
scale_valuereal-Zoomed window horizontal scale value in NR3 format, including a decimal point and exponent.
TIM:WIND:SCAL 1.00E-03
TIM:WIND:SCAL?

Writes or reads the zoomed window horizontal scale in seconds per division. The scale of the zoomed window cannot be greater than that of the main window.

real (s/div) - Returns the zoomed window horizontal scale.
TIM:WIND:SCAL 1.00E-03
TIM:WIND:SCAL?

:TRIGger:MODEset / query

Writes or reads the trigger mode. The available modes are Single, Normal, and Auto.

NameTypeValuesDescription
modeenumSINGle | NORMal | AUTOTrigger mode to set.
TRIG:MODE SING
TRIG:MODE?

Returns or writes the trigger mode. The mode can be SINGle, NORMal, or AUTO.

enum - Returns the current trigger mode.
TRIG:MODE SING
TRIG:MODE?
:TRIGger:RUNset / query

Sets the oscilloscope to run.

TRIG:RUN

Returns the current state of the trigger.

enum - Returns the current trigger state.
TRIG:STAT?
:TRIGger:TYPEset / query

Write or read the type of trigger.

NameTypeValuesDescription
typeenumEDGE | PULSe | SLOPe | INTerval | PATTern | RUNT | QUALified | WINDow | DROPout | VIDeo | IIC | SPI | UART | LIN | CAN | FLEXray | CANFd | IISSets the trigger type.
enum - Returns the current trigger type.
TRIG:TYPE EDGE
TRIG:TYPE?

Reads the type of trigger.

enum - Returns the current trigger type.
TRIG:TYPE?

Write or read the coupling mode of the edge trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSets the edge trigger coupling mode.
enum - Returns the current coupling mode.
TRIG:EDGE:COUP DC
TRIG:EDGE:COUP?

Writes or reads the coupling mode of the edge trigger.

enum - Returns the current edge trigger coupling mode.
TRIG:EDGE:COUP DC
TRIG:EDGE:COUP?

Writes or reads the number of holdoff events of the edge trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the edge trigger.

Reads or sets the number of holdoff events of the edge trigger.

integer - Returns the current number of holdoff events of the edge trigger.
TRIG:EDGE:HLDEV 3
TRIG:EDGE:HLDEV?

Write or read the holdoff time of the edge trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format.
real - Returns the holdoff time of the edge trigger.
TRIG:EDGE:HLDT 1.50E-08
TRIG:EDGE:HLDT?

Writes or reads the holdoff time of the edge trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
real - Returns the holdoff time.
TRIG:EDGE:HLDT 1.50E-08
TRIG:EDGE:HLDT?

Writes or reads the holdoff type of the edge trigger. OFF turns holdoff off; EVENts sets the number of trigger events counted before re-arming; TIME sets the time waited before re-arming.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the edge-trigger holdoff type.
enum - Returns the current edge-trigger holdoff type.
TRIG:EDGE:HOLD OFF
TRIG:EDGE:HOLD?

Writes or reads the holdoff type of the edge trigger. OFF turns holdoff off; EVENts uses a trigger-event count before re-arming; TIME uses a time delay before re-arming.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the edge-trigger holdoff mode.
enum - Returns the current holdoff type of the edge trigger.
TRIG:EDGE:HOLD OFF
TRIG:EDGE:HOLD?

Write or read the initial position of the edge trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSelects the initial position of the edge trigger holdoff.
enum - Returns the current initial position of the edge trigger holdoff.
TRIG:EDGE:HST LAST_TRIG
TRIG:EDGE:HST?

Write or read the initial position of the edge trigger holdoff.

enum - Returns the initial position of the edge trigger holdoff.
TRIG:EDGE:HST LAST_TRIG
TRIG:EDGE:HST?

Writes or reads the trigger level of the edge trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetTrigger level value in NR3 format, including a decimal point and exponent.

Write or read the trigger level of the edge trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetTrigger level value in NR3 format, including a decimal point and exponent.

Writes or reads the state of noise rejection for the edge trigger.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
TRIG:EDGE:NREJ ON
TRIG:EDGE:NREJ?

Writes or reads the state of the noise rejection for edge triggering.

enum - Returns the current noise rejection state.
TRIG:EDGE:NREJ ON
TRIG:EDGE:NREJ?

Write or read the slope of the edge trigger.

NameTypeValuesDescription
slope_typeenumRISing | FALLing | ALTernateSelects the edge-trigger slope.
TRIG:EDGE:SLOP RIS
TRIG:EDGE:SLOP?

Write or read the slope of the edge trigger.

NameTypeValuesDescription
slope_typeenumRISing | FALLing | ALTernateSlope type to set for the edge trigger.
enum - Returns the current edge trigger slope.
TRIG:EDGE:SLOP RIS
TRIG:EDGE:SLOP?

Write or read the trigger source of the edge trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINESelects the edge trigger source.
enum - Returns the current edge trigger source.
TRIG:EDGE:SOUR C1
TRIG:EDGE:SOUR?

Writes or reads the trigger source of the edge trigger.

enum - Returns the current trigger source of the edge trigger.
TRIG:EDGE:SOUR C1
TRIG:EDGE:SOUR?

Writes or reads the coupling mode of the slope trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSets the trigger coupling mode.
enum - Returns the current coupling mode.
TRIG:SLOP:COUP DC
TRIG:SLOP:COUP?

Reads or writes the coupling mode of the slope trigger.

enum - Returns the current coupling mode.
TRIG:SLOP:COUP?

Writes or reads the number of holdoff events of the slope trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the slope trigger.
TRIG:SLOP:HLDEV 3
TRIG:SLOP:HLDEV?

Writes or reads the number of holdoff events of the slope trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events in NR1 integer format.
integer - Returns the current number of holdoff events.
TRIG:SLOP:HLDEV 3
TRIG:SLOP:HLDEV?

Writes or reads the holdoff time of the slope trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:SLOP:HLDT 1.50E-08
TRIG:SLOP:HLDT?

Writes or reads the holdoff time of the slope trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:SLOP:HLDT 1.50E-08
TRIG:SLOP:HLDT?

Writes or reads the holdoff type of the slope trigger. OFF turns off holdoff, EVENts sets the number of trigger events counted before re-arming, and TIME sets the time waited before re-arming.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the slope trigger holdoff mode.
enum - Returns the current slope trigger holdoff type.
TRIG:SLOP:HOLD OFF
TRIG:SLOP:HOLD?

Write or read the holdoff type of the slope trigger.

enum - Returns the current slope trigger holdoff type.
TRIG:SLOP:HOLD OFF
TRIG:SLOP:HOLD?

Write or read the initial position of the slope trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSelects the initial position of the slope trigger holdoff.
enum - Returns the current initial position of the slope trigger holdoff.
TRIG:SLOP:HST LAST_TRIG
TRIG:SLOP:HST?

Writes or reads the initial position of the slope trigger holdoff. The setting selects whether holdoff starts at the last trigger time or at acquisition start.

enum - Returns the current initial position of the slope trigger holdoff.
TRIG:SLOP:HST LAST_TRIG
TRIG:SLOP:HST?

Write or read the limit range type of the slope trigger.

NameTypeValuesDescription
typeenumLESSthan | GREATerthan | INNer | OUTerLimit range type for the slope trigger.

Write or read the limit range type of the slope trigger.

enum - Returns the limit range type of the slope trigger.

Write or read the trigger level of the slope trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetValue in NR3 format, including a decimal point and exponent.
real - Returns the current trigger level in NR3 format.
TRIG:SLOP:LLEV 5.00E-01
TRIG:SLOP:LLEV?

Writes or reads the trigger level of the slope trigger.

real - Returns the trigger level value in NR3 format.
TRIG:SLOP:LLEV 5.00E-01
TRIG:SLOP:LLEV?

Write or read the state of the noise rejection.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
TRIG:SLOP:NREJ ON
TRIG:SLOP:NREJ?

Writes or reads the state of noise rejection for the slope trigger.

enum - Returns the noise rejection state.
TRIG:SLOP:NREJ ON
TRIG:SLOP:NREJ?

Write or read the slope of the slope trigger.

NameTypeValuesDescription
slope_typeenumRISing | FALLing | ALTernateSets the trigger slope.
TRIG:SLOP:SLOP RIS
TRIG:SLOP:SLOP?

Write or read the slope of the slope trigger.

enum - Returns the current slope setting.
TRIG:SLOP:SLOP RIS
TRIG:SLOP:SLOP?

Sets or queries the trigger slope source. The source can be a channel (C<x>), a digital channel (D<n>), external trigger (EX or EX5), or line trigger (LINE).

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINETrigger slope source to use.
enum - Returns the currently selected trigger slope source.
TRIG:SLOP:SOUR C1
TRIG:SLOP:SOUR?

Returns or sets the source used for slope triggering. The source can be an analog channel, digital channel, EX, EX5, or LINE.

enum - Returns the current trigger slope source.
TRIG:SLOP:SOUR C1
TRIG:SLOP:SOUR?

Writes or reads the lower value of the slope trigger limit type. The lower value cannot be greater than the upper value set by :TRIGger:SLOPe:TUPPer, and the command is not valid when the limit range type is LESSthan.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower slope trigger limit value in NR3 format, including a decimal point and exponent.
TRIG:SLOP:TLOW 1.00E-08
TRIG:SLOP:TLOW?

Writes or reads the lower value of the slope trigger limit type.

real - Returns the lower value of the slope trigger limit type.
TRIG:SLOP:TLOW?

Writes or reads the upper value of the slope trigger limit type. The upper value cannot be less than the lower value set by :TRIGger:SLOPe:TLOWer, and the command is not valid when the limit range type is GREATerthan.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper slope trigger limit value in NR3 format.
TRIG:SLOP:TUPP 3.00E-08
TRIG:SLOP:TUPP?

Write or read the upper value of the slope trigger limit type.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper slope trigger limit value in NR3 format.
real - Returns the present upper slope trigger limit value.
TRIG:SLOP:TUPP 3.00E-08
TRIG:SLOP:TUPP?

Writes or reads the coupling mode of the pulse trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSelects the pulse trigger coupling mode.
TRIG:PULS:COUP DC
TRIG:PULS:COUP?

Writes or reads the coupling mode of the pulse trigger.

enum - Returns the present pulse trigger coupling mode.
TRIG:PULS:COUP DC
TRIG:PULS:COUP?

Writes or reads the number of holdoff events of the pulse trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the pulse trigger.
TRIG:PULS:HLDEV 3
TRIG:PULS:HLDEV?

Writes or reads the number of holdoff events of the pulse trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events to use.
integer - Returns the current number of holdoff events.
TRIG:PULS:HLDEV 3
TRIG:PULS:HLDEV?

Writes or reads the holdoff time of the pulse trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:PULS:HLDT 1.50E-08
TRIG:PULS:HLDT?

Write or read the holdoff time of the pulse trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.

Write or read the holdoff type of the pulse trigger.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the pulse trigger holdoff mode.
enum - Returns the current pulse trigger holdoff type.
TRIG:PULS:HOLD OFF
TRIG:PULS:HOLD?

Write or read the holdoff type of the pulse trigger.

enum - Returns the current pulse trigger holdoff type.
TRIG:PULS:HOLD OFF
TRIG:PULS:HOLD?

Write or read the initial position of the pulse trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSelects the initial position of pulse trigger holdoff.
enum - Returns the current initial position of the pulse trigger holdoff.
TRIG:PULS:HST LAST_TRIG
TRIG:PULS:HST?

Write or read the initial position of the pulse trigger holdoff.

enum - Returns the initial position of the pulse trigger holdoff.
TRIG:PULS:HST LAST_TRIG
TRIG:PULS:HST?

Write or read the limit range type of the pulse trigger.

NameTypeValuesDescription
typeenumLESSthan | GREATerthan | INNer | OUTerSelects the limit range type for the pulse trigger.

Write or read the limit range type of the pulse trigger.

enum - Returns the limit range type of the pulse trigger.

Write or read the trigger level of the pulse trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetValue in NR3 format, including a decimal point and exponent.
real - Returns the trigger level value.
TRIG:PULS:LEV 5.00E-01
TRIG:PULS:LEV?

Writes or reads the trigger level of the pulse trigger.

real - Returns the trigger level value in NR3 format, including a decimal point and exponent.
TRIG:PULS:LEV 5.00E-01
TRIG:PULS:LEV?

Write or read the state of the noise rejection.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
enum - Returns the noise rejection state.
TRIG:PULS:NREJ ON
TRIG:PULS:NREJ?

Write or read the state of the noise rejection.

enum - Returns the current noise rejection state.
TRIG:PULS:NREJ ON
TRIG:PULS:NREJ?

Write or read the polarity of the pulse trigger.

NameTypeValuesDescription
polarity_typeenumPOSitive | NEGativeSelects the polarity of the pulse trigger.
enum - Returns the current pulse-trigger polarity.
TRIG:PULS:POL POS
TRIG:PULS:POL?

Writes or reads the polarity of the pulse trigger.

enum - Returns the current pulse trigger polarity.
TRIG:PULS:POL ?
TRIG:PULS:POL?

Sets or queries the trigger pulse source.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINESelects the trigger pulse source.
enum - Returns the current trigger pulse source.
TRIG:PULS:SOUR C1
TRIG:PULS:SOUR?

Returns the current trigger pulse source. The source can be one analog channel, one digital channel, external, external 5, or line.

enum - Returns the current pulse trigger source.
TRIG:PULS:SOUR C1
TRIG:PULS:SOUR?

Writes or reads the lower value of the pulse trigger limit type. The value must be in NR3 format and within the specified range; it is not valid when the limit range type is LESSthan.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower pulse trigger limit value.
TRIG:PULS:TLOW 1.00E-08
TRIG:PULS:TLOW?

Writes or reads the lower value of the pulse trigger limit type. The value must be in NR3 format and within the documented range.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower pulse trigger limit value.
real - Returns the current lower pulse trigger limit value.
TRIG:PULS:TLOW 1.00E-08
TRIG:PULS:TLOW?

Writes or reads the upper value of the pulse trigger limit type. The upper value must not be less than the lower value set by TRIGger:PULSe:TLOWer, and the command is not valid when the limit range type is GREATerthan.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper pulse trigger limit value in NR3 format, including a decimal point and exponent.
TRIG:PULS:TUPP 3.00E-08
TRIG:PULS:TUPP?

Write or read the upper value of the pulse trigger limit type.

real - Returns the upper pulse trigger limit value.
TRIG:PULS:TUPP 3.00E-08
TRIG:PULS:TUPP?

Write or read the fields of the custom video trigger.

NameTypeValuesDescription
field_cntenum1 | 2 | 4 | 8Number of fields for the custom video trigger.
enum - Returns the current field count.
TRIG:VID:FCNT 8
TRIG:VID:FCNT?

Write or read the synchronous trigger field when the video standard is NTSC, PAL, 1080i/50 or 1080i/60.

NameTypeValuesDescription
fieldenum1 | 2Selects the synchronous trigger field.
enum - Returns the current synchronous trigger field.
TRIG:VID:FIEL 2
TRIG:VID:FIEL?

Write or read the frame rate of the custom video trigger.

NameTypeValuesDescription
frateenum25Hz | 30Hz | 50Hz | 60HzFrame rate for the custom video trigger.
enum - Returns the current frame rate setting.
TRIG:VID:FRAT 50Hz
TRIG:VID:FRAT?

Write or read the interlace of the custom video trigger.

NameTypeValuesDescription
interlaceenum1 | 2 | 4 | 8

Write or read the lines of the custom video trigger. The manual gives the custom video trigger line count range and shows that the command can be queried.

NameTypeValuesDescription
line_cntinteger300 - 2000Line count value in NR1 format, with no decimal point.
TRIG:VID:LCNT 500
TRIG:VID:LCNT?

Writes or reads the trigger level of the video trigger. The value is specified in NR3 format and is bounded by a range based on vertical scale and vertical offset.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetTrigger level value to set.
TRIG:VID:LEV 5.00E-01
TRIG:VID:LEV?

Sets or queries the video trigger line. The line value is an integer in NR1 format; accepted line numbers depend on the selected video standard and field.

NameTypeValuesDescription
lineinteger1 - 1125Video trigger line number in NR1 format.
integer - Returns the current trigger line.
TRIG:VID:LINE 2
TRIG:VID:LINE?

Write or read the trigger source of the video trigger.

NameTypeValuesDescription
sourceenumC<x>Selects the video trigger source channel.
enum - Returns the current video trigger source.
TRIG:VID:SOUR C2
TRIG:VID:SOUR?

Writes or reads the standard of the video trigger. The standard can be set to one of the listed video format keywords.

NameTypeValuesDescription
standardenumNTSC | PAL | P720L50 | P720L60 | P1080L50 | P1080L60 | I1080L50 | I1080L60 | CUSTomVideo trigger standard to use.

Writes or reads the sync mode of the video trigger.

NameTypeValuesDescription
syncenumSELect | ANYSets the video trigger sync mode.
enum - Returns the current sync mode.
TRIG:VID:SYNC SEL
TRIG:VID:SYNC?

Write or read the center level of the window trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetCenter level of the window trigger.
real - Returns the present center level of the window trigger.
TRIG:WIND:CLEV 5.00E-01
TRIG:WIND:CLEV?

Write or read the coupling mode of the WINDow trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSets the window trigger coupling mode.
TRIG:WIND:COUP DC
TRIG:WIND:COUP?

Write or read the delta level of the window trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetValue in NR3 format.
TRIG:WIND:DLEV 5.00E-01
TRIG:WIND:DLEV?

Write or read the number of holdoff events of the WINDow trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events.
TRIG:WIND:HLDEV 3
TRIG:WIND:HLDEV?

Write or read the holdoff time of the WINDow trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:WIND:HLDT 1.50E-08
TRIG:WIND:HLDT?

Write or read the high trigger level of the window trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetSets the high trigger level for the window trigger.
TRIG:WIND:HLEV 5.00E-01
TRIG:WIND:HLEV?

Writes or reads the holdoff type of the WINDow trigger.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects whether holdoff is off, based on a number of trigger events, or based on a time interval before the trigger circuitry re-arms.
enum - Returns the current holdoff type.
TRIG:WIND:HOLD OFF
TRIG:WIND:HOLD?

Writes or reads the initial position of the WINDow trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSelects the initial position of trigger holdoff.
enum - Returns the current initial position of the WINDow trigger holdoff.
TRIG:WIND:HST LAST_TRIG
TRIG:WIND:HST?

Writes or reads the trigger level of the WINDow trigger. The value is given in NR3 format with a decimal point and exponent, and its range depends on vertical scale and vertical offset.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetTrigger level value in NR3 format.
TRIG:WIND:LEV 5.00E-01
TRIG:WIND:LEV?

Writes or reads the state of noise rejection for the window trigger.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
TRIG:WIND:NREJ ON
TRIG:WIND:NREJ?

Write or read the trigger source of the WINDow trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINESelects the trigger source for the window trigger.
TRIG:WIND:SOUR C1
TRIG:WIND:SOUR?

Writes or reads the window type of the window trigger.

NameTypeValuesDescription
typeenumABSolute | RELativeSelects the window trigger type.
enum - Returns the current window trigger type.
TRIG:WIND:TYPE ABS
TRIG:WIND:TYPE?

Sets or reads the coupling mode of the interval trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectCoupling mode for the interval trigger.
TRIG:INT:COUP DC
TRIG:INT:COUP?

Writes or reads the number of holdoff events of the interval trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events in NR1 integer format.
TRIG:INT:HLDEV 3
TRIG:INT:HLDEV?

Writes or reads the holdoff time of the interval trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:INT:HLDT 1.50E-08
TRIG:INT:HLDT?

Write or read the holdoff type of the interval trigger.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the interval trigger holdoff mode.
enum - Returns the current holdoff type.
TRIG:INT:HOLD OFF
TRIG:INT:HOLD?

Write or read the initial position of the interval trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSets the initial position of holdoff.
enum - Returns the current initial position of the interval trigger holdoff.
TRIG:INT:HST LAST_TRIG
TRIG:INT:HST?

Write or read the limit range type of the interval trigger.

NameTypeValuesDescription
typeenumLESSthan | GREATerthan | INNer | OUTerSelects the limit range type for the interval trigger.

Write or read the trigger level of the interval trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetValue in NR3 format, including a decimal point and exponent.
TRIG:INT:LEV 5.00E-01
TRIG:INT:LEV?

Writes or reads the state of noise rejection for the interval trigger.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
enum - Returns the current noise rejection state.
TRIG:INT:NREJ ON
TRIG:INT:NREJ?

Write or read the interval of the interval trigger.

NameTypeValuesDescription
interval_typeenumRISing | FALLing | ALTernateSelects the interval trigger interval type.
enum - Returns the current interval type.
TRIG:INT:SLOP RIS
TRIG:INT:SLOP?

Sets the source for the interval trigger. The source can be an analog channel, a digital channel, an external trigger input, or LINE.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINESelects the interval trigger source.
TRIG:INT:SOUR C1
TRIG:INT:SOUR?

Writes or reads the lower value of the interval trigger limit type. The lower value must not be greater than the upper value set by TRIGger:INTerval:TUPPer, and the command is invalid when the limit range type is LESSthan.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower interval trigger limit value in NR3 format, including a decimal point and exponent.
TRIG:INT:TLOW 1.00E-08
TRIG:INT:TLOW?

Writes or reads the upper value of the interval trigger limit type. The upper value cannot be less than the lower value, and the command is not valid when the limit range type is GREATerthan.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper interval trigger limit value in NR3 format.
TRIG:INT:TUPP 3.00E-08
TRIG:INT:TUPP?

Writes or reads the coupling mode of the dropout trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSelects the trigger coupling mode.
TRIG:DROP:COUP DC
TRIG:DROP:COUP?

Writes or reads the number of holdoff events of the dropout trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the dropout trigger.
integer - Returns the current number of holdoff events.
TRIG:DROP:HLDEV 3
TRIG:DROP:HLDEV?

Writes or reads the holdoff time of the dropout trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format.
TRIG:DROP:HLDT 1.50E-08
TRIG:DROP:HLDT?

Write or read the holdoff type of the dropout trigger.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the dropout trigger holdoff mode: off, event-count based, or time based.
enum - Returns the current holdoff type.
TRIG:DROP:HOLD OFF
TRIG:DROP:HOLD?

Write or read the initial position of the dropout trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTSelects the initial position of the dropout trigger holdoff.
enum - Returns the current initial position of the dropout trigger holdoff.
TRIG:DROP:HST LAST_TRIG
TRIG:DROP:HST?

Write or read the trigger level of the dropout trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetLevel value in NR3 format, including a decimal point and exponent.

Writes or reads the state of noise rejection for the dropout trigger.

NameTypeValuesDescription
stateenumOFF | ONSets the noise rejection state.
TRIG:DROP:NREJ ON
TRIG:DROP:NREJ?

Write or read the dropout slope setting of the dropout trigger.

NameTypeValuesDescription
dropout_typeenumRISing | FALLing | ALTernateSelects the dropout slope type.
enum - Returns the current dropout slope type.
TRIG:DROP:DROP RIS
TRIG:DROP:DROP?

Write or read the trigger source of the dropout trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINETrigger source for the dropout trigger.
TRIG:DROP:SOUR C1
TRIG:DROP:SOUR?

Sets the dropout trigger time. The value is specified in NR3 format and must be within 2.00E-09 to 2.00E+01.

NameTypeValuesDescription
timereal2.00E-09 - 2.00E+01Dropout trigger time value in NR3 format.
TRIG:DROP:TIME 1.00E-08
TRIG:DROP:TIME?

Write or read the over time type of the dropout trigger.

NameTypeValuesDescription
typeenumEDGE | STATeSelects the dropout trigger type.
TRIG:DROP:TYPE EDGE
TRIG:DROP:TYPE?

Write or read the coupling mode of the runt trigger.

NameTypeValuesDescription
modeenumDC | AC | LFREJect | HFREJectSelects the runt trigger coupling mode.
TRIG:RUNT:COUP DC
TRIG:RUNT:COUP?

Writes or reads the number of holdoff events of the runt trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the runt trigger.
TRIG:RUNT:HLDEV 3
TRIG:RUNT:HLDEV?

Write or read the holdoff time of the runt trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:RUNT:HLDT 1.50E-08
TRIG:RUNT:HLDT?

Write or read the holdoff type of the runt trigger.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects whether runt trigger holdoff is disabled, counted in trigger events, or based on elapsed time.
TRIG:RUNT:HOLD OFF
TRIG:RUNT:HOLD?

Write or read the initial position of the runt trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTInitial position of the runt trigger holdoff.
enum - Returns the current initial position of the runt trigger holdoff.
TRIG:RUNT:HST LAST_TRIG
TRIG:RUNT:HST?

Write or read the trigger level of the runt trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetSets the runt trigger level as an NR3 value including a decimal point and exponent.
TRIG:RUNT:LLEV 5.00E-01
TRIG:RUNT:LLEV?

Write or read the state of the noise rejection.

NameTypeValuesDescription
stateenumOFF | ONTurns noise rejection off or on.
enum - Returns the noise rejection state.
TRIG:RUNT:NREJ ON
TRIG:RUNT:NREJ?

Writes or reads the polarity of the runt trigger.

NameTypeValuesDescription
polarity_typeenumPOSitive | NEGativeSelects the runt trigger polarity.

Sets or queries the trigger runt source. The source can be an analog channel, digital channel, external, external 5, or line trigger source.

NameTypeValuesDescription
sourceenumC<x> | D<n> | EX | EX5 | LINESelects the runt trigger source.
enum - Returns the current runt trigger source.
TRIG:RUNT:SOUR C1
TRIG:RUNT:SOUR?

Writes or reads the upper value of the runt trigger limit type.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper runt trigger limit value in NR3 format, including a decimal point and exponent.

Related trigger runt command listed on the page. The slice does not provide a functional description or syntax for this command.

Sets the lower transition time used by the runt trigger. The slice shows the query response value but does not document parameter syntax or range.

Writes or reads the number of holdoff events of the pattern trigger.

NameTypeValuesDescription
valueinteger1 - 100000000Number of holdoff events for the pattern trigger.
integer - Returns the current number of holdoff events.
TRIG:PATT:HLDEV 3
TRIG:PATT:HLDEV?

Writes or reads the holdoff time of the pattern trigger.

NameTypeValuesDescription
valuereal8.00E-09 - 3.00E+01Holdoff time value in NR3 format, including a decimal point and exponent.
TRIG:PATT:HLDT 1.50E-08
TRIG:PATT:HLDT?

Writes or reads the holdoff type of the pattern trigger. OFF turns holdoff off; EVENts uses a trigger-event count before re-arming, and TIME uses a time delay before re-arming.

NameTypeValuesDescription
holdoff_typeenumOFF | EVENts | TIMESelects the pattern trigger holdoff mode.
enum - Returns the current holdoff type.
TRIG:PATT:HOLD OFF
TRIG:PATT:HOLD?

Writes or reads the initial position of the pattern trigger holdoff.

NameTypeValuesDescription
start_holdoffenumLAST_TRIG | ACQ_STARTInitial position of the pattern trigger holdoff.
enum - Returns the current initial holdoff position.
TRIG:PATT:HST LAST_TRIG
TRIG:PATT:HST?

Writes or reads the logical input condition for the specified pattern trigger sources. The sources are configured in order of C1-C4 and d0-d15.

NameTypeValuesDescription
logicenumX | L | HLogical input condition for each pattern trigger source.
enum - Returns the logical input condition for all configured sources in order of C1-C4 and d0-d15.
TRIG:PATT:INP H,H,L,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
TRIG:PATT:INP?

Writes or reads the trigger level of the pattern trigger.

NameTypeValuesDescription
level_valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetTrigger level value in NR3 format, including a decimal point and exponent.
TRIG:PATT:LEV 5.00E-01
TRIG:PATT:LEV?

Writes or reads the limit range type of the pattern trigger when the logic combination is AND or NOR.

NameTypeValuesDescription
typeenumLESSthan | GREATerthan | INNer | OUTerSelects the limit range type for the pattern trigger.
TRIG:PATT:LIM LESS
TRIG:PATT:LIM?

Write or read the logical combination of the input channels for the pattern trigger.

NameTypeValuesDescription
typeenumAND | OR | NAND | NORLogical combination of the input channels for the pattern trigger.
TRIG:PATT:LOG AND
TRIG:PATT:LOG?

Writes or reads the lower value of the pattern trigger limit type. The lower value must be in NR3 format and cannot be greater than the upper value set by TRIGger:PATTern:TUPPer; the command is not valid when the limit range type is LESSthan.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower pattern trigger limit value in NR3 format, including a decimal point and exponent.
TRIG:PATT:TLOW 1.00E-08
TRIG:PATT:TLOW?

Writes or reads the upper value of the pattern trigger limit type. The value is given in NR3 format, including a decimal point and exponent, and must be between 3.00E-09 and 2.00E+01.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper pattern trigger limit value.
real - Returns the upper pattern trigger limit value.
TRIG:PATT:TUPP 3.00E-08
TRIG:PATT:TUPP?

Write or read the edge trigger level value in the qualified trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetValue in NR3 format, including a decimal point and exponent.
real - Returns the qualified trigger edge level value.
TRIG:QUAL:ELEV 5.00E-01
TRIG:QUAL:ELEV?

Writes or reads the edge trigger slope in the qualified trigger.

NameTypeValuesDescription
typeenumRISing | FALLingEdge trigger slope selection.
enum - Returns the qualified trigger edge trigger type.
TRIG:QUAL:ESL RIS
TRIG:QUAL:ESL?

Writes or reads the edge trigger source in the qualified trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the edge trigger source.
enum - Returns the current edge trigger source.
TRIG:QUAL:ES C1
TRIG:QUAL:ES?

Write or read the limit range type when the qualified trigger type is State with Delay or Edge with Delay.

NameTypeValuesDescription
typeenumLESSthan | GREATerthan | INNer | OUTerSelects the limit range type for the qualified trigger.

Writes or reads the level of the qualify source level in the qualified trigger.

NameTypeValuesDescription
levelreal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetLevel value in NR3 format, including a decimal point and exponent.
real - Returns the qualified trigger level.
TRIG:QUAL:QLEV 5.00E-01
TRIG:QUAL:QLEV?

Writes or reads the qualify source of the qualified trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the qualify source; C<x> specifies an analog channel and D<n> specifies a digital channel.
enum - Returns the currently selected qualify source.
TRIG:QUAL:QS C1
TRIG:QUAL:QS?

Writes or reads the lower value of the pattern trigger limit type. The value must be within the stated numeric range, and it cannot be greater than the upper value set by TRIGger:QUALified:TUPPer; the command is not valid when the limit range type is LESSthan.

NameTypeValuesDescription
valuereal2.00E-09 - 2.00E+01Lower limit value in NR3 format, including a decimal point and exponent.

Writes or reads the upper value of the pattern trigger limit type. The value must be in NR3 format and within the range 3.00E-09 to 2.00E+01; it is not valid when the limit range type is GREATerthan.

NameTypeValuesDescription
valuereal3.00E-09 - 2.00E+01Upper limit value in NR3 format, including a decimal point and exponent.
TRIG:QUAL:TUPP 3.00E-08
TRIG:QUAL:TUPP?

Writes or reads the address of the IIC bus trigger.

NameTypeValuesDescription
addrinteger0 - 127Address value in NR1 format, with no decimal point.
integer - Returns the current IIC bus trigger address.
TRIG:IIC:ADDR 10
TRIG:IIC:ADDR?

Write or read the length of the address of the IIC bus trigger.

NameTypeValuesDescription
lengthenum7BIT | 10BITAddress length for the IIC bus trigger.
TRIG:IIC:ALEN 10BIT
TRIG:IIC:ALEN?

Write or read the trigger condition of the IIC bus.

enum - Returns the current IIC trigger condition.
TRIG:IIC:COND STOP
TRIG:IIC:COND?

Write or read the data2 of the IIC bus trigger.

NameTypeValuesDescription
datainteger0 - 256Value in NR1 format, including an integer and no decimal point.

Write or read the data of the IIC bus trigger.

NameTypeValuesDescription
datainteger0 - 256Data value in NR1 format, including an integer and no decimal point.
TRIG:IIC:DATA 42
TRIG:IIC:DATA?

Writes or reads the data length of the IIC bus trigger.

NameTypeValuesDescription
lengthinteger1 - 12Data length value in NR1 format.
:TRIG:IIC:DLEN 10
:TRIG:IIC:DLEN?

Sets or queries the IIC trigger limit type. The limit type can be equal, greater-than, or less-than.

NameTypeValuesDescription
limit_typeenumEQUal | GREaterthan | LESSthanSelects the IIC trigger limit comparison type.
enum - Returns the present IIC trigger limit type.
TRIG:IIC:LIM LESS
TRIG:IIC:LIM?

Sets whether the trigger frame is read address or write address when the IIC trigger condition is 7 or 10 ADDR&DATA.

NameTypeValuesDescription
typeenumWRITe | READ | ANYSelects the IIC trigger frame address direction.
TRIG:IIC:RWB READ
TRIG:IIC:RWB?

Write or read the SCL source of the IIC bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the SCL source from an analog channel or a digital channel.
enum - Returns the current SCL source.
TRIG:IIC:SCLS C2
TRIG:IIC:SCLS?

Write or read the threshold of the SCL on the IIC bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format.

Write or read the SDA source of the IIC bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the SDA source for the IIC bus trigger.
enum - Returns the current SDA source.
TRIG:IIC:SDAS C2
TRIG:IIC:SDAS?

Writes or reads the threshold of the SDA on the IIC bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the SDA trigger.
real - Returns the current SDA threshold value.
TRIG:IIC:SDAT 1.50E+00
TRIG:IIC:SDAT?

Write or read the bit order of the SPI bus trigger.

NameTypeValuesDescription
bit_orderenumLSM | MSBSelects the SPI bit order.
enum - Returns the current SPI bit order.
RIG:SPI:BIT LSB
RIG:SPI:BIT?

Write or read the CLK source of the SPI bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the CLK source channel for the SPI bus trigger.
enum - Returns the selected CLK source channel.
TRIG:SPI:CLKS C2
TRIG:SPI:CLKS?

Write or read the threshold of the CLK on the SPI bus trigger.

NameTypeValuesDescription
clk_thresholdreal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the SPI trigger clock input.
TRIG:SPI:CLKT 1.50E+00
TRIG:SPI:CLKT?

Sets or queries the SPI bus trigger chip-select source. The source can be an analog channel C<x> or a digital channel D<n>.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the trigger chip-select source.
TRIG:SPI:CSS C2
TRIG:SPI:CSS?

Write or read the chip selection type of the SPI bus trigger.

NameTypeValuesDescription
typeenumNCS | CS | TIMeoutSelects the chip selection type; TIMeout includes an optional time value.
timeoptreal1.00E-07 - 5.00E-03Clock timeout value used when the type is TIMeout.
enum - Returns the current chip selection type.
TRIG:SPI:CSTY CS
TRIG:SPI:CST?

Write or read the threshold of the CS on SPI bus trigger.

NameTypeValuesDescription
thresholdreal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold level for the CS on the SPI bus trigger.
TRIG:SPI:CST 1.50E+00
TRIG:SPI:CST?

Writes or reads the sampling edge of CLK on the SPI bus trigger.

NameTypeValuesDescription
slopeenumRISing | FALLingSelects the CLK sampling edge.
TRIG:SPI:LATC RIS
TRIG:SPI:LATC?

Sets the SPI trigger data bits. The number of parameters must match the data length set by TRIGger:SPI:DLENgth, and parameters are assigned to each bit from high to low.

NameTypeValuesDescription
data_bitsinteger0 - 1One data bit of the SPI trigger pattern.
TRIG:SPI:DATA 1,0,0,0,0,0,1,0

Writes or reads the data length of the SPI bus trigger.

NameTypeValuesDescription
data_lengthinteger4 - 96Number of data bits for the SPI trigger.
TRIG:SPI:DLEN 10
TRIG:SPI:DLEN?

Write or read the MISO source of the SPI bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the SPI MISO source as an analog channel C<x> or a digital channel D<n>.
enum - Returns the selected MISO source.
TRIG:SPI:MISOS C2
TRIG:SPI:MISOS?

Writes or reads the threshold of the MISO on the SPI bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the current MISO trigger threshold value in NR3 format.
TRIG:SPI:MISOT 1.50E+00
TRIG:SPI:MISOT?

Writes or reads the MOSI source of the SPI bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the SPI MOSI source from an analog channel Cx or a digital channel Dn.
enum - Returns the current MOSI source.
RIG:SPI:MOSIS C2
RIG:SPI:MOSIS?

Writes or reads the threshold of the MOSI on the SPI bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
TRIG:SPI:MOSIT 1.50E+00
TRIG:SPI:MOSIT?

Writes or reads the NCS source of the SPI bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the NCS source as an analog channel C<x> or digital channel D<n>.
TRIG:SPI:NCSS D0
TRIG:SPI:NCSS?

Writes or reads the threshold of the NCS on the SPI bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for the NCS SPI trigger.
real - Returns the current NCS threshold value.
TRIG:SPI:NCST 1.50E+00
TRIG:SPI:NCST?

Writes or reads the trigger type of the SPI bus trigger.

NameTypeValuesDescription
trigger_typeenumMISO | MOSISelects which SPI signal is used as the trigger type.
enum - Returns the current SPI bus trigger type.
TRIG:SPI:TTYP MOSI
TRIG:SPI:TTYP?

Writes or reads the baud rate of the UART bus trigger.

NameTypeValuesDescription
baudenum600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | 384 00bps | 57600bps | 115200bps | CUSTomBaud rate for the UART bus trigger.
valueoptinteger300 - 20000000Custom baud rate value in NR1 format.
enum - Returns the present baud rate of the UART bus trigger.
TRIG:UART:BAUD 9600bps
TRIG:UART:BAUD?

Writes or reads the bit order of the UART trigger.

enum - Returns the current UART bit order.

Write or read the condition of the UART bus trigger.

NameTypeValuesDescription
conditionenumSTARt | STOP | DATA | ERRorSelects the UART trigger condition.
enum - Returns the current UART bus trigger condition.
TRIG:UART:COND STOP
TRIG:UART:COND?

Write the data of the UART bus trigger.

NameTypeValuesDescription
datainteger-Value in NR1 format, including an integer and no decimal point.
TRIG:UART:DATA 123

Writes or reads the length of the UART bus trigger. The value is an integer in NR1 format with a range of 5 to 8.

NameTypeValuesDescription
valueinteger5 - 8Length of the UART bus trigger.
TRIG:UART:DLEN 8
TRIG:UART:DLEN?

Write or read the idle level of the UART bus trigger.

NameTypeValuesDescription
idleenumLOW | HIGHIdle level of the UART bus trigger.
TRIG:UART:IDLE LOW
TRIG:UART:IDLE?

Writes or reads the data comparison type of the UART bus trigger when the trigger condition is Data.

NameTypeValuesDescription
limit_typeenumEQUal | GREaterthan | LESSthanComparison type used for the UART trigger data condition.

Write or read the parity check of the UART bus trigger.

NameTypeValuesDescription
parityenumNONE | ODD | EVEN | MARK | SPACeParity setting for the UART bus trigger.
TRIG:UART:PAR ODD
TRIG:UART:PAR?

Write or read the RX source of the UART bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the UART trigger RX source as an analog channel C<x> or a digital channel D<n>.
enum - Returns the current UART trigger RX source.
TRIG:UART:RXS C2
TRIG:UART:RXS?

Writes or reads the UART bus trigger RX threshold. The value is specified in NR3 format with a decimal point and exponent, and must fall within the range [4.1*vertical_scale-vertical_offset, 4.1*vertical_scale-vertical_offset].

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value for RX on the UART bus trigger.
real - Returns the current RX threshold value in NR3 format.
TRIG:UART:RXT 1.50E+00
TRIG:UART:RXT?

Writes or reads the length of the stop bit on the UART bus trigger.

NameTypeValuesDescription
bitenum1 | 1.5 | 2Stop-bit length for the UART bus trigger.
enum - Returns the current stop-bit length.
TRIG:UART:STOP 1
TRIG:UART:STOP?

Reads or sets the length of the UART bus trigger stop bit. The query returns the current stop-bit length.

real - Current stop-bit length.
TRIG:UART:STOP 1
TRIG:UART:STOP?

Writes or reads the trigger type of the UART bus trigger.

NameTypeValuesDescription
trigger_typeenumRX | TXSelects the UART trigger type.
enum - Returns the current UART trigger type.
TRIG:UART:TTYP RX
TRIG:UART:TTYP?

Writes or reads the trigger type of the UART bus trigger.

enum - Returns the current UART bus trigger type.
TRIG:UART:TTYP RX
TRIG:UART:TTYP?

Write or read the TX source of the UART bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the TX source, either an analog channel Cx or a digital channel Dn.
enum - Returns the current TX source.
TRIG:UART:TXS C2
TRIG:UART:TXS?

Write or read the TX source of the UART bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the UART trigger TX source.
enum - Returns the current TX source.
TRIG:UART:TXS C2
TRIG:UART:TXS?

Write or read the threshold of TX on the UART bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
TRIG:UART:TXThreshold <value>
TRIG:UART:TXThreshold?

Writes or reads the threshold of TX on the UART bus trigger.

real - Returns the TX threshold value.
TRIG:UART:TXT 1.50E+00
TRIG:UART:TXT?

Writes or reads the baud rate of the CAN bus trigger.

NameTypeValuesDescription
baudenum5kbps | 10kbps | 20kbps | 50kbps | 100kbps | 125kbps | 250kbps | 500kbps | 800kbps | 1Mbps | CUSTomBaud rate setting for the CAN bus trigger; CUSTom may be followed by an explicit value.
valueoptinteger5000 - 1000000Custom baud-rate value in NR1 format with no decimal point.
enum - Returns the current CAN bus trigger baud rate.
TRIG:CAN:BAUD 20kbps
TRIG:CAN:BAUD?

Write or read the baud rate of the CAN bus trigger.

enum - Returns the current baud rate setting.
TRIG:CAN:BAUD 20kbps
TRIG:CAN:BAUD?

Write or read the trigger condition for the CAN bus trigger.

NameTypeValuesDescription
conditionenumSTARt | REMote | ID | ID_AND_DATA | ERRorSelects the CAN trigger condition.
TRIG:CAN:COND STAR
TRIG:CAN:COND?

Returns or sets the trigger condition for the CAN bus trigger.

enum - Returns the current CAN bus trigger condition.
TRIG:CAN:COND STAR
TRIG:CAN:COND?

Write or read the data2 of the CAN bus trigger.

NameTypeValuesDescription
datainteger0 - 256Data2 value in NR1 format; use 256 as the don't care value to ignore data2.
TRIG:CAN:DAT2 73
TRIG:CAN:DAT2?

Write or read the data2 of the CAN bus trigger.

integer - Returns the current data2 value.
TRIG:CAN:DAT2 73
TRIG:CAN:DAT2?

Sets or reads the CAN trigger data value. The value is an integer in NR1 format from 0 to 256, with 256 used as a don't-care value to ignore the data field.

NameTypeValuesDescription
datainteger0 - 256CAN trigger data value.
integer - Returns the current CAN trigger data value.
TRIG:CAN:DATA 67
TRIG:CAN:DATA?

Returns the CAN trigger data value.

integer - Returns the current CAN trigger data value.
TRIG:CAN:DATA?
:TRIGger:CAN:IDset / query

Writes or reads the CAN bus trigger ID.

NameTypeValuesDescription
idinteger0 - 536870912CAN bus trigger ID value when the ID length is 29 bits.
integer - Returns the current CAN bus trigger ID.
TRIG:CAN:ID 125935441
TRIG:CAN:ID?

Writes or reads the ID of the CAN bus trigger.

integer - Returns the CAN bus trigger ID.
TRIG:CAN:ID 125935441
TRIG:CAN:ID?

Write or read the ID length of the CAN bus trigger when the trigger condition is Remote or ID+ Data.

NameTypeValuesDescription
id_lengthenum11BITS | 29BITSSets the CAN trigger ID length.

Write or read the ID length of the CAN bus trigger when the trigger condition is Remote, ID+ Data.

enum - Returns the current CAN trigger ID length.
TRIG:CAN:IDL 29BITS
TRIG:CAN:IDL?

Writes or reads the source of the CAN bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>CAN trigger source channel.
enum - Returns the current CAN trigger source.
TRIG:CAN:SOUR C2
TRIG:CAN:SOUR?

Writes or reads the source of the CAN bus trigger.

enum - Returns the CAN bus trigger source.
TRIG:CAN:SOUR?

Writes or reads the threshold of the source on the CAN bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the threshold value of the source on the CAN bus trigger.
TRIG:CAN:THR 1.50E+00
TRIG:CAN:THR?

Writes or reads the threshold of the source on the CAN bus trigger.

real - Returns the CAN bus trigger threshold value.
TRIG:CAN:THR 1.50E+00
TRIG:CAN:THR?

Writes or reads the baud rate of the LIN bus trigger.

NameTypeValuesDescription
baudenum600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | CUS TomBaud rate to set for the LIN bus trigger.
TRIG:LIN:BAUD 9600bps
TRIG:LIN:BAUD?

Writes or reads the baud rate of the LIN bus trigger.

enum - Returns the present LIN bus trigger baud rate.
TRIG:LIN:BAUD 9600bps
TRIG:LIN:BAUD?

Write or read the trigger condition for the LIN bus trigger.

NameTypeValuesDescription
conditionenumBReak | ID | ID_AND_DATA | DATA_ERRORSelects the LIN trigger condition.
TRIG:LIN:COND ID_AND_DATA
TRIG:LIN:COND?

Returns or sets the trigger condition for the LIN bus trigger.

enum - Returns the current LIN trigger condition.
TRIG:LIN:COND ID_AND_DATA
TRIG:LIN:COND?

Writes or reads the data2 value of the LIN bus trigger. The special value 256 is used as a don't care value to ignore data2.

NameTypeValuesDescription
datainteger0 - 256Data2 value for the LIN bus trigger.
integer - Returns the current data2 value.
TRIG:LIN:DAT2 73
TRIG:LIN:DAT2?

Writes or reads the data2 value of the LIN bus trigger. Use 256 as the don't-care value to ignore data2.

integer - Returns the current data2 value of the LIN bus trigger.
TRIG:LIN:DAT2 73
TRIG:LIN:DAT2?

Writes or reads the LIN trigger data value. The value is an NR1 integer in the range 0 to 256; 256 is the don't-care value used to ignore the data value.

NameTypeValuesDescription
datainteger0 - 256LIN trigger data value.
integer - Returns the current LIN trigger data value.
TRIG:LIN:DATA 69
TRIG:LIN:DATA?

Returns or sets the LIN trigger data value. The value is an NR1 integer in the range 0 to 256; 256 is the don’t care data used to ignore the data value.

integer - Returns the current LIN trigger data value.
TRIG:LIN:DATA 69
TRIG:LIN:DATA?

Writes or reads the checksum error state of the LIN bus trigger when the trigger condition is Error.

NameTypeValuesDescription
stateenum0 | 1Sets the checksum error state; 0 means OFF and 1 means ON.
enum - Returns the checksum error state.
TRIG:LIN:ERR:CHEC 1
TRIG:LIN:ERR:CHEC?

Writes or reads the checksum error state of the LIN bus trigger when the trigger condition is Error.

NameTypeValuesDescription
stateenum0 | 1Sets the checksum error state; 0 means OFF and 1 means ON.
enum - Returns the checksum error state.
TRIG:LIN:ERR:CHEC 1
TRIG:LIN:ERR:CHEC?

Sets or reads the error frame length of the LIN bus trigger when the trigger condition is Error.

NameTypeValuesDescription
lengthinteger0 - 63Error frame length value in NR1 format.
TRIG:LIN:ERR:DLEN 42
TRIG:LIN:ERR:DLEN?

Writes or reads the error frame length of the LIN bus when the trigger condition is Error. The manual slice for this command does not show its syntax or return response.

Writes or reads the error frame ID of the LIN bus when the trigger condition is Error and the checksum error state is on.

NameTypeValuesDescription
idinteger0 - 63Value in NR1 format, including an integer and no decimal point.
integer - Returns the current error frame ID.
TRIG:LIN:ERR:ID 42
TRIG:LIN:ERR:ID?

Writes or reads the error frame ID of the LIN bus when the trigger condition is Error and the checksum error state is on.

integer - Returns the current error frame ID.
TRIG:LIN:ERR:ID 42
TRIG:LIN:ERR:ID?

Writes or reads the header parity error state of the LIN bus trigger when the trigger condition is Error.

NameTypeValuesDescription
stateenum0 | 1Header parity error state; 0 means OFF and 1 means ON.
TRIG:LIN:ERR:PAR 1
TRIG:LIN:ERR:PAR?

Write or read the header parity error state of the LIN bus trigger when the trigger condition is Error.

enum - Returns the header parity error state as 0 for OFF or 1 for ON.
TRIG:LIN:ERR:PAR 1
TRIG:LIN:ERR:PAR?

Write or read the sync byte error state of the LIN bus trigger.

NameTypeValuesDescription
stateenum0 | 1Sync byte error state; 0 means OFF and 1 means ON.
enum - Returns the sync byte error state.
TRIG:LIN:ERR:SYNC 1
TRIG:LIN:ERR:SYNC?

Write or read the sync byte error state of the LIN bus trigger.

NameTypeValuesDescription
stateenum0 | 1Sync byte error state: 0 means OFF, 1 means ON.
enum - Returns the sync byte error state.
TRIG:LIN:ERR:SYNC 1
TRIG:LIN:ERR:SYNC?
:TRIGger:LIN:IDset / query

Sets or queries the LIN ID value used for trigger conditions. The ID is an integer in NR1 format from 0 to 64; the manual notes that data value 64 can be used to ignore the ID value.

NameTypeValuesDescription
idinteger0 - 64LIN ID value in NR1 format.
integer - Returns the current LIN ID value.
TRIG:LIN:ID 43
TRIG:LIN:ID?

Returns the LIN ID value. The ID is set as an integer in NR1 format from 0 to 64, with 64 used as don't care data to ignore the ID value.

integer - Returns the current LIN ID value.
TRIG:LIN:ID 43
TRIG:LIN:ID?

Writes or reads the source of the LIN bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the LIN trigger source from an analog channel C<x> or a digital channel D<n>.
enum - Returns the current LIN bus trigger source, such as C2.
TRIG:LIN:SOUR C2
TRIG:LIN:SOUR?

Write or read the source of the LIN bus trigger.

enum - Returns the LIN trigger source.
TRIG:LIN:SOUR C2
TRIG:LIN:SOUR?

Writes or reads the threshold of the source on LIN bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
TRIG:LIN:THR 1.50E+00
TRIG:LIN:THR?

Writes or reads the threshold of the source on the LIN bus trigger.

real - Returns the threshold value in NR3 format.
TRIG:LIN:THR 1.50E+00
TRIG:LIN:THR?

Writes or reads the baud rate of the Flexray bus trigger.

NameTypeValuesDescription
baudenum2500kbps | 5Mbps | 10Mbps | CUSTomBaud rate of the Flexray bus trigger; CUSTom may be followed by an explicit value.
valueoptinteger1000000 - 20000000Custom baud rate value in NR1 format with no decimal point.
enum - Returns the current baud rate setting.
TRIG:FLEX:BAUD 2500kbps
TRIG:FLEX:BAUD?

Writes or reads the baud rate of the Flexray bus trigger.

enum - Returns the current baud rate of the Flexray bus trigger.
TRIG:FLEX:BAUD 2500kbps
TRIG:FLEX:BAUD?

Write or read the trigger condition of the FLEXray bus.

NameTypeValuesDescription
conditionenumTSS | FRAMe | SYMBol | ERRorSelects the FLEXray trigger condition.
enum - Returns the current trigger condition.
TRIG:FLEX:COND SYMB
TRIG:FLEX:COND?

Writes or reads the trigger condition of the FLEXray bus.

enum - Returns the current trigger condition.
TRIG:FLEX:COND SYMB
TRIG:FLEX:COND?

Writes or reads the frame cycle compare type of the FLEXray bus trigger.

NameTypeValuesDescription
typeenumANY | EQUal | GREaterthan | LESSthanSelects the frame cycle compare type.
enum - Returns the current frame cycle compare type.
TRIG:FLEX:FRAM:COMP LESS
TRIG:FLEX:FRAM:COMP?

Write or read the frame cycle compare type of the FLEXray bus trigger.

enum - Returns the current frame cycle compare type.
TRIG:FLEX:FRAM:COMP LESS
TRIG:FLEX:FRAM:COMP?

Writes or reads the frame cycle of the Flexray bus trigger.

NameTypeValuesDescription
cycleinteger0 - 63Frame cycle value in NR1 format, including an integer and no decimal point.
TRIG:FLEX:FRAM:CYCLE 0
TRIG:FLEX:FRAM:CYCLE?

Writes or reads the frame cycle of the FLEXray bus trigger.

NameTypeValuesDescription
cycleinteger0 - 63Frame cycle value in NR1 format; integer with no decimal point.
integer - Returns the frame cycle value.

Write or read the frame ID of the FLEXray bus trigger.

NameTypeValuesDescription
idinteger0 - 2048Frame ID value in NR1 format; 2048 is used as the don't care value to ignore the ID.
integer - Returns the current frame ID.
TRIG:FLEX:FRAM:ID 1793
TRIG:FLEX:FRAM:ID?

Writes or reads the cycle repetition of the FLEXray bus trigger when the cycle compare type is Equal.

NameTypeValuesDescription
timesenum1 | 2 | 4 | 8 | 16 | 32 | 64Number of cycle repetitions.
integer - Returns the cycle repetition value.
TRIG:FLEX:FRAM:REP 8
TRIG:FLEX:FRAM:REP?

Write or read the cycle repetition of the FLEXray bus trigger when the cycle compare type is Equal.

NameTypeValuesDescription
timesinteger1 - 64Cycle repetition count; allowed values are 1, 2, 4, 8, 16, 32, or 64.
integer - Returns the current cycle repetition count.
TRIG:FLEX:FRAM:REP 8
TRIG:FLEX:FRAM:REP?

Write or read the source of the FLEXray bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the trigger source from an analog channel (C<x>) or a digital channel (D<n>).

Returns the selected FLEXray trigger source.

enum - The selected trigger source.
TRIG:FLEX:SOUR C2
TRIG:FLEX:SOUR

Writes or reads the threshold of the source on the FLEXray bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the current threshold value.
TRIG:FLEX:THR 1.50E+00
TRIG:FLEX:THR?

Writes or reads the threshold of the source on the FLEXray bus trigger.

real - Returns the current threshold value in NR3 format.
TRIG:FLEX:THR?

Write or read the data baud rate of the CAN FD bus trigger when the frame type is Both or CAN FD.

NameTypeValuesDescription
baudenum500kbps | 1Mbps | 2Mbps | 5Mbps | 8Mbps | 10Mbps | CUSTomSets the CAN FD data baud rate; CUSTom may be followed by a numeric value.
valueoptinteger100000 - 10000000Custom baud rate value in NR1 integer format with no decimal point.
enum - Returns the current CAN FD data baud rate.
TRIG:CANF:BAUDD 500kbps
TRIG:CANF:BAUDD?

Write or read the data baud rate of the CAN FD bus trigger when the frame type is Both or CAN FD.

enum - Returns the data baud rate setting.
TRIG:CANF:BAUDD 500kbps
TRIG:CANF:BAUDD?

Write or read the nominal baud rate of the CAN FD bus trigger.

NameTypeValuesDescription
baudenum10kbps | 25kbps | 50kbps | 100kbps | 250kbps | 1Mbps | CUSTomSets the nominal baud rate; CUSTom may be followed by a custom value.
valueoptinteger10000 - 1000000Custom nominal baud rate value in NR1 format, integer only, no decimal point.
enum - Returns the current nominal baud rate setting.
TRIG:CANF:BAUDN 10kbps
TRIG:CANF:BAUDN?

Writes or reads the nominal baud rate of the CAN FD bus trigger.

enum - Returns the current nominal baud rate setting.
TRIG:CANF:BAUDN?

Write or read the trigger condition for the CAN FD bus trigger.

NameTypeValuesDescription
conditionenumSTARt | REMote | ID | ID_AND_DATA | ERRorSelects the CAN FD trigger condition.
TRIG:CANF:COND ID_AND_DATA
TRIG:CANF:COND?

Write or read the trigger condition for the CAN FD bus trigger.

enum - Returns the current CAN FD trigger condition.
TRIG:CANF:COND ID_AND_DATA
TRIG:CANF:COND?

Write or read the data of the CANFD bus trigger.

NameTypeValuesDescription
datainteger0 - 256Value in NR1 format, including an integer and no decimal point.
TRIG:CANFD:DATA 46
TRIG:CANFD:DATA?

Write or read the data of the CANFD bus trigger.

integer - Returns the current CANFD bus trigger data value.
TRIG:CANFD:DATA?

Writes or reads the frame type of the CAN FD bus trigger.

NameTypeValuesDescription
frame_typeenumBOTH | CAN | CANFdSelects the CAN FD trigger frame type.

Write or read the frame type of the CAN FD bus trigger.

enum - Returns the current frame type of the CAN FD bus trigger.
TRIG:CANF:FTYP CANF
TRIG:CANF:FTYP?

Writes or reads the source of the CANFD bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the trigger source as an analog channel C<x> or a digital channel D<n>.
enum - Returns the current source of the CANFD bus trigger.
TRIG:CANFD:SOUR C2
TRIG:CANFD:SOUR?

Writes or reads the source of the CANFD bus trigger.

enum - Returns the current trigger source.
TRIG:CANFD:SOUR C2
TRIG:CANFD:SOUR?

Writes or reads the CAN FD bus trigger ID when the trigger condition is Remote, ID, or ID+Data.

NameTypeValuesDescription
idinteger0 - 536870911CAN FD trigger ID value in NR1 format; use 29-bit range when the ID length is 29 bits.
TRIG:CANF:ID 90861836
TRIG:CANF:ID?

Writes or reads the CAN FD bus trigger ID when the trigger condition is Remote, ID, or ID+Data.

integer - Returns the current CAN FD bus trigger ID.
TRIG:CANF:ID 90861836
TRIG:CANF:ID?

Writes or reads the ID length of the CAN FD bus trigger.

NameTypeValuesDescription
lengthenum11BITS | 29BITSSets the CAN FD bus trigger ID length.
TRIG:CANF:IDL 29BITS
TRIG:CANF:IDL?

Writes or reads the ID length of the CAN FD bus trigger.

enum - Returns the current ID length setting.

Writes or reads the threshold of the source on the CANFD bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the threshold value.
TRIG:CANFD:THR 1.50E+00
TRIG:CANFD:THR?

Reads or writes the threshold of the CANFD bus trigger source.

real - Returns the threshold value.
TRIG:CANFD:THR 1.50E+00
TRIG:CANFD:THR?

Write or read the audio variant of the IIS bus trigger.

NameTypeValuesDescription
typeenumIIS | LJ | RJAudio variant to use for the IIS bus trigger.
enum - Returns the current audio variant of the IIS bus trigger.
TRIG:IIS:AVAR IIS
TRIG:IIS:AVAR?

Reads or sets the audio variant of the IIS bus trigger. The query returns the current variant.

enum - Returns the current audio variant.
TRIG:IIS:AVAR IIS
TRIG:IIS:AVAR?

Write or read the BCLK source of the IIS bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the BCLK source as either an analog channel C<x> or a digital channel D<n>.
string - Returns the current BCLK source.
TRIG:IIS:BCLKS C2
TRIG:IIS:BCLKS?

Writes or reads the BCLK source of the IIS bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the BCLK source, either an analog channel Cx or a digital channel Dn.
string - Returns the current BCLK source.
TRIG:IIS:BCLKS C2
TRIG:IIS:BCLKS?

Writes or reads the threshold of the BCLK on LIN bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the BCLK threshold value in NR3 format.
TRIG:IIS:BCLKT 1.50+00
TRIG:IIS:BCLKT?

Writes or reads the threshold of the BCLK on LIN bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the current BCLK threshold value in NR3 format.
TRIG:IIS:BCLKT 1.50+00
TRIG:IIS:BCLKT?

Returns or sets the bit order for the IIS bus trigger.

enum - Returns the current bit order.
TRIG:IIS:BIT MSB
TRIG:IIS:BIT?

Returns the current IIS bus bit order.

enum - Returns the current bit order setting.
TRIG:IIS:BIT?

Write or read the channel of the IIS bus trigger.

NameTypeValuesDescription
channelenumLEFT | RIGHTSelects the IIS trigger channel.
TRIG:IIS:CHAN RIGHT
TRIG:IIS:CHAN?

Writes or reads the channel of the IIS bus trigger.

enum - Returns the current IIS trigger channel.
TRIG:IIS:CHAN RIGHT
TRIG:IIS:CHAN?

Write or read the data compare type of the IIS bus trigger.

NameTypeValuesDescription
typeenumEQUal | GREaterthan | LESSthanSelects the IIS bus trigger compare type.
TRIG:IIS:COMP LESS
TRIG:IIS:COMP?

Write or read the data compare type of the IIS bus trigger.

enum - Returns the current data compare type.
TRIG:IIS:COMP LESS
TRIG:IIS:COMP?

Write or read the trigger condition of the IIS bus.

NameTypeValuesDescription
conditionenumDATA | MUTE | CLIP | GLITch | RISing | FALLingSelects the IIS bus trigger condition.
TRIG:IIS:COND DATA
TRIG:IIS:COND?

Write or read the trigger condition of the IIS bus.

enum - Returns the current trigger condition.

Sets or queries the data length for the IIS bus trigger. The value is an integer in NR1 format; its valid range depends on the channel bits and start bits.

NameTypeValuesDescription
valueinteger1 - 30Data length value in NR1 format.
integer - Returns the current data length value.
TRIG:IIS:DLEN 10
TRIG:IIS:DLEN?

Returns the current IIS data length. The value is written as an integer in NR1 format, and the allowed range depends on the channel bits and start bits.

integer - Current IIS data length.
TRIG:IIS:DLEN 10
TRIG:IIS:DLEN?

Writes or reads the data source of the IIS bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the IIS bus trigger data source, either an analog channel C<x> or a digital channel D<n>.
enum - Returns the current data source of the IIS bus trigger.
TRIG:IIS:DS C2
TRIG:IIS:DS?

Writes or reads the data source of the IIS bus trigger.

enum - Returns the current data source, such as an analog channel C<x> or digital channel D<n>.
TRIG:IIS:DS C2
TRIG:IIS:DS?

Write or read the threshold of the data source on the IIS bus trigger.

real - Returns the threshold value.
TRIG:IIS:DTHR 1.50E+00
TRIG:IIS:DTHR?

Reads the threshold of the data source on the IIS bus trigger.

real - Returns the current threshold value for the IIS bus trigger data source.
TRIG:IIS:DTHR 1.50E+00
TRIG:IIS:DTHR?

Sets or queries the BCLK edge slope used for the IIS bus trigger.

NameTypeValuesDescription
slopeenumRISing | FALLingSelects the BCLK edge slope.
enum - Returns the current BCLK edge slope.
TRIG:IIS:BCLK:EDGE RIS
TRIG:IIS:BCLK:EDGE?

Queries the selected BCLK edge slope for the IIS bus trigger. Returns the present slope setting.

enum - The current BCLK edge slope.
TRIG:IIS:BCLK:EDGE RIS
TRIG:IIS:BCLK:EDGE?
:TRIGger:IIS:LCHset / query

Write or read the level of the left channel on the IIS bus trigger.

NameTypeValuesDescription
levelenumLOW | HIGHSets the left-channel level on the IIS bus trigger.
TRIG:IIS:LCH HIGH
TRIG:IIS:LCH?

Write or read the level of the left channel on the IIS bus trigger.

NameTypeValuesDescription
levelenumLOW | HIGHSelects the left-channel trigger level.
enum - Returns the current left-channel trigger level.
TRIG:IIS:LCH HIGH
TRIG:IIS:LCH?

Write or read the value of the IIS bus trigger.

NameTypeValuesDescription
valueinteger-Value in NR1 format, including an integer and no decimal point.
integer - Returns the IIS bus trigger value.
TRIG:IIS:VAL 86
TRIG:IIS:VAL?

Write or read the value of the IIS bus trigger. The value is entered in NR1 format as an integer with no decimal point, and its valid range depends on TRIGger:IIS:DLENgth.

NameTypeValuesDescription
valueinteger-Value of the IIS bus trigger.
integer - Returns the current IIS bus trigger value.
TRIG:IIS:VAL 86
TRIG:IIS:VAL?

Write or read the WS source of the IIS bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the WS source.

Write or read the WS source of the IIS bus trigger.

NameTypeValuesDescription
sourceenumC<x> | D<n>Selects the WS source for the IIS bus trigger.

Write or read the threshold of the WS on IIS bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format, including a decimal point and exponent.
real - Returns the WS threshold value in NR3 format.
TRIG:IIS:WST 1.50E+00
TRIG:IIS:WST?

Writes or reads the threshold of the WS on the IIS bus trigger.

NameTypeValuesDescription
valuereal-4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offsetThreshold value in NR3 format.
real - Returns the threshold value in NR3 format.
TRIG:IIS:WST 1.50E+00
TRIG:IIS:WST?

Writes or reads the qualified type of the qualified trigger.

NameTypeValuesDescription
typeenumSTATe | STATE_DLY | EDGE | EDGE_DLYSelects the qualified trigger type.
optionoptenumLOW | HIGH | RISing | FALLingSelects the option associated with the chosen type; LOW/HIGH are valid for STATe or STATE_DLY, and RISing/FALLing are valid for EDGE or EDGE_DLY.
enum - Returns the current qualified type.
TRIG:QUAL:TYPE EDGE
TRIG:QUAL:TYPE?

Writes or reads the interval between data points for waveform transfer using the query WAVeform:DATA?.

NameTypeValuesDescription
valueinteger-Interval between data points for the waveform transfer.
WAV:INT 1

Write or read the interval between data points for the waveform transfer using the query WAVeform:DATA?.

NameTypeValuesDescription
valueinteger-Interval between data points for the waveform transfer.
:WAVeform:SOURceset / query

Writes or reads the source waveform to be transferred from the oscilloscope using WAVeform:DATA?.

NameTypeValuesDescription
sourceenumC<x> | F<x> | D<m>Selects the source waveform to transfer.
enum - Returns the selected waveform source.
WAV:SOUR C2
WAV:SOUR?

Writes or reads the source waveform to be transferred from the oscilloscope using WAVeform:DATA?.

enum - Returns the currently selected waveform source.
WAV:SOUR C2
WAV:SOUR?
:WAVeform:STARtset / query

Sets or reads the starting data point for waveform transfer using WAVeform:DATA?. The valid range depends on the current waveform point setting and the value set by WAVeform:POINt.

NameTypeValuesDescription
valueinteger-Starting data point for the waveform transfer.
integer - Returns the starting data point.
WAV:STAR 1000
WAV:STAR?

Writes or reads the starting data point for the waveform transfer using WAVeform:DATA?.

integer - Returns the starting data point for the waveform transfer.
WAV:STAR 1000
WAV:STAR?

Returns the maximum points of one piece when waveform data needs to be read in pieces.

integer - The maximum points of one piece.
WAV:MAXP?
:WAVeform:POINtset / query

Write or read the number of waveform points to be transferred.

NameTypeValuesDescription
valueinteger-Number of waveform points to transfer, in NR1 integer format.
WAV:POIN 20000
WAV:POIN?

Write or read the number of waveform points to be transferred.

integer - Returns the number of waveform points to be transferred.
WAV:POIN 20000
WAV:POIN?
:WAVeform:WIDThset / query

Write or read the current output format for the transfer of the waveform data.

NameTypeValuesDescription
typeenumBYTE | WORDOutput format used for waveform data transfer.

Returns the parameters of the current source as set by :WAVeform:SOURce. The response is a mixed ASCII and hexadecimal waveform preamble block.

block - Mixed ASCII and hexadecimal waveform preamble data.
WAV:PRE?

Returns the waveform data format width. The documented response for this query is BYTE.

enum - Returns the waveform width format.
WAV:WIDT BYTE
WAV:WIDT?

Returns the waveform data of the source selected by :WAVeform:SOURce for transfer from the oscilloscope. The response includes a data header followed by a binary waveform block.

block - Returns <header><waveform_data>, where <header> is 'DAT2,#9#<9-Digits>' and <waveform_data> is a binary block.
WAV:DATA?

Recall or read a user defined or predefined waveform.

NameTypeValuesDescription
modeenumINDEX | NAMESelects whether the waveform is specified by index or by name.
indexinteger0 - 47Index of the arbitrary waveform from table 47.1.
namestring-Name of the arbitrary waveform from table 47.1.
string - Returns the current arbitrary waveform setting as either an INDEX,<index> form or a NAME,<name> form.
C1:ARbW INDEX 12
C1:ARWV NAME,wave_1
C1:ARbW?

Read a user defined or predefined waveform for the selected channel. The waveform can be addressed by INDEX or by NAME.

string - Returns the selected arbitrary waveform as either an INDEX,<index> pair or a NAME,<name> pair.
C1:ARbW INDEX 12
C1:ARWV NAME,wave_1
C1:ARbW?

Write or read the basic wave parameters. The syntax shown is a parameter-value form for the specified output channel.

NameTypeValuesDescription
parameter--A parameter from table 47.2.
value--The value of the corresponding parameter.
C1:ARbW INDEX 12
C1:ARWV NAME,wave_1
C1:ARbW?

Returns the basic waveform settings for the selected channel. The response includes waveform type and related parameters such as frequency, period, amplitude, offset, and other shape-dependent values.

string - Returns the current basic waveform settings for the selected channel.
C1:BSWV FRQ,2000
C1:BSWV FRQ?
<channel>:OUTPutset / query

Writes or reads the output port(s) at the front panel. The output state is ON or OFF.

NameTypeValuesDescription
stateenumON | OFFSets the output state.
loadenum50 | HZSelects the output load.
C1:OUTP ON
C1:OUTP?

Reads the output port state at the front panel. The slice states the output can be ON or OFF.

enum - Returns the output port state.
C1:OUTP?
<channel>:SYNCset / query

Write or read the synchronization signal.

NameTypeValuesDescription
channelenumC1Output channel selector.
stateenumON | OFFSynchronization signal state.
C1:SYNC OFF
C1:SYNC?

Write or read the synchronization signal.

enum - Returns the synchronization state for channel C1.
C1:SYNC?

Returns the stored waveforms list with indexes and names. If the store unit is empty, the command returns the string "EMPTY".

string - Returns the stored waveforms list with indexes and names, or "EMPTY" if the store unit is empty.

:VOLTPRTset / query

Writes or reads the state of over-voltage protection.

NameTypeValuesDescription
stateenumON | OFFEnables or disables over-voltage protection.
VOLTPRT ON

Write or read the state of over-voltage protection.

enum - Returns the over-voltage protection state.
VOLTPRT ON
VOLTPRT?