Queries the instrument identification string. The response comprises manufacturer, model, serial number, software version, and firmware version.
*IDN?
SCPI COMMAND REFERENCE
The B&K Precision BK-PRECISION-2569B 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
Queries the instrument identification string. The response comprises manufacturer, model, serial number, software version, and firmware version.
*IDN?
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.
OUTP:STAT 1;*OPC
Places an ASCII character 1 in the output queue when the selected device operation completes.
Initiates a device reset and recalls the default setup equivalent to the front-panel Default key.
*RST
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
Captures the screen and returns the data of the selected file.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | BMP | PNG | Selects the output file format. |
PRIN? BMP PRIN? PNG
Writes and reads the rate of waveform capture. This command can provide a high-speed waveform capture rate to help capture signal anomalies.
| Name | Type | Values | Description |
|---|---|---|---|
| rate | enum | FAST | SLOW | Selects the waveform capture rate. |
ACQ:AMOD FAST ACQ:AMOD?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Selects the interpolation method. |
ACQ:INT ON ACQ:INT?
Writes and reads the maximum memory depth.
| Name | Type | Values | Description |
|---|---|---|---|
| memory_size | enum | 20k | 200k | 2M | 20M | 200M | Maximum memory depth in single-channel mode. |
ACQ:MDEP 200M ACQ:MDEP?
Writes and reads the acquisition mode of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| mode_type | enum | YT | XY | ROLL | Acquisition mode to set. |
ACQ:MODE YT ACQ:MODE?
Returns the number of sampled points of the current waveform on the screen.
ACQ:POIN?
Write or read the sequence acquisition mode.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| count | integer | - | Number of memory segments to acquire. |
ACQ:SEQ:COUN? 5 ACQ:SEQ:COUN?
Returns the current sampling rate.
ACQ:SRAT?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | NORMal | PEAK | AVERage | ERES | Selects the acquisition mode. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number in NR1 format, including an integer and no decimal point. |
| bwlimit | enum | FULL | 20M | 200M | Sets 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number in NR1 format, an integer with no decimal point. |
| coupling_mode | enum | DC | AC | GND | Sets the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Selected channel number in NR1 format. |
| impedance | enum | ONEMeg | FIFTy | Input impedance setting; ONEMeg means 1 Mohm and FIFTy means 50 ohm. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables channel inversion. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number in NR1 format. |
| state | enum | ON | OFF | Enables or disables the channel label. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| qstring | string | - | Quoted string of ASCII text; length limited to 20 characters. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| offset_value | real | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| attenuation | enum | DEFault | VALue | Selects either the default probe attenuation or an explicit value. |
| valueopt | real | 1E-6 - 1E6 | Probe attenuation ratio used when attenuation is VALue. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number, in NR1 format, as an integer with no decimal point. |
| scale | real | V/div | Vertical sensitivity value in NR3 format, including a decimal point and exponent. |
CHAN1:SCAL 5.00E-02 CHAN1:SCAL?
Writes or reads the channel-to-channel skew factor for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| skew_value | real | -1.00E-07 - 1.00E-07 | Skew value to apply to the specified channel. |
Writes or reads the display state of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Display state for the specified channel. |
CHAN1:SWIT ON CHAN1:SWIT?
Writes or reads the unit of input signal for the specified channel. The available units are voltage (V) and current (A).
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number in NR1 format. |
| unit | enum | V | A | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Channel number in NR1 format. |
| display_state | enum | ON | OFF | Turns the channel display on or off. |
CHAN2:VIS ON CHAN2:VIS?
Writes or reads the state of the cursor function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the cursor function state. |
CURS ON CURS?
Returns the current value of cursor 1/(X1 − X2).
CURS:IXD?
Writes or reads the cursor mode, and the type of cursor to be displayed in manual mode.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | TRACk | MANual | Selects track cursors or manual cursors. |
| modeopt | enum | X | Y | Y | Type 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.
CURS:MODE MAN,X CURS:MODE?
Writes or reads the tag type of the cursor value.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | FIXed | FOLLowing | Selects the cursor value tag type. |
CURS:TAGS FOLL CURS:TAGS?
Write or read the tag type of the cursor value.
CURS:TAGS FOLL CURS:TAGS?
Writes or reads the state of the cursor function.
CURS?
Writes or reads the source of cursor source 1.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | F<x> | REFA | REFB | REFC | REFD | DIGital | HISTOGram | Selects the source for cursor source 1. |
CURS:SOUR1 C1 CURS:SOUR?
Write or read the source of cursor source 1.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | F<x> | REFA | REFB | REFC | REFD | DIGital | HISTOGram | Selects the source for cursor source 1. |
CURS:SOUR1 C1 CURS:SOUR?
Write or read the position of cursor X1.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Position of the X1 cursor in NR3 format, including a decimal point and exponent. |
CURS:X1 1.00E-06 CURS:X1?
Writes or reads the position of cursor X1.
CURS:X1?
Returns the horizontal difference between cursor X1 and cursor X2.
CURS:XDEL?
Writes or reads the expansion strategy around the cursor X.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | DELay | POSition | Selects 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.
CURS:XREF DEL CURS:XREF?
Writes or reads the position of cursor Y1.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -vertical_grid/2*vertical_scale - vertical_grid/2*vertical_scale | Cursor 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.
CURS:Y1 1.20E+01 CURS:Y1
Returns the vertical difference between the cursor Y1 and cursor Y2.
CURS:YDEL?
Write or read the expansion strategy of the Y cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | OFFSet | POSition | Selects how the Y cursor behaves when the vertical scale changes. |
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.
CURS:YREF? CURS:YREF OFFS
Write or read the state of the decode function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the decode function state. |
DEC ON DEC?
Writes or reads the list decode result state.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | D1 | D2 | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 7 | 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.
DEC:LIST:LINE 6 DEC:LIST:LINE?
Writes or reads the list decode result state.
DEC:LIST D1 DEC:LIST?
Writes or reads the state of the decode function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the decode function state. |
DEC ON DEC?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Selects the affected decode bus. |
| state | enum | ON | OFF | Turns the decode bus operation on or off. |
DEC:BUS1 ON DEC:BUS1?
Synchronizes the decoding settings with the trigger settings. The bus number suffix selects bus 1 or 2.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Selects the decode bus affected by the command. |
| operation | enum | FROMtrigger | TOTRigger | Chooses 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number suffix selecting the affected decode bus. |
DEC:BUS1 ON DEC:BUS1?
Writes or reads the selected line when the decode list is turned on.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Selected line number in NR1 format. |
DEC:LIST:SCR 3 DEC:LIST:SCR?
Reads or writes the selected line when the decode list is turned on.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | BINary | DECimal | HEX | ASCii | Display format for the specified decode bus. |
| n | integer | 1 - 2 | Selects the decode bus to be affected. |
DEC:BUS1:FORM ASCii DEC:BUS1:FORM?
Writes or reads the display format of the specified decode bus.
DEC:BUS1:FORM ASCii DEC:BUS1:FORM?
Write or read the protocol of the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| protocol | enum | IIC | SPI | UART | CAN | LIN | FLEXray | CANFd | IIS | M1553 | Protocol of the specified bus. |
DEC:BUS1:PROT IIC DEC:BUS1:PROT?
Writes or reads the protocol of the specified decode bus.
DEC:BUS1:PROT IIC DEC:BUS1:PROT?
Write or read the decoding result, which includes the read bit and the write bit.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables the decoding result. |
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.
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>.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the IIC bus SCL source. |
DEC:BUS1:IIC:SCLS C1 DEC:BUS1:IIC:SCLS?
Returns the current SCL source of the IIC bus.
DEC:BUS1:IIC:SCLS?
Writes or reads the threshold of the SCL on the IIC bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
DEC:BUS1:IIC:SCLT 1.00E+00 DEC:BUS1:IIC:SCLT?
Write or read the threshold of the SCL on IIC bus.
DEC:BUS1:IIC:SCLT 1.00E+00 DEC:BUS1:IIC:SCLT?
Write or read the SDA source of the IIC bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the SDA source for the specified IIC bus. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the SDA source as either an analog channel C<x> or a digital channel D<m>. |
DEC:BUS1:IIC:SDAS C1 DEC:BUS1:IIC:SDAS?
Write or read the threshold of the SDA on the IIC bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for SDA on the IIC bus. |
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].
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.
| Name | Type | Values | Description |
|---|---|---|---|
| order | enum | LSB | MSB | Bit order to use on the selected SPI bus. |
DEC:BUS1:SPI:BIT LSB DEC:BUS1:SPI:BIT?
Writes or reads the bit order of the selected SPI bus.
DEC:BUS1:SPI:BIT LSB DEC:BUS1:SPI:BIT?
Write or read the CLK source of the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the SPI CLK source from an analog channel C<x> or a digital channel D<m>. |
DEC:BUS1:SPI:CLKS C1 DEC:BUS1:SPI:CLKS
Writes or reads the 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].
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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].
DEC:BUS1:SPI:CLKT 1.00E+00 DEC:BUS1:SPI:CLKT?
Write or read the CS source of the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the CS source for the specified SPI bus. |
DEC:BUS1:SPI:CSS C1 DEC:BUS1:SPI:CSS?
Writes or reads the CS source of the SPI bus.
DEC:BUS1:SPI:CSS C1 DEC:BUS1:SPI:CSS?
Write or read the threshold of the CS on the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | NCS | CS | TIMeout | Chip selection type to set; TIMeout may include an optional time value. |
| timeopt | real | 1.00E-07 - 5.00E-03 | Timeout 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 4 - 32 | Data 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | RISing | FALLing | Selects 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | DIS | Selects the MISO source as an analog channel, a digital channel, or no source. |
DEC:BUS1:SPI:MISOS C1 DEC:BUS1:SPI:MISOS?
Writes or reads the MISO source of the SPI bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
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].
Write or read the MOSI source of the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | DIS | Selects the SPI bus MOSI source; DIS means no source selected. |
DEC:BUS1:SPI:MOSIS C1 DEC:BUS1:SPI:MOSIS?
Write or read the MOSI source of the SPI bus.
DEC:BUS1:SPI:MOSIS C1 DEC:BUS1:SPI:MOSIS?
Write or read the threshold of the MOSI.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
DEC:BUS1:SPI:MOSIT 1.00E+00 DEC:BUS1:SPI:MOSIT?
Writes or reads the MOSI threshold of the SPI bus.
DEC:BUS1:SPI:MOSIT?
Writes or reads the NCS source of the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the NCS source for the SPI bus. |
DEC:BUS1:SPI:NCSS C1 DEC:BUS1:SPI:NCSS?
Write or read the NCS source of the SPI bus.
DEC:BUS1:SPI:NCSS C1 DEC:BUS1:SPI:NCSS?
Write or read the threshold of the NCS on the SPI bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Identifies the UART bus to affect. |
| baud | enum | 600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | 384 00bps | 57600bps | 115200bps | CUSTom | Sets the UART baud rate; CUSTom may be followed by a numeric value in NR1 format. |
| valueopt | integer | 300 - 20000000 | Custom baud rate value in NR1 format with no decimal point. |
DEC:BUS1:UART:BAUD 9600bps DEC:BUS1:UART:BAUD?
Writes or reads the baud rate of the UART bus.
DEC:BUS1:UART:BAUD 9600bps DEC:BUS1:UART:BAUD?
Writes or reads the bit order of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| order | enum | LSB | MSB | Selects the UART bit order. |
DEC:BUS1:UART:BIT LSB DEC:BUS1:UART:BIT?
Writes or reads the bit order of the UART bus.
Write or read the data length of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 5 - 8 | Data length setting in NR1 integer format. |
DEC:BUS1:UART:DLEN 5 DEC:BUS1:UART:DLEN?
Writes or reads the data length of the UART bus.
Write or read the idle level of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| idle | enum | LOW | HIGH | Idle level for the UART bus. |
DEC:BUS1:UART:IDLE LOW DEC:BUS1:UART:IDLE?
Writes or reads the idle level of the selected UART bus.
DEC:BUS1:UART:IDLE LOW DEC:BUS1:UART:IDLE?
Write or read the parity check of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number attached as a suffix to BUS; defines the bus affected by the command. |
| parity | enum | NONE | ODD | EVEN | MARK | SPACe | Parity check setting for the UART bus. |
DEC:BUS1:UART:PAR NONE DEC:BUS1:UART:PAR?
Writes or reads the UART bus parity check setting.
DEC:BUS1:UART:PAR NONE DEC:BUS1:UART:PAR?
Write or read the RX source of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | DIS | Selects the UART receive source; C<x> and D<m> refer to analog and digital channels, and DIS means no source selected. |
DEC:BUS1:UART:RXS C1 DEC:BUS1:UART:RXS?
Write or read the RX source of the UART bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | RX threshold value. |
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.
DEC:BUS1:UART:RXT?
Writes or reads the length of the UART stop bit for the selected bus.
| Name | Type | Values | Description |
|---|---|---|---|
| bit | enum | 1 | 1.5 | 2 | Stop bit length to set on the UART bus. |
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.
DEC:BUS1:UART:STOP 1 DEC:BUS1:UART:STOP?
Write or read the TX source of the UART bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | DIS | Selects the UART TX source; DIS means no source selected. |
DEC:BUS1:UART:TXS C1 DEC:BUS1:UART:TXS?
Write or read the TX source of 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | CUSTom | Baud rate to set for the LIN bus. |
| valueopt | integer | 300 - 20000000 | Custom 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.
DEC:BUS1:LIN:BAUD 9600bps DEC:BUS1:LIN:BAUD?
Write or read the source of the LIN bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for the LIN bus source. |
DEC:BUS1:LIN:THR 1.00E+00 DEC:BUS1:LIN:THR?
Write or read the threshold of the source on the selected LIN bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 2500kbps | 5Mbps | 10Mbps | CUSTom | Sets the Flexray bus baud rate; CUSTom can be followed by a custom value. |
| valueopt | integer | 1000000 - 20000000 | Custom baud rate value in NR1 format when CUSTom is selected. |
DEC:BUS1:FLEX:BAUD 5Mbps DEC:BUS1:FLEX:BAUD?
Write or read the baud rate of the Flexray bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the Flexray bus source, either an analog channel C<x> or a digital channel D<m>. |
DEC:BUS1:FLEX:SOUR C1 DEC:BUS1:FLEX:SOUR?
Returns the source of the Flexray bus.
DEC:BUS1:FLEX:SOUR?
Writes or reads the threshold of the source on the Flexray bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for the Flexray source. |
DEC:BUS1:FLEX:THR 1.00E+00 DEC:BUS1:FLEX:THR?
Write or read the threshold of the source on the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 500kbps | 1Mbps | 2Mbps | 5Mbps | 8Mbps | 10Mbps | CUSTom | Sets the data baud rate; CUSTom allows an additional <value> in NR1 integer format. |
| valueopt | integer | 100000 - 10000000 | Custom baud-rate value in NR1 format with no decimal point. |
DEC:BUS1:CANF:BAUDD 500kbps DEC:BUS1:CANF:BAUDD?
Writes or reads the data baud rate of the specified CAN FD bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 10kbps | 25kbps | 50kbps | 100kbps | 250kbps | 1Mbps | CUSTom | Nominal baud rate to set. |
| valueopt | integer | 10000 - 1000000 | Custom 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.
DEC:BUS1:CANF:BAUDN?
Write or read the source of the CAN FD bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the source as either an analog channel Cx or a digital channel Dm. |
DEC:BUS1:CANF:SOUR C1 DEC:BUS1:CANF:SOUR?
Writes or reads the source of the CAN FD bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number attached as a suffix to BUS. |
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
DEC:BUS1:CANF:THR 1.00E+0 DEC:BUS1:CANF:THR?
Write or read the channel for IIS bus to be annotated.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | ALL | LEFT | RIGHt | Specifies which channel of the IIS bus is annotated. |
DEC:BUS1:IIS:ANN ALL DEC:BUS1:IIS:ANN?
Writes or reads the channel for IIS bus annotation.
DEC:BUS1:IIS:ANN ALL DEC:BUS1:IIS:ANN?
Write or read the audio variant for IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | I2S | LJ | RJ | Selects the IIS audio variant. |
DEC:BUS1:IIS:AVAR RJ DEC:BUS1:IIS:AVAR?
Write or read the audio variant for the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus index attached as a suffix to BUS and defining the bus affected by the command. |
| type | enum | I2S | LJ | RJ | Audio variant to select: I2S justified, LJ left justified, or RJ right justified. |
DEC:BUS1:IIS:AVAR RJ DEC:BUS1:IIS:AVAR?
Sets or reads the BCLK source of the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the BCLK source as either an analog channel C<x> or a digital channel D<m>. |
DEC:BUS1:IIS:BCLKS C1 DEC:BUS1:IIS:BCLKS?
Write or read the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
| n | enum | 1 | 2 | Selects 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.
DEC:BUS1:IIS:BCLKT 1.00E+00 DEC:BUS1:IIS:BCLKT?
Write or read the bit order for the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| order | enum | LSB | MSB | Selects the IIS bus bit order. |
DEC:BUS1:IIS:BIT LSB DEC:BUS1:IIS:BIT?
Writes or reads the bit order for the IIS bus.
DEC:BUS1:IIS:BIT LSB DEC:BUS1:IIS:BIT?
Writes or reads the data bits for the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 32 | 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.
Writes or reads the data source of the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the IIS bus data source. |
DEC:BUS1:IIS:DS C1 DEC:BUS1:IIS:DS?
Writes or reads the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
DEC:BUS1:IIS:DTHR 1.00E+00 DEC:BUS1:IIS:DTHR?
Writes or reads the sampling edge of BCLK on the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | RISing | FALLing | Selects the 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| left | enum | LOW | HIGH | Sets the left-channel level. |
DEC:BUS1:IIS:LCH LOW DEC:BUS1:IIS:LCH?
Write or read the level of the left channel.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 31 | Start bit value in NR1 format. |
DEC:BUS1:IIS:SBIT 1 DEC:BUS1:IIS:SBIT?
Write or read 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<m> | Selects the WS source for the IIS bus. |
DEC:BUS1:IIS:WSS C1 DEC:BUS1:IIS:WSS?
Write or read the WS source of the IIS bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | NR3-formatted threshold value, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Lower threshold value in NR3 format, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Lower threshold value in NR3 format, including a decimal point and exponent. |
DEC:BUS1:M1553:LTHR 1.00E+00 DEC:BUS1:M1553:LTHR?
Write or read the source of the M1553 bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Selects the analog channel used as the M1553 source. |
DEC:BUS1:M1553:SOUR C1 DEC:BUS1:M1553:SOUR?
Write or read the source of the M1553 bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Source channel for the M1553 bus. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Upper 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.
DEC:BUS1:M1553:UTHR?
Write or read the state of the digital function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables the channel. |
DIG ON DIG?
Writes or reads the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | integer | 0 - # digital channels - 1 | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | string | - | Specifies the digital channel as D<x>. |
DIG:ACT D5 DIG:ACT?
Resets the digital channel bus bit order.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | Defines 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables the bus display. |
| n | integer | 1 - 2 | Selects 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.
DIG?
Returns the display state of the specified digital bus.
DIG:BUS1:DISP?
Write or read the display format of the specified digital bus.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | BINary | DECimal | HEX | ASCii | Display format for the selected digital bus. |
DiG:BUD1:FORM HEX DiG:BUD1:FORM ?
Writes or reads the display format of the specified digital bus.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | BINary | DECimal | HEX | ASCii | Display format for the selected 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | integer | 0 - # digital channels - 1 | Digital channel number specified in NR1 format. |
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.
DIG:BUS1:MAP D0,D3,D7,D15 DIG:BUS1:MAP?
Writes or reads the state of the specified digital channel. ON enables the channel and OFF disables it.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - # digital channels - 1 | Selects the digital channel index in NR1 format. |
| state | enum | ON | OFF | Sets 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - # digital channels - 1 | Digital channel number in NR1 format. |
DIG:D5 OFF DIG:D5?
Write or read the height of the digital channel waveform display.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 4.00E+00 - 8.00E+00 | Number 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.
DIG:HEIG 6.00E+00 DIG:HEIG?
Write or read the label text of the selected digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - # digital channels - 1 | Selects the digital channel number in NR1 format. |
| string | string | - | Quoted ASCII label text for the selected digital channel, limited to 7 characters. |
DIG:LAB15 "IIC_DATA" DIG:LAB15?
Write or read the label text of the selected digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - # digital channels - 1 | Selects the digital channel index. |
DIG:LAB15 "IIC_DATA" DIG:LAB15?
Returns the number of sampling points of the digital channel.
DIG:POIN?
Write or read the position of the digital channel waveform display.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | - | Number of divisions the digital waveform moves from top to bottom of the waveform area when the waveform area is not compressed. |
DIG:POS 4.00E+00 DIG:POS?
Write or read the position of the digital channel waveform display.
DIG:POS?
Write or read the skew of the digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -1.00E-07 - 1.00E-07 | Skew 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.
DIG:SKEW 1.00E-07 DIG:SKEW?
Returns the sampling rate of the digital channel.
Write or read the threshold value of the digital channel group.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Selects the digital channel group: 1 for D0-D7 or 2 for D8-D15. |
| type | enum | TTL | CMOS | LVCMOS33 | LVCMOS25 | CUSTom | Sets the threshold type for the selected digital channel group; CUSTom allows an explicit threshold value. |
| valueopt | real | -1.00E+01 - 1.00E+01 | Custom threshold value in NR3 format, including a decimal point and exponent. |
DIG:THR1 CMOS DIG:THR1?
Reads the threshold value of the specified digital channel group. The command also writes the threshold when used without '?'.
DIG:THR1 CMOS DIG:THR1?
Writes or reads the backlight level of the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 100 | Backlight 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 100 | Backlight level, where 0 is least bright and 100 is brightest. |
DISP:BACK 100 DISP:BACK?
Clears the waveform displayed on the screen.
DISP:CLE
Writes or reads the state of the color grade.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the color grade state. |
DISP:COL ON DISP:COL?
Writes or reads the state of the color grade.
DISP:COL ON DISP:COL?
Writes or reads the brightness level of the grid.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 100 | Brightness level of the grid. |
Write or read the brightness level of the grid.
DISP:GRAT 50 DISP:GRAT?
Write or read the type of grid to display.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | FULL | LIGHt | NONE | Type of grid to display. |
DISP:GRID LIGH DISP:GRID?
Writes or reads the type of grid to display.
DISP:GRID LIGH DISP:GRID?
Write or read the intensity level of the waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 100 | Intensity level of the waveform. |
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.
Write or read the persistence duration of the display, in seconds, in persistence mode.
| Name | Type | Values | Description |
|---|---|---|---|
| time | enum | OFF | INFinite | 1S | 5S | 10S | 30S | Persistence duration or persistence mode setting. |
DISP:PERS 5S DISP:PERS?
Writes or reads the persistence duration of the display, in seconds, in persistence mode.
DISP:PERS 5S DISP:PERS?
Write or read the transparency level of the information bar.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 100 | Transparency level to set; 0 is the least transparent and 100 is the most transparent. |
DISP:TRAN 80 DISP:TRAN?
Write or read the transparency level of the information bar.
DISP:TRAN 80 DISP:TRAN?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | VECTor | DOT | Interpolation style between data points. |
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.
DISP:TYPE VECT DISP:TYPE?
Writes or reads the display mode of the FFT waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | SPLit | FULL | EXCLusive | Selects how the FFT waveform is displayed. |
FUNC:FFTD SPL FUNC:FFTD?
Write or read the display mode of the FFT waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | SPLit | FULL | EXCLusive | Selects the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the integral operation state. |
FUNC:INTG ON FUNC:INTG?
Write or read the state of the integral operation. The query 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Gate 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].
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Position 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.
FUNC:INTG:GB 2.00E-07 FUNC:INTG:GB?
Sets or reads the state of math function n, where n is 1 or 2.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables the selected math function. |
FUNC1 ON FUNC1?
Writes or reads the step size of the differential operation for function n.
| Name | Type | Values | Description |
|---|---|---|---|
| dx | integer | 2 - 20 | Step size value in NR1 format. |
FUNC1:DIFF:DX 8 FUNC1:DIFF:DX?
Returns the step size of the differential operation for the selected math function.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | SPAN | PEAK | NORMal | Selects 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.
FUNC1?
Returns the FFT horizontal center frequency for the selected math function. The query response is given in Hz.
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| load | integer | 1 - 1000000 | Value 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.
| Name | Type | Values | Description |
|---|---|---|---|
| load | integer | 1 - 1000000 | Sets the external FFT load value in NR1 format. |
FUNC2:FFT:LOAD 50 FUNC2:FFT:LOAD?
Write or read the acquisition mode of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | NORMal | MAXHold | AVERage | Sets the FFT acquisition mode; AVERage may be followed by a numeric count. |
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.
FUNC2:FFT:MODE?
Writes or reads the maximum number of points for the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| point | enum | 2k | 4k | 8k | 16k | 32k | 64k | 128k | 256k | 512k | 1M | 2M | Maximum number of FFT points. |
FUNC2:FFT:POIN 2M FUNC2:FFT:POIN?
Writes or reads the maximum number of points for the FFT operation.
FUNC2:FFT:POIN 2M FUNC2:FFT:POIN?
Restarts counting when the acquisition mode is average.
FUNC2:FFT:RESET
Writes or reads the reference level of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -280 - 200 | Reference level for the FFT operation. |
FUNC2:FFT:RLEVel 2M FUNC2:FFT:RLEVel?
Writes or reads the reference level of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -280 - 200 | Reference 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.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | - | Vertical scale of the FFT. |
FUNC2:FFT:SCAL 2.00E+01 FUNC2:FFT:SCAL?
Writes or reads the search tools type of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | OFF | PEAK | MARKer | Search tools type for the FFT operation. |
Write or read the search tools type of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | OFF | PEAK | MARKer | Search tools type for the FFT operation. |
FUNC2:FFT:SEAR MAR FUNC2:FFT:SEAR?
Writes or reads the search excursion of the search tool (marker or peak) for the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 0 - 1.60E+02 | Excursion 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. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -1.60E+02 - 8.00E+01 | Threshold value in NR3 format, including a decimal point and exponent. |
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.
FUNC2:FFT:SEAR:THR?
Returns or sets the unit used for the FFT operation. The query returns DBVrms.
FUNC2:FFT:UNIT DBVrms FUNC2:FFT:UNIT?
Returns the FFT unit setting for the specified function.
FUNC2:FFT:UNIT DBVrms FUNC2:FFT:UNIT?
Write or read the window type of the FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| window | enum | RECTangle | BLACkman | HANNing | HAMMing | FLATtop | Sets the FFT window type. |
FUNC2:FFT:WIND FLAT FUNC2:FFT:WIND?
Writes or reads the window type of the FFT operation.
FUNC2:FFT:WIND FLAT FUNC2:FFT:WIND?
Writes or reads the dc offset of the integrate operation.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | -1.67E+00 - 1.67E+00 | DC 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.
FUNC1:INT:OFFS 1.00E-01 FUNC1:INT:OFFS?
Write or read the invert state of the math waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the invert state of the selected math waveform. |
FUNC1:INV ON FUNC1:INV?
Writes or reads the invert state of the selected math waveform.
FUNC1:INV ON FUNC1:INV?
Writes or reads the state of the specified math label.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Turns the specified math label on or off. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | Quoted ASCII label text, up to 20 characters. |
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.
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.
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>.
| Name | Type | Values | Description |
|---|---|---|---|
| operation | enum | ADD | SUBTract | MULTiply | DIVision | INTegrate | DIFF | FFT | SQRT | ERES | AVERage | Operation to perform for the selected math function. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| operation | enum | ADD | SUBTract | MULTiply | DIVision | INTegrate | DIFF | FFT | SQRT | ERES | AVERage | Math operation to apply to 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.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | - | Vertical position offset in NR3 format, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | - | 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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.
FUNC2:SOUR1?
Write or read the mode of the history function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the history function mode. |
HISTOR ON HISTOR?
Writes or reads the number of the history frame.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | 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.
Writes or reads the play interval of the history frame.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 1.00E-06 - 1 | Play interval of the history frame. |
HISTOR:INTER 1.00E-03 HISTOR:INTER?
Write or read the play interval of the history frame.
HISTOR:INTER 1.00E-03 HISTOR:INTER?
Write or read the state of the history list.
Write or read the state of the history list.
Reads the mode of the history function.
HISTOR?
Write or read the play state of the history waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | BACKWards | PAUSe | FORWards | Sets the history waveform playback direction or pauses playback. |
HISTOR:PLAY BACKW HISTOR:PLAY?
Write or read the play state of the history waveform.
HISTOR:PLAY BACKW HISTOR:PLAY?
Returns the acquire timestamp of the current frame.
HISTOR:TIME?
Writes or reads the state of the measurement function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the measurement function. |
MEAS ON MEAS?
Writes or reads the total number of advanced measurement items displayed.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 12 | Number of advanced measurement items displayed. |
MEAS:ADV:LIN 12 MEAS:ADV:LIN?
Reads or writes 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.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 12 | Specifies the measurement item number. |
| state | enum | ON | OFF | Turns the specified measurement item on or off. |
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.
MEAS:ADV:P1 ON MEAS:ADV:P1?
Reads the state of the measurement function.
MEAS?
Writes or reads the source1 of the specified advanced measurement item.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 12 | Advanced measurement item number. |
| source | enum | C<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFD | Selects 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.
MEAS:ADV:P1:SOUR1 C1 MEAS:ADV:P1:SOUR1?
Returns statistics for the specified advanced measurement item.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | ALL | CURRent | MEAN | MAXimum | MINimum | STDev | COUNt | Selects which statistic to return for the measurement item. |
MEAS:ADV:P1:STAT? CURR
Writes or reads the type for the specified measurement item.
| Name | Type | Values | Description |
|---|---|---|---|
| parameter | enum | PKPK | 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 | LFF | Selects the measurement type for the specified item. |
| n | integer | 1 - 12 | Specifies the measurement item number. |
Returns the 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.
MEAS:ADV:P1:VAL?
Writes or reads the state of the measurement statistics. The query returns ON.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the measurement statistics state. |
MEAS:ADV:STAT ON MEAS:ADV:STAT?
Writes or reads the state of the histogram function.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the histogram function. |
MEAS:ADV:STAT:HISTOG ON MEAS:ADV:STAT:HISTOG?
Write or read the state 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 1024 | Maximum 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.
MEAS:ADV:STAT:MAXC?
Returns or sets the state of the measurement statistics. The query returns ON or OFF.
MEAS:ADV:STAT?
Resets the measurement statistics.
MEAS:ADV:STAT:RES
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | M1 | M2 | Display mode for advanced measurements. |
MEAS:ADV:STYL M1 MEAS:ADV:STYL?
Write or read the display mode of the advanced measurements.
MEAS:ADV:STYL M1 MEAS:ADV:STYL?
Write or read the state of the measurement gate.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the measurement gate state. |
MEAS:GATE ON MEAS:GATE?
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].
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Position of gate A. |
MEAS:GATE:GA <value>
Writes or reads the state of the measurement gate.
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.
MEAS:GATE:GA -1.00E-07 MEAS:GATE:GA?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Position of gate B in NR3 format, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -horizontal_grid/2*timebase - horizontal_grid/2*timebase | Position of gate B in NR3 format, including a decimal point and exponent. |
MEAS:GATE:GB 1.00E-07 MEAS:GATE:GB?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | SIMPle | ADVanced | Measurement mode to use. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | SIMPle | ADVanced | Measurement mode to set. |
MEAS:MODE SIMP MEAS:MODE?
Sets the type of simple measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| parameter | enum | PKPK | 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 | Selects the simple measurement type. |
| state | enum | ON | OFF | Turns the selected measurement state on or off. |
MEAS:SIMP:ITEM MAX,ON
Write or read the source of the simple measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFD | Selects the waveform source for the simple measurement. |
MEAS:SIMP:SOUR C1 MEAS:SIMP:SOUR?
Write or read the source of the simple measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Z<x> | F<x> | D<m> | ZD<m> | REFA | REFB | REFC | REFD | Selects the source waveform for 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | PKPK | 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 | ALL | Specifies which measurement value to return. |
MEAS:SIMP:VAL? MAX
Writes or reads the state of the mask test.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the mask test. |
MTESt ON MTESt?
Returns the result of the mask test.
MTES:COUN?
Write or read the state of the buzzer when failure frames are detected.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the buzzer state. |
MTES:FUNC:BUZZ ON MTES:FUNC:BUZZ?
Writes or reads the state of the buzzer when failure frames are detected.
MTES:FUNC:BUZZ ON MTES:FUNC:BUZZ?
Writes or reads the state of the mask test function "Capture on Fail".
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Enables 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".
MTES:FUNC:COF ON MTES:FUNC:COF?
Writes or reads the state of the mask test. The query returns the current state.
MTES?
Writes or reads the state of the mask test function Failure to History.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the Failure to History state. |
MTES:FUNC:FTH ON MTES:FUNC:FTH?
Write or read the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the Stop-on-Fail mask test function. |
MTES:FUNC:SOF ON MTES:FUNC:SOF?
Write or read the state of the mask test function Stop-on-Fail.
MTES:FUNC:SOF ON MTES:FUNC:SOF?
Writes or reads the state of the mask test result display.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the mask test result display. |
MTES:IDIS ON MTES:IDIS?
Write or read 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.
| Name | Type | Values | Description |
|---|---|---|---|
| XMARgin | real | 0.08 - 4.00 | Mask X margin value in NR2 format. |
| YMARgin | real | 0.08 - 4.00 | Mask Y margin value in NR2 format. |
MTES:MASK:CRE 0.8,0.08
Recalls the mask from internal or external memory locations.
| Name | Type | Values | Description |
|---|---|---|---|
| location | enum | INTernal | EXTernal | Selects 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”
Writes or reads the state of the mask test operation.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | State of the mask test operation. |
MTES:OPER ON MTES:OPER?
Write or read the state of the mask test operation.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the mask test operation state. |
MTES:OPER ON MTES:OPER?
Resets the mask test.
MTES:RES
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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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>.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Z<x> | Selects the mask test source. |
Writes or reads the type of mask test.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | ALL_IN | ALL_OUT | ANY_IN | ANY_OUT | Selects the mask test type. |
MTES:TYPE ALL_IN MTES:TYPE?
Writes or reads the type of mask test.
MTES:TYPE ALL_IN MTES:TYPE?
Recalls the factory settings.
REC:FDEF
Recalls the specified waveform file from an external USB memory device and copies it to the selected reference waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| location | enum | REFA | REFB | REFC | REFD | Reference waveform name to copy the file into. |
| path | string | - | Quoted path to the waveform file with a .ref extension. |
REC:REF REFD,"BK\math.ref"
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
Recalls the saved settings file from internal or external sources.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | INTernal | EXTernal | Selects 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”
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.
| Name | Type | Values | Description |
|---|---|---|---|
| operation | enum | LOAD | UNLoad | SAVE | Selects whether to call up the reference waveform display, turn it off, or save a waveform to the reference waveform. |
| sourceopt | channel_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
Writes or reads the specified reference label on or off.
| Name | Type | Values | Description |
|---|---|---|---|
| r | enum | A | B | C | D | Reference waveform name. |
| state | enum | ON | OFF | Turns the reference label on or off. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| r | enum | A | B | C | D | Reference waveform name. |
| string | string | - | Quoted ASCII text to use as the reference label. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| r | enum | A | B | C | D | Reference waveform name. |
| state | enum | ON | OFF | Turns the reference label on or off. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| r | enum | A | B | C | D | Reference channel name. |
| value | real | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | - | Vertical scale value in NR3 format, including a decimal point and exponent. |
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.
REFA:DATA:SCAL 1.00E-01 REFA:DATA:SCAL?
Returns the source of the current reference 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.
REFA:DATA:POS?
Saves the binary data of the channel displayed on the screen to an external USB memory device.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | Quoted string of the path with a ".bin" extension. |
SAVE:BIN "BK\c1_digital.bin"
Saves the waveform data of the specified channel to an external U disk/USB memory device in CSV format.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | Quoted string of path with an extension ".csv". |
| source | enum | C<x> | D<n> | Selects the source channel: C denotes an analog input channel and D denotes a digital waveform. |
| state | enum | OFF | ON | Enables or disables parameter save. |
SAVE:CSV "BK/channel1.csv",C1,ON
Saves the current settings or factory settings as default settings.
| Name | Type | Values | Description |
|---|---|---|---|
| set | enum | CUSTom | FACTory | Selects whether the current settings or the factory settings are saved as the default settings. |
SAVE:DEF CUST
Saves the screenshot to external storage.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | Quoted string of path with an extension .bmp, .jpg, or .png. |
| type | enum | BMP | JPG | PNG | Image file type to save. |
| invert | enum | OFF | ON | Whether to store the image with inverted colors. |
SAVE:IMAG “BK/screen.bmp",BMP,ON
Saves the waveform data of the specified channel to an external USB memory device in Matlab format.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | Quoted string path with a .dat extension. |
| source | enum | C<x> | D<n> | Specifies the analog input channel (C<x>) or digital waveform (D<n>) to save. |
SAVE:MATL "BK/channel.dat",C1
Saves the selected channel waveform to external memory as reference.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | Quoted string of path with an extension ".ref". |
| source | enum | C<x> | F<x> | D<n> | Selects an analog input channel, math function, or digital waveform source. |
SAVE:REF "channel.ref",C1
Saves the current setting to internal or external memory locations.
| Name | Type | Values | Description |
|---|---|---|---|
| setup_num | enum | INTernal | EXTernal | Selects internal memory with a setup number or external memory with a path. |
| numopt | integer | 1 - 10 | Internal setup number in NR1 format. |
| pathopt | string | - | Quoted path for external setup storage with a .xml extension. |
SAVE:SET INT,1
Write or read the status of the buzzer.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the buzzer state. |
SYST:BUZZ ON SYST:BUZZ?
Writes or reads the status of the buzzer.
SYST:BUZZ ON SYST:BUZZ?
Writes or reads the oscilloscope clock source and the state of the 10 MHz clock output.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | EXT | IN_ON | IN_OFF | Selects the external clock source, the internal clock source with 10 MHz output enabled, or the internal clock source with 10 MHz output disabled. |
SYST:CLOC IN_ON SYST:CLOC?
Write or read the oscilloscope clock source and the state of the 10 MHz clock output.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | EXT | IN_ON | IN_OFF | Selects the external clock source, or the internal clock source with the 10 MHz output enabled or disabled. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | Quoted string of ASCII text representing the gateway address. |
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.
SYST:COMM:LAN:GAT "10.0.0.1" SYST:COMM:LAN:GAT?
Returns the oscilloscope's IP address.
SYST:COMM:LAN:IPAD "10.0.0.229" SYST:COMM:LAN:IPAD?
Returns the oscilloscope's LAN IP address.
SYST:COMM:LAN:IPAD "10.0.0.229"
Return the MAC address of the oscilloscope.
SYST:COMM:LAN:MAC?
Write or read the subnet mask of the oscilloscope’s internal network interface.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | Quoted string of ASCII text specifying the subnet mask. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | STATIC | DHCP | LAN 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.
SYST:COMM:LAN:TYPE DHCP SYST:COMM:LAN:TYPE?
Writes or reads the VNC port of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 5900 - 5999 | VNC port value in NR1 integer format. |
SYST:COMM:VNCP 5903 SYST:COMM:VNCP?
Writes or reads the VNC port of the oscilloscope.
SYST:COMM:VNCP 5903 SYST:COMM:VNCP?
Write or read the system date of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| date | integer | - | 8-digit NR1 date value in YYYYMMDD order. |
SYST:DATE 20190819 SYST:DATE?
Returns or sets the system date of the oscilloscope.
SYST:DATE 20190819 SYST:DATE?
Writes or reads the education mode, which locks the AutoSetup, measure, and cursor functions of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| func | enum | AUTOSet | MEASure | CURSor | Function whose lock status is controlled. |
| lock | enum | ON | OFF | Enables 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.
| Name | Type | Values | Description |
|---|---|---|---|
| func | enum | AUTOSet | MEASure | CURSor | Function whose education-mode lock status is being set or queried. |
| lock | enum | ON | OFF | Enables or disables the selected function. |
Writes or reads the oscilloscope’s language display.
SYST:LANG ENGL SYST:LANG?
Write or read the oscilloscope’s language display.
SYST:LANG ENGL SYST:LANG?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the 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.
SYST:PON ON SYST:PON?
Restarts the oscilloscope.
SYST:REB
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the remote control status. |
Returns whether the oscilloscope is in remote mode.
SYST:REM ON SYST:REM?
Writes or reads the state of the self-calibration function.
SYST:SELFC SYST:SELFC?
Returns or sets the state of the self-calibration function.
SYST:SELFC?
Shuts down the oscilloscope.
SYST:SHUT
Writes or reads the state of the automatic screensaver function. The screensaver shuts down the internal color monitor after a preset time.
| Name | Type | Values | Description |
|---|---|---|---|
| time | enum | OFF | 1MIN | 5MIN | 10MIN | 30MIN | 60MIN | Preset 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.
SYST:SSAV 10MIN SYST:SSAV?
Write or read the current time using a 24-hour format.
| Name | Type | Values | Description |
|---|---|---|---|
| time | integer | 00000000 - 23595959 | 8-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.
Write or read the status of the touch screen.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the touch screen status. |
SYST:TOUC ON SYST:TOUC?
Reads the status of the touch screen.
SYST:TOUC?
Write or read the main timebase delay. The delay is the time between the trigger event and the delay reference point on the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| delay_value | real | -5000div*timebase - 5div*timebase | Main 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.
TIM:DEL 1.00E-05 TIM:DEL?
Write or read the horizontal scale per division for the main window. The value range varies by model; see the datasheet for details.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | - | Horizontal scale per division value in NR3 format, including a decimal point and exponent. |
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.
TIM:SCAL 1.00E-07 TIM:SCAL?
Write or read the state of the zoomed window.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the zoomed window state. |
TIM:WIND ON TIM:WIND?
Write or read the state of the zoomed window.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the zoomed window state. |
TIM:WIND ON TIM:WIND?
Writes or reads the horizontal position in the zoomed view of the main sweep.
| Name | Type | Values | Description |
|---|---|---|---|
| delay_value | real | - | 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| scale_value | real | - | 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.
TIM:WIND:SCAL 1.00E-03 TIM:WIND:SCAL?
Writes or reads the trigger mode. The available modes are Single, Normal, and Auto.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | SINGle | NORMal | AUTO | Trigger mode to set. |
TRIG:MODE SING TRIG:MODE?
Returns or writes the trigger mode. The mode can be SINGle, NORMal, or AUTO.
TRIG:MODE SING TRIG:MODE?
Sets the oscilloscope to run.
TRIG:RUN
Returns the current state of the trigger.
TRIG:STAT?
Stops the trigger system.
TRIG:STOP
Write or read the type of trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | EDGE | PULSe | SLOPe | INTerval | PATTern | RUNT | QUALified | WINDow | DROPout | VIDeo | IIC | SPI | UART | LIN | CAN | FLEXray | CANFd | IIS | Sets the trigger type. |
TRIG:TYPE EDGE TRIG:TYPE?
Reads the type of trigger.
TRIG:TYPE?
Write or read the coupling mode of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Sets the edge trigger coupling mode. |
TRIG:EDGE:COUP DC TRIG:EDGE:COUP?
Writes or reads the coupling mode of the edge trigger.
TRIG:EDGE:COUP DC TRIG:EDGE:COUP?
Writes or reads the number of holdoff events of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events for the edge trigger. |
Reads or sets the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff time value in NR3 format. |
TRIG:EDGE:HLDT 1.50E-08 TRIG:EDGE:HLDT?
Writes or reads the holdoff time of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff time value in NR3 format, including a decimal point and exponent. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the edge-trigger holdoff mode. |
TRIG:EDGE:HOLD OFF TRIG:EDGE:HOLD?
Write or read the initial position of the edge trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Selects the 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.
TRIG:EDGE:HST LAST_TRIG TRIG:EDGE:HST?
Writes or reads the trigger level of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Trigger level value in NR3 format, including a decimal point and exponent. |
Write or read the trigger level of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Trigger level value in NR3 format, including a decimal point and exponent. |
Writes or reads the state of noise rejection for the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:EDGE:NREJ ON TRIG:EDGE:NREJ?
Writes or reads the state of the noise rejection for edge triggering.
TRIG:EDGE:NREJ ON TRIG:EDGE:NREJ?
Write or read the slope of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope_type | enum | RISing | FALLing | ALTernate | Selects the edge-trigger slope. |
TRIG:EDGE:SLOP RIS TRIG:EDGE:SLOP?
Write or read the slope of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope_type | enum | RISing | FALLing | ALTernate | Slope type to set for the edge trigger. |
TRIG:EDGE:SLOP RIS TRIG:EDGE:SLOP?
Write or read the trigger source of the edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Selects the edge trigger source. |
TRIG:EDGE:SOUR C1 TRIG:EDGE:SOUR?
Writes or reads the trigger source of the edge trigger.
TRIG:EDGE:SOUR C1 TRIG:EDGE:SOUR?
Writes or reads the coupling mode of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Sets the trigger coupling mode. |
TRIG:SLOP:COUP DC TRIG:SLOP:COUP?
Reads or writes the coupling mode of the slope trigger.
TRIG:SLOP:COUP?
Writes or reads the number of holdoff events of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events in NR1 integer format. |
TRIG:SLOP:HLDEV 3 TRIG:SLOP:HLDEV?
Writes or reads the holdoff time of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the slope trigger holdoff mode. |
TRIG:SLOP:HOLD OFF TRIG:SLOP:HOLD?
Write or read the holdoff type of the slope trigger.
TRIG:SLOP:HOLD OFF TRIG:SLOP:HOLD?
Write or read the initial position of the slope trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Selects the 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.
TRIG:SLOP:HST LAST_TRIG TRIG:SLOP:HST?
Write or read the limit range type of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LESSthan | GREATerthan | INNer | OUTer | Limit range type for the slope trigger. |
Write or read the limit range type of the slope trigger.
Write or read the trigger level of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Value in NR3 format, including a decimal point and exponent. |
TRIG:SLOP:LLEV 5.00E-01 TRIG:SLOP:LLEV?
Writes or reads the trigger level of the slope trigger.
TRIG:SLOP:LLEV 5.00E-01 TRIG:SLOP:LLEV?
Write or read the state of the noise rejection.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:SLOP:NREJ ON TRIG:SLOP:NREJ?
Writes or reads the state of noise rejection for the slope trigger.
TRIG:SLOP:NREJ ON TRIG:SLOP:NREJ?
Write or read the slope of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope_type | enum | RISing | FALLing | ALTernate | Sets the trigger slope. |
TRIG:SLOP:SLOP RIS TRIG:SLOP:SLOP?
Write or read the slope of the slope trigger.
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).
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Trigger slope source to use. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | Lower 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper slope trigger limit value in NR3 format. |
TRIG:SLOP:TUPP 3.00E-08 TRIG:SLOP:TUPP?
Writes or reads the coupling mode of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Selects the pulse trigger coupling mode. |
TRIG:PULS:COUP DC TRIG:PULS:COUP?
Writes or reads the coupling mode of the pulse trigger.
TRIG:PULS:COUP DC TRIG:PULS:COUP?
Writes or reads the number of holdoff events of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events to use. |
TRIG:PULS:HLDEV 3 TRIG:PULS:HLDEV?
Writes or reads the holdoff time of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff time value in NR3 format, including a decimal point and exponent. |
Write or read the holdoff type of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the pulse trigger holdoff mode. |
TRIG:PULS:HOLD OFF TRIG:PULS:HOLD?
Write or read the holdoff type of the pulse trigger.
TRIG:PULS:HOLD OFF TRIG:PULS:HOLD?
Write or read the initial position of the pulse trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Selects the initial position of pulse trigger holdoff. |
TRIG:PULS:HST LAST_TRIG TRIG:PULS:HST?
Write or read 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LESSthan | GREATerthan | INNer | OUTer | Selects the limit range type for the pulse trigger. |
Write or read the limit range type of the pulse trigger.
Write or read the trigger level of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Value in NR3 format, including a decimal point and exponent. |
TRIG:PULS:LEV 5.00E-01 TRIG:PULS:LEV?
Writes or reads the trigger level of the pulse trigger.
TRIG:PULS:LEV 5.00E-01 TRIG:PULS:LEV?
Write or read the state of the noise rejection.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:PULS:NREJ ON TRIG:PULS:NREJ?
Write or read the state of the noise rejection.
TRIG:PULS:NREJ ON TRIG:PULS:NREJ?
Write or read the polarity of the pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity_type | enum | POSitive | NEGative | Selects the polarity of the pulse trigger. |
TRIG:PULS:POL POS TRIG:PULS:POL?
Writes or reads the polarity of the pulse trigger.
TRIG:PULS:POL ? TRIG:PULS:POL?
Sets or queries the trigger pulse source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Selects the 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | Lower 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper 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.
TRIG:PULS:TUPP 3.00E-08 TRIG:PULS:TUPP?
Write or read the fields of the custom video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| field_cnt | enum | 1 | 2 | 4 | 8 | Number of fields for the custom video trigger. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| field | enum | 1 | 2 | Selects the synchronous trigger field. |
TRIG:VID:FIEL 2 TRIG:VID:FIEL?
Write or read the frame rate of the custom video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| frate | enum | 25Hz | 30Hz | 50Hz | 60Hz | Frame rate for the custom video trigger. |
TRIG:VID:FRAT 50Hz TRIG:VID:FRAT?
Write or read the interlace of the custom video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| interlace | enum | 1 | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| line_cnt | integer | 300 - 2000 | Line 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.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Trigger 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.
| Name | Type | Values | Description |
|---|---|---|---|
| line | integer | 1 - 1125 | Video trigger line number in NR1 format. |
TRIG:VID:LINE 2 TRIG:VID:LINE?
Write or read the trigger source of the video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | Selects the video trigger source channel. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| standard | enum | NTSC | PAL | P720L50 | P720L60 | P1080L50 | P1080L60 | I1080L50 | I1080L60 | CUSTom | Video trigger standard to use. |
Writes or reads the sync mode of the video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| sync | enum | SELect | ANY | Sets the video trigger sync mode. |
TRIG:VID:SYNC SEL TRIG:VID:SYNC?
Write or read the center level of the window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Sets the window trigger coupling mode. |
TRIG:WIND:COUP DC TRIG:WIND:COUP?
Write or read the delta level of the window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Value in NR3 format. |
TRIG:WIND:DLEV 5.00E-01 TRIG:WIND:DLEV?
Write or read the number of holdoff events of the WINDow trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events. |
TRIG:WIND:HLDEV 3 TRIG:WIND:HLDEV?
Write or read the holdoff time of the WINDow trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Sets 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects whether holdoff is off, based on a number of trigger events, or based on a time interval before the trigger circuitry re-arms. |
TRIG:WIND:HOLD OFF TRIG:WIND:HOLD?
Writes or reads the initial position of the WINDow trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Selects the initial position of 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.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Trigger 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:WIND:NREJ ON TRIG:WIND:NREJ?
Write or read the trigger source of the WINDow trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Selects the trigger source for the window trigger. |
TRIG:WIND:SOUR C1 TRIG:WIND:SOUR?
Writes or reads the window type of the window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | ABSolute | RELative | Selects the window trigger type. |
TRIG:WIND:TYPE ABS TRIG:WIND:TYPE?
Sets or reads the coupling mode of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Coupling mode for the interval trigger. |
TRIG:INT:COUP DC TRIG:INT:COUP?
Writes or reads the number of holdoff events of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events in NR1 integer format. |
TRIG:INT:HLDEV 3 TRIG:INT:HLDEV?
Writes or reads the holdoff time of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the interval trigger holdoff mode. |
TRIG:INT:HOLD OFF TRIG:INT:HOLD?
Write or read the initial position of the interval trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Sets the initial position of holdoff. |
TRIG:INT:HST LAST_TRIG TRIG:INT:HST?
Write or read the limit range type of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LESSthan | GREATerthan | INNer | OUTer | Selects the limit range type for the interval trigger. |
Write or read the trigger level of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Value 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:INT:NREJ ON TRIG:INT:NREJ?
Write or read the interval of the interval trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| interval_type | enum | RISing | FALLing | ALTernate | Selects the interval trigger 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | Lower 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper 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.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Selects the trigger coupling mode. |
TRIG:DROP:COUP DC TRIG:DROP:COUP?
Writes or reads the number of holdoff events of the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events for the dropout trigger. |
TRIG:DROP:HLDEV 3 TRIG:DROP:HLDEV?
Writes or reads the holdoff time of the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff time value in NR3 format. |
TRIG:DROP:HLDT 1.50E-08 TRIG:DROP:HLDT?
Write or read the holdoff type of the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the dropout trigger holdoff mode: off, event-count based, or time based. |
TRIG:DROP:HOLD OFF TRIG:DROP:HOLD?
Write or read the initial position of the dropout trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Selects the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Level value in NR3 format, including a decimal point and exponent. |
Writes or reads the state of noise rejection for the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Sets the noise rejection state. |
TRIG:DROP:NREJ ON TRIG:DROP:NREJ?
Write or read the dropout slope setting of the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| dropout_type | enum | RISing | FALLing | ALTernate | Selects the dropout slope type. |
TRIG:DROP:DROP RIS TRIG:DROP:DROP?
Write or read the trigger source of the dropout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Trigger 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.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 2.00E-09 - 2.00E+01 | Dropout 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | EDGE | STATe | Selects the dropout trigger type. |
TRIG:DROP:TYPE EDGE TRIG:DROP:TYPE?
Write or read the coupling mode of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DC | AC | LFREJect | HFREJect | Selects the runt trigger coupling mode. |
TRIG:RUNT:COUP DC TRIG:RUNT:COUP?
Writes or reads the number of holdoff events of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events for the runt trigger. |
TRIG:RUNT:HLDEV 3 TRIG:RUNT:HLDEV?
Write or read the holdoff time of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Sets 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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | OFF | ON | Turns noise rejection off or on. |
TRIG:RUNT:NREJ ON TRIG:RUNT:NREJ?
Writes or reads the polarity of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity_type | enum | POSitive | NEGative | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | EX | EX5 | LINE | Selects the runt trigger source. |
TRIG:RUNT:SOUR C1 TRIG:RUNT:SOUR?
Writes or reads the upper value of the runt trigger limit type.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 100000000 | Number of holdoff events for the pattern trigger. |
TRIG:PATT:HLDEV 3 TRIG:PATT:HLDEV?
Writes or reads the holdoff time of the pattern trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 8.00E-09 - 3.00E+01 | Holdoff 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.
| Name | Type | Values | Description |
|---|---|---|---|
| holdoff_type | enum | OFF | EVENts | TIME | Selects the pattern trigger holdoff mode. |
TRIG:PATT:HOLD OFF TRIG:PATT:HOLD?
Writes or reads the initial position of the pattern trigger holdoff.
| Name | Type | Values | Description |
|---|---|---|---|
| start_holdoff | enum | LAST_TRIG | ACQ_START | Initial position of the pattern trigger holdoff. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| logic | enum | X | L | H | Logical input condition for each pattern trigger source. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| level_value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Trigger 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LESSthan | GREATerthan | INNer | OUTer | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | AND | OR | NAND | NOR | Logical 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | Lower 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Value in NR3 format, including a decimal point and exponent. |
TRIG:QUAL:ELEV 5.00E-01 TRIG:QUAL:ELEV?
Writes or reads the edge trigger slope in the qualified trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | RISing | FALLing | Edge trigger slope selection. |
TRIG:QUAL:ESL RIS TRIG:QUAL:ESL?
Writes or reads the edge trigger source in the qualified trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LESSthan | GREATerthan | INNer | OUTer | Selects the limit range type for the qualified trigger. |
Writes or reads the level of the qualify source level in the qualified trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Level value in NR3 format, including a decimal point and exponent. |
TRIG:QUAL:QLEV 5.00E-01 TRIG:QUAL:QLEV?
Writes or reads the qualify source of the qualified trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the qualify source; C<x> specifies an analog channel and D<n> specifies a digital channel. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 2.00E-09 - 2.00E+01 | Lower 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 3.00E-09 - 2.00E+01 | Upper 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.
| Name | Type | Values | Description |
|---|---|---|---|
| addr | integer | 0 - 127 | Address value in NR1 format, with no decimal point. |
TRIG:IIC:ADDR 10 TRIG:IIC:ADDR?
Write or read the length of the address of the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| length | enum | 7BIT | 10BIT | Address length for the IIC bus trigger. |
TRIG:IIC:ALEN 10BIT TRIG:IIC:ALEN?
Write or read the trigger condition of the IIC bus.
TRIG:IIC:COND STOP TRIG:IIC:COND?
Write or read the data2 of the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | Value in NR1 format, including an integer and no decimal point. |
Write or read the data of the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | Data 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.
| Name | Type | Values | Description |
|---|---|---|---|
| length | integer | 1 - 12 | Data 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.
| Name | Type | Values | Description |
|---|---|---|---|
| limit_type | enum | EQUal | GREaterthan | LESSthan | Selects the IIC trigger limit comparison 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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | WRITe | READ | ANY | Selects the IIC trigger frame address direction. |
TRIG:IIC:RWB READ TRIG:IIC:RWB?
Write or read the SCL source of the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the SCL source from an analog channel or a digital channel. |
TRIG:IIC:SCLS C2 TRIG:IIC:SCLS?
Write or read the threshold of the SCL on the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format. |
Write or read the SDA source of the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the SDA source for the IIC bus trigger. |
TRIG:IIC:SDAS C2 TRIG:IIC:SDAS?
Writes or reads the threshold of the SDA on the IIC bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for the SDA trigger. |
TRIG:IIC:SDAT 1.50E+00 TRIG:IIC:SDAT?
Write or read the bit order of the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| bit_order | enum | LSM | MSB | Selects the SPI bit order. |
RIG:SPI:BIT LSB RIG:SPI:BIT?
Write or read the CLK source of the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the CLK source channel for the SPI bus trigger. |
TRIG:SPI:CLKS C2 TRIG:SPI:CLKS?
Write or read the threshold of the CLK on the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| clk_threshold | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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>.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | NCS | CS | TIMeout | Selects the chip selection type; TIMeout includes an optional time value. |
| timeopt | real | 1.00E-07 - 5.00E-03 | Clock timeout value used when the type is TIMeout. |
TRIG:SPI:CSTY CS TRIG:SPI:CST?
Write or read the threshold of the CS on SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| threshold | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | RISing | FALLing | Selects 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.
| Name | Type | Values | Description |
|---|---|---|---|
| data_bits | integer | 0 - 1 | One 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.
| Name | Type | Values | Description |
|---|---|---|---|
| data_length | integer | 4 - 96 | Number 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the SPI MISO source as an analog channel C<x> or a digital channel D<n>. |
TRIG:SPI:MISOS C2 TRIG:SPI:MISOS?
Writes or reads the threshold of the MISO on the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:SPI:MISOT 1.50E+00 TRIG:SPI:MISOT?
Writes or reads the MOSI source of the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the SPI MOSI source from an analog channel Cx or a digital channel Dn. |
RIG:SPI:MOSIS C2 RIG:SPI:MOSIS?
Writes or reads the threshold of the MOSI on the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for the NCS SPI trigger. |
TRIG:SPI:NCST 1.50E+00 TRIG:SPI:NCST?
Writes or reads the trigger type of the SPI bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| trigger_type | enum | MISO | MOSI | Selects which SPI signal is used as the trigger type. |
TRIG:SPI:TTYP MOSI TRIG:SPI:TTYP?
Writes or reads the baud rate of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | 384 00bps | 57600bps | 115200bps | CUSTom | Baud rate for the UART bus trigger. |
| valueopt | integer | 300 - 20000000 | Custom baud rate value in NR1 format. |
TRIG:UART:BAUD 9600bps TRIG:UART:BAUD?
Writes or reads the bit order of the UART trigger.
Write or read the condition of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | STARt | STOP | DATA | ERRor | Selects the UART trigger condition. |
TRIG:UART:COND STOP TRIG:UART:COND?
Write the data of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | - | 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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 5 - 8 | Length of the UART bus trigger. |
TRIG:UART:DLEN 8 TRIG:UART:DLEN?
Write or read the idle level of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| idle | enum | LOW | HIGH | Idle 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.
| Name | Type | Values | Description |
|---|---|---|---|
| limit_type | enum | EQUal | GREaterthan | LESSthan | Comparison type used for the UART trigger data condition. |
Write or read the parity check of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| parity | enum | NONE | ODD | EVEN | MARK | SPACe | Parity setting for the UART bus trigger. |
TRIG:UART:PAR ODD TRIG:UART:PAR?
Write or read the RX source of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the UART trigger RX source as an analog channel C<x> or a digital channel D<n>. |
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].
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value for RX on the UART bus trigger. |
TRIG:UART:RXT 1.50E+00 TRIG:UART:RXT?
Writes or reads the length of the stop bit on the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| bit | enum | 1 | 1.5 | 2 | Stop-bit length for the UART bus trigger. |
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.
TRIG:UART:STOP 1 TRIG:UART:STOP?
Writes or reads the trigger type of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| trigger_type | enum | RX | TX | Selects the UART trigger type. |
TRIG:UART:TTYP RX TRIG:UART:TTYP?
Writes or reads the trigger type of the UART bus trigger.
TRIG:UART:TTYP RX TRIG:UART:TTYP?
Write or read the TX source of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the TX source, either an analog channel Cx or a digital channel Dn. |
TRIG:UART:TXS C2 TRIG:UART:TXS?
Write or read the TX source of the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the UART trigger TX source. |
TRIG:UART:TXS C2 TRIG:UART:TXS?
Write or read the threshold of TX on the UART bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
TRIG:UART:TXT 1.50E+00 TRIG:UART:TXT?
Writes or reads the baud rate of the CAN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 5kbps | 10kbps | 20kbps | 50kbps | 100kbps | 125kbps | 250kbps | 500kbps | 800kbps | 1Mbps | CUSTom | Baud rate setting for the CAN bus trigger; CUSTom may be followed by an explicit value. |
| valueopt | integer | 5000 - 1000000 | Custom baud-rate value in NR1 format with no decimal point. |
TRIG:CAN:BAUD 20kbps TRIG:CAN:BAUD?
Write or read the baud rate of the CAN bus trigger.
TRIG:CAN:BAUD 20kbps TRIG:CAN:BAUD?
Write or read the trigger condition for the CAN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | STARt | REMote | ID | ID_AND_DATA | ERRor | Selects the CAN trigger condition. |
TRIG:CAN:COND STAR TRIG:CAN:COND?
Returns or sets the trigger condition for the CAN bus trigger.
TRIG:CAN:COND STAR TRIG:CAN:COND?
Write or read the data2 of the CAN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | Data2 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | CAN trigger data value. |
TRIG:CAN:DATA 67 TRIG:CAN:DATA?
Returns the CAN trigger data value.
TRIG:CAN:DATA?
Writes or reads the CAN bus trigger ID.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | 0 - 536870912 | CAN bus trigger ID value when the ID length is 29 bits. |
TRIG:CAN:ID 125935441 TRIG:CAN:ID?
Writes or reads the ID of the CAN bus trigger.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| id_length | enum | 11BITS | 29BITS | Sets the CAN trigger ID length. |
Write or read the ID length of the CAN bus trigger when the trigger condition is Remote, ID+ Data.
TRIG:CAN:IDL 29BITS TRIG:CAN:IDL?
Writes or reads the source of the CAN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | CAN trigger source channel. |
TRIG:CAN:SOUR C2 TRIG:CAN:SOUR?
Writes or reads the source of the CAN bus trigger.
TRIG:CAN:SOUR?
Writes or reads the threshold of the source on the CAN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:CAN:THR 1.50E+00 TRIG:CAN:THR?
Writes or reads the threshold of the source on the CAN bus trigger.
TRIG:CAN:THR 1.50E+00 TRIG:CAN:THR?
Writes or reads the baud rate of the LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 600bps | 1200bps | 2400bps | 4800bps | 9600bps | 19200bps | CUS Tom | Baud 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.
TRIG:LIN:BAUD 9600bps TRIG:LIN:BAUD?
Write or read the trigger condition for the LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | BReak | ID | ID_AND_DATA | DATA_ERROR | Selects the LIN trigger condition. |
TRIG:LIN:COND ID_AND_DATA TRIG:LIN:COND?
Returns or sets the trigger condition for the LIN bus trigger.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | Data2 value for the LIN bus trigger. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | 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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | 0 | 1 | Sets the checksum error state; 0 means OFF and 1 means ON. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | 0 | 1 | Sets the checksum error state; 0 means OFF and 1 means ON. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| length | integer | 0 - 63 | Error 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.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | 0 - 63 | Value in NR1 format, including an integer and no decimal point. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | 0 | 1 | Header 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.
TRIG:LIN:ERR:PAR 1 TRIG:LIN:ERR:PAR?
Write or read the sync byte error state of the LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | 0 | 1 | Sync byte error state; 0 means OFF and 1 means ON. |
TRIG:LIN:ERR:SYNC 1 TRIG:LIN:ERR:SYNC?
Write or read the sync byte error state of the LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | 0 | 1 | Sync byte error state: 0 means OFF, 1 means ON. |
TRIG:LIN:ERR:SYNC 1 TRIG:LIN:ERR:SYNC?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | 0 - 64 | LIN ID value in NR1 format. |
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.
TRIG:LIN:ID 43 TRIG:LIN:ID?
Writes or reads the source of the LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the LIN trigger source from an analog channel C<x> or a digital channel D<n>. |
TRIG:LIN:SOUR C2 TRIG:LIN:SOUR?
Write or read the source of the LIN bus trigger.
TRIG:LIN:SOUR C2 TRIG:LIN:SOUR?
Writes or reads the threshold of the source on LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold 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.
TRIG:LIN:THR 1.50E+00 TRIG:LIN:THR?
Writes or reads the baud rate of the Flexray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 2500kbps | 5Mbps | 10Mbps | CUSTom | Baud rate of the Flexray bus trigger; CUSTom may be followed by an explicit value. |
| valueopt | integer | 1000000 - 20000000 | Custom baud rate value in NR1 format with no decimal point. |
TRIG:FLEX:BAUD 2500kbps TRIG:FLEX:BAUD?
Writes or reads the baud rate of the Flexray bus trigger.
TRIG:FLEX:BAUD 2500kbps TRIG:FLEX:BAUD?
Write or read the trigger condition of the FLEXray bus.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | TSS | FRAMe | SYMBol | ERRor | Selects the FLEXray trigger condition. |
TRIG:FLEX:COND SYMB TRIG:FLEX:COND?
Writes or reads the trigger condition of the FLEXray bus.
TRIG:FLEX:COND SYMB TRIG:FLEX:COND?
Writes or reads the frame cycle compare type of the FLEXray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | ANY | EQUal | GREaterthan | LESSthan | Selects the 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.
TRIG:FLEX:FRAM:COMP LESS TRIG:FLEX:FRAM:COMP?
Writes or reads the frame cycle of the Flexray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| cycle | integer | 0 - 63 | Frame 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.
| Name | Type | Values | Description |
|---|---|---|---|
| cycle | integer | 0 - 63 | Frame cycle value in NR1 format; integer with no decimal point. |
Write or read the frame ID of the FLEXray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | 0 - 2048 | Frame ID value in NR1 format; 2048 is used as the don't care value to ignore the ID. |
TRIG:FLEX:FRAM:ID 1793 TRIG:FLEX:FRAM:ID?
Writes or reads the frame ID of the FLEXray bus trigger.
Writes or reads the cycle repetition of the FLEXray bus trigger when the cycle compare type is Equal.
| Name | Type | Values | Description |
|---|---|---|---|
| times | enum | 1 | 2 | 4 | 8 | 16 | 32 | 64 | Number of cycle repetitions. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| times | integer | 1 - 64 | Cycle repetition count; allowed values are 1, 2, 4, 8, 16, 32, or 64. |
TRIG:FLEX:FRAM:REP 8 TRIG:FLEX:FRAM:REP?
Write or read the source of the FLEXray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<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.
TRIG:FLEX:SOUR C2 TRIG:FLEX:SOUR
Writes or reads the threshold of the source on the FLEXray bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:FLEX:THR 1.50E+00 TRIG:FLEX:THR?
Writes or reads the threshold of the source on the FLEXray bus trigger.
TRIG:FLEX:THR?
Write or read the data2 of the CANFD bus trigger.
Write or read the data2 of the CANFD bus trigger.
Write or read the data baud rate of the CAN FD bus trigger when the frame type is Both or CAN FD.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 500kbps | 1Mbps | 2Mbps | 5Mbps | 8Mbps | 10Mbps | CUSTom | Sets the CAN FD data baud rate; CUSTom may be followed by a numeric value. |
| valueopt | integer | 100000 - 10000000 | Custom baud rate value in NR1 integer format with no decimal point. |
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.
TRIG:CANF:BAUDD 500kbps TRIG:CANF:BAUDD?
Write or read the nominal baud rate of the CAN FD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 10kbps | 25kbps | 50kbps | 100kbps | 250kbps | 1Mbps | CUSTom | Sets the nominal baud rate; CUSTom may be followed by a custom value. |
| valueopt | integer | 10000 - 1000000 | Custom nominal baud rate value in NR1 format, integer only, no decimal point. |
TRIG:CANF:BAUDN 10kbps TRIG:CANF:BAUDN?
Writes or reads the nominal baud rate of the CAN FD bus trigger.
TRIG:CANF:BAUDN?
Write or read the trigger condition for the CAN FD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | STARt | REMote | ID | ID_AND_DATA | ERRor | Selects 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.
TRIG:CANF:COND ID_AND_DATA TRIG:CANF:COND?
Write or read the data of the CANFD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 256 | Value 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.
TRIG:CANFD:DATA?
Writes or reads the frame type of the CAN FD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| frame_type | enum | BOTH | CAN | CANFd | Selects the CAN FD trigger frame type. |
Write or read the 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.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the trigger source as an analog channel C<x> or a digital channel D<n>. |
TRIG:CANFD:SOUR C2 TRIG:CANFD:SOUR?
Writes or reads the source of the CANFD bus trigger.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | 0 - 536870911 | CAN 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.
TRIG:CANF:ID 90861836 TRIG:CANF:ID?
Writes or reads the ID length of the CAN FD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| length | enum | 11BITS | 29BITS | Sets 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.
Writes or reads the threshold of the source on the CANFD bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:CANFD:THR 1.50E+00 TRIG:CANFD:THR?
Reads or writes the threshold of the CANFD bus trigger source.
TRIG:CANFD:THR 1.50E+00 TRIG:CANFD:THR?
Write or read the audio variant of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | IIS | LJ | RJ | Audio variant to use for 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.
TRIG:IIS:AVAR IIS TRIG:IIS:AVAR?
Write or read the BCLK source of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the BCLK source as either an analog channel C<x> or a digital channel D<n>. |
TRIG:IIS:BCLKS C2 TRIG:IIS:BCLKS?
Writes or reads the BCLK source of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the BCLK source, either an analog channel Cx or a digital channel Dn. |
TRIG:IIS:BCLKS C2 TRIG:IIS:BCLKS?
Writes or reads the threshold of the BCLK on LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:IIS:BCLKT 1.50+00 TRIG:IIS:BCLKT?
Writes or reads the threshold of the BCLK on LIN bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:IIS:BCLKT 1.50+00 TRIG:IIS:BCLKT?
Returns or sets the bit order for the IIS bus trigger.
TRIG:IIS:BIT MSB TRIG:IIS:BIT?
Returns the current IIS bus bit order.
TRIG:IIS:BIT?
Write or read the channel of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| channel | enum | LEFT | RIGHT | Selects the IIS trigger channel. |
TRIG:IIS:CHAN RIGHT TRIG:IIS:CHAN?
Writes or reads the channel of the IIS bus trigger.
TRIG:IIS:CHAN RIGHT TRIG:IIS:CHAN?
Write or read the data compare type of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | EQUal | GREaterthan | LESSthan | Selects 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.
TRIG:IIS:COMP LESS TRIG:IIS:COMP?
Write or read the trigger condition of the IIS bus.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | DATA | MUTE | CLIP | GLITch | RISing | FALLing | Selects the IIS bus trigger condition. |
TRIG:IIS:COND DATA TRIG:IIS:COND?
Write or read the trigger condition of the IIS bus.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 30 | Data length value in NR1 format. |
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.
TRIG:IIS:DLEN 10 TRIG:IIS:DLEN?
Writes or reads the data source of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the IIS bus trigger data source, either an analog channel C<x> or a digital channel D<n>. |
TRIG:IIS:DS C2 TRIG:IIS:DS?
Writes or reads the data source of the IIS bus trigger.
TRIG:IIS:DS C2 TRIG:IIS:DS?
Write or read the threshold of the data source on the IIS bus trigger.
TRIG:IIS:DTHR 1.50E+00 TRIG:IIS:DTHR?
Reads the threshold of the data source on the IIS bus trigger.
TRIG:IIS:DTHR 1.50E+00 TRIG:IIS:DTHR?
Sets or queries the BCLK edge slope used for the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | RISing | FALLing | Selects the 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.
TRIG:IIS:BCLK:EDGE RIS TRIG:IIS:BCLK:EDGE?
Write or read the level of the left channel on the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| level | enum | LOW | HIGH | Sets 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.
| Name | Type | Values | Description |
|---|---|---|---|
| level | enum | LOW | HIGH | Selects the left-channel trigger level. |
TRIG:IIS:LCH HIGH TRIG:IIS:LCH?
Write or read the value of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Value in NR1 format, including an integer and no decimal point. |
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Value of the IIS bus trigger. |
TRIG:IIS:VAL 86 TRIG:IIS:VAL?
Write or read the WS source of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the WS source. |
Write or read the WS source of the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | D<n> | Selects the WS source for the IIS bus trigger. |
Write or read the threshold of the WS on IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format, including a decimal point and exponent. |
TRIG:IIS:WST 1.50E+00 TRIG:IIS:WST?
Writes or reads the threshold of the WS on the IIS bus trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -4.1*vertical_scale-vertical_offset - 4.1*vertical_scale-vertical_offset | Threshold value in NR3 format. |
TRIG:IIS:WST 1.50E+00 TRIG:IIS:WST?
Writes or reads the qualified type of the qualified trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | STATe | STATE_DLY | EDGE | EDGE_DLY | Selects the qualified trigger type. |
| optionopt | enum | LOW | HIGH | RISing | FALLing | Selects 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. |
TRIG:QUAL:TYPE EDGE TRIG:QUAL:TYPE?
Writes or reads the interval between data points for waveform transfer using the query WAVeform:DATA?.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | 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?.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Interval between data points for the waveform transfer. |
Writes or reads the source waveform to be transferred from the oscilloscope using WAVeform:DATA?.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | C<x> | F<x> | D<m> | Selects the source waveform to transfer. |
WAV:SOUR C2 WAV:SOUR?
Writes or reads the source waveform to be transferred from the oscilloscope using WAVeform:DATA?.
WAV:SOUR C2 WAV:SOUR?
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.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Starting data point for the waveform transfer. |
WAV:STAR 1000 WAV:STAR?
Writes or reads the starting data point for the waveform transfer using WAVeform:DATA?.
WAV:STAR 1000 WAV:STAR?
Returns the maximum points of one piece when waveform data needs to be read in pieces.
WAV:MAXP?
Write or read the number of waveform points to be transferred.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | 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.
WAV:POIN 20000 WAV:POIN?
Write or read the current output format for the transfer of the waveform data.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | BYTE | WORD | Output 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.
WAV:PRE?
Returns the waveform data format width. The documented response for this query is BYTE.
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.
WAV:DATA?
Recall or read a user defined or predefined waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | INDEX | NAME | Selects whether the waveform is specified by index or by name. |
| index | integer | 0 - 47 | Index of the arbitrary waveform from table 47.1. |
| name | string | - | Name of the arbitrary waveform from table 47.1. |
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.
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.
| Name | Type | Values | Description |
|---|---|---|---|
| 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.
C1:BSWV FRQ,2000 C1:BSWV FRQ?
Writes or reads the output port(s) at the front panel. The output state is ON or OFF.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Sets the output state. |
| load | enum | 50 | HZ | Selects 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.
C1:OUTP?
Write or read the synchronization signal.
| Name | Type | Values | Description |
|---|---|---|---|
| channel | enum | C1 | Output channel selector. |
| state | enum | ON | OFF | Synchronization signal state. |
C1:SYNC OFF C1:SYNC?
Write or read the synchronization signal.
C1:SYNC?
Returns the stored waveforms list with indexes and names. If the store unit is empty, the command returns the string "EMPTY".
Writes or reads the state of over-voltage protection.
| Name | Type | Values | Description |
|---|---|---|---|
| state | enum | ON | OFF | Enables or disables over-voltage protection. |
VOLTPRT ON
Write or read the state of over-voltage protection.
VOLTPRT ON VOLTPRT?