Clears all the waveforms on the screen. This command functions the same as the front-panel key.
SCPI COMMAND REFERENCE
The Rigol DHO5104 is Rigol's oscilloscope in the MHO/DHO5000 Series family. Its SCPI remote-control interface exposes 708 commands across 35 subsystems - 638 settable and 70 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.
708
Commands
638
Settable
70
Queries
35
Subsystems
SCPI
Verified
2026-07-16
All commands
Starts running the oscilloscope.
Stops running the oscilloscope. It functions the same as clicking or tapping the stop icon in the quick operation bar or pressing the corresponding front-panel key.
Performs a single trigger by setting the oscilloscope trigger mode to Single. It is equivalent to sending :TRIGger:SWEep SINGle.
Generates a trigger signal forcefully. It is only applicable to the normal and single trigger modes.
Enables the waveform auto setting function. The oscilloscope automatically adjusts the vertical scale, horizontal time base, and trigger mode according to the input signal for optimal waveform display.
Sets or queries whether the peak-peak priority setting is enabled. The query returns 0 or 1.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the peak-peak priority setting. |
:AUToset:PEAK OFF /*Disables the peak-peak priority setting.*/ :AUToset:PEAK? /*The query returns 0.*/
Sets or queries whether to only test the enabled channel when performing the AUTO operation.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | enum | 1 | ON | 0 | OFF | Whether only the enabled channel is tested during AUTO operation. |
Sets or queries whether to enable the waveform display mode.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables waveform overlay display. |
Sets or queries whether to enable keeping coupling.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables keeping coupling. |
:AUToset:KEEPcoup ON /*Sets to enable keeping coupling.*/ :AUToset:KEEPcoup? /*The query returns 1.*/
Sets whether auto setting is locked.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | boolean | - | Enables or disables auto setting lock. |
Sets or queries whether to enable the AUTO function. 1|ON enables the AUTO function; 0|OFF disables it.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | enum | 1|ON | 0|OFF | Enables or disables the AUTO function. |
Sets or queries the number of averages in the average acquisition mode.
| Name | Type | Values | Description |
|---|---|---|---|
| count | integer | 2 - 2n (n is an integer, and its range is from 1 to 16) | Number of averages used in average acquisition mode. |
Sets or queries the resolution bits supported by the oscilloscope in high-resolution mode.
| Name | Type | Values | Description |
|---|---|---|---|
| bit | discrete | 14 | 16 | Resolution bits to use in high-resolution mode. |
:ACQuire: BITS 16 :ACQuire: BITS?
Sets or queries the oscilloscope memory depth, i.e. the number of waveform points that can be stored through sampling in a single trigger. The default unit is pts.
| Name | Type | Values | Description |
|---|---|---|---|
| mdep | enum | AUTO | 1k | 10k | 100k | 1M | 10M | 25M | 50M | 100M | 125M | 200M | 250M | 500M | 1000 | 10000 | 100000 | 1000000 | 10000000 | 25000000 | 50000000 | 100000000 | 125000000 | 200000000 | 250000000 | 500000000 | 1e3 | 1e4 | 1e5 | 1e6 | 1e7 | 2.5e7 | 5e7 | 1e8 | 125e6 | 1.25e8 | 2e8 | 250e6 | 2.5e8 | 5e8 |
Queries the memory depth of the oscilloscope. This command exists for backwards compatibility; use :ACQuire:MDEPth instead.
:ACQuire:MDEPth? /*The query returns 1.000E+6.*/
Sets or queries the acquisition mode of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | NORMal | PEAK | AVERages | HRESolution | Acquisition mode. |
Queries the current sample rate. The default unit is Sa/s.
Sets or queries the decoding type of the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the decoding bus number. |
| mode | enum | PARallel | RS232 | SPI | IIC | LIN | CAN | IIS | FLEXray | M1553 | Selects the decoding type for the specified bus. |
:BUS<n>:MODE?
Enables or disables the specified decoding bus, or queries its on/off display status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Decoding bus number. |
| bool | boolean | 1 | ON | 0 | OFF | Turns the display on or off. |
:BUS1:DISPlay ON /*Enables the decoding bus.*/ :BUS1:DISPlay? /*The query returns 1.*/
Sets or queries the format of decoding data on the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | |
| format | enum | PAR | RS232 | SPI | IIC | LIN | I2S | FLEX | M1553 | CAN | Decoding format for the specified bus. |
Enables or disables the event table of the specified decoding bus, or queries the on/off status of the specified decoding bus event table.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Specifies the decoding bus number. |
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the event table. |
:BUS1:FORMat HEX /*Sets the display format of the bus to HEX.*/ :BUS1:FORMat? /*The query returns HEX.*/
Enables or disables the label of the specified decoding bus, or queries the on/off display status of that label.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Selects the decoding bus. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the bus label. |
:BUS1:LABel ON /*Enables the label of the specified decoding bus.*/ :BUS1:LABel? /*The query returns 1.*/
Reads the data from the decoding event table.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 |
Exports the decoding information from the specified decoding bus event table in CSV form.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Specified decoding bus number. |
| path | string | - | ASCII string path for the exported CSV file. |
Sets or queries the vertical position of the bus on the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus index. |
| pos | integer | -250 - 250 | Vertical position of the bus on the screen. |
Sets or queries the threshold of the specified decoding source on the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Decoding bus number. |
| value | real | -5 x VerticalScale - OFFSet - 5 x VerticalScale - OFFSet | Threshold value. |
| type | discrete | PAL | TX | RX | SCL | SDA | CS | CLK | MISO | MOSI | LIN | CAN | CANSub1 | FLEX | 1553 | I2SCLK | DATA | WS | PALCLK | CH1 | CH2 | CH3 | CH4 | Decoding source type. |
Sets relevant parameters for parallel decoding on bus n. The slice explains that the parallel bus uses a clock line and data line and that sampling can occur on clock edges using a preset threshold level.
Sets or queries the source of Parallel decoding on the specific bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| source | enum | D7D0 | D15D8 | D15D0 | D0D7 | D8D15 | D0D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | USER | Source of Parallel decoding for the selected bus. |
Sets or queries the clock source of Parallel decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| nopt | discrete | 1 | 2 | 3 | 4 | Bus number. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | OFF | Clock source for Parallel decoding. |
:BUS1:PARallel:CLK CHANnel1 :BUS1:PARallel:CLK?
Sets or queries the edge type of the clock channel used by Parallel decoding on the data channel. If no clock channel is selected, the instrument samples when channel data hopping occurs during decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| slope | enum | POSitive | NEGative | BOTH | Selects the edge type used for sampling. |
:BUS1:PARallel:SLOPe BOTH /*Sets the Parallel decoding to sample on any edge of the clock channel.*/ :BUS1:PARallel:SLOPe? /*The query returns BOTH.*/
Sets or queries the width used for Parallel decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | integer | 1 - 4 | |
| <wid> | - | - |
Sets or queries the data bit that the parallel bus requires to set for the channel source.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | |
| bit | integer | 0 - (data width - 1) |
Sets or queries the channel source of the currently selected data bit.
| Name | Type | Values | Description |
|---|---|---|---|
| src | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Channel source for the selected data bit. |
Sets or queries the endian of Parallel decoding on the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Decoding bus number. |
| endian | enum | MSB | LSB | Endian setting for Parallel decoding. |
Sets relevant parameters for RS232 decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
Sets or queries the data polarity of Parallel decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| pol | enum | NEGative | POSitive | Selects the data polarity; NEGative indicates negative polarity and POSitive indicates positive polarity. |
:BUS1:PARallel:POLarity NEGative /*Sets the data polarity of Parallel decoding to Negative.*/ :BUS1:PARallel:POLarity? /*The query returns NEG.*/
Sets or queries the Tx source of RS232 decoding on the specific bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | Bus index. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | Tx source for RS232 decoding. |
Sets or queries the Rx source of RS232 decoding on the specific bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | OFF |
:BUS1:RS232:TX CHANnel2 /*Sets the Tx source of RS232 decoding to CHANnel2.*/ :BUS1:RS232:TX? /*The query returns CHAN2.*/
Sets or queries the polarity of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| pol | enum | POSitive | NEGative |
Sets or queries the odd-even check mode of data transmission in RS232 decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| parity | enum | NONE | ODD | EVEN | Selects the RS232 parity bit mode. |
Sets or queries the endian of data transmission in RS232 decoding. LSB means the lowest bit is transmitted first; MSB means the highest bit is transmitted first.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus index. |
| endian | enum | MSB | LSB | Selects the transmission order for RS232 decoding. |
:BUS1:RS232:ENDian MSB /*Sets the transmission order of :BUS1:RS232:ENDian? /*The query returns MSB.*/
Sets the baud rate used for RS232 decoding. The query form is documented, but this slice does not state what value it returns.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | integer | - | Baud rate for RS232 decoding. |
:BUS1:RS232:BAUD 9600 :BUS1:RS232:BAUD?
Sets or queries the data width of RS232 decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| bits | discrete | 5 | 6 | 7 | 8 | 9 |
Sets relevant parameters for I2C decoding.
Sets or queries the stop bits of each frame of data in RS232 decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| stop bits | discrete | 1 | 1.5 | 2 | Stop bits used for RS232 decoding. |
Sets or queries the clock source of I2C decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets the data-source channel used for I2C decoding on the selected bus number.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the source channel for I2C SDA decoding. |
Enables or queries I2C exchange on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Specifies the bus number. |
| <bool> | boolean | - | Turns I2C exchange on or off. |
Sets or queries the address mode of I2C decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| addr | enum | NORMal | RW | Selects whether the address width excludes or includes the R/W bit. |
Sets or queries the address width of I2C decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| bits | discrete | 7 | 8 | 10 | Address width of I2C decoding. |
Sets or queries the clock source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - | Clock source for SPI decoding. |
Sets or queries the clock source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - |
Sets or queries the clock edge type of the SPI decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | - |
Sets or queries the MISO data source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | |
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | OFF |
Sets or queries the MOSI data source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | OFF | Selects the MOSI data source. |
Sets or queries the polarity of SPI decoding on the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| polarity | enum | HIGH | LOW | Selects positive polarity (HIGH) or negative polarity (LOW). |
:BUS1:SPI:POLarity HIGH /*Sets the polarity of the SPI decoding to Positive.*/ :BUS1:SPI:POLarity? /*The query returns HIGH.*/
Sets or queries the polarity of the SPI MISO decoding on the specified decoding bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Decoding bus number. |
| polarity | enum | HIGH | LOW | Polarity setting for SPI MISO decoding. |
Sets or queries the polarity of the MOSI data line of SPI decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| polarity | enum | HIGH | LOW | Sets the polarity of the MOSI data line. |
:BUS1:SPI:MOSI:POLarity HIGH :BUS1:SPI:MOSI:POLarity?
Sets or queries the data width of SPI decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| width | integer | 4 - 32 | Data width of SPI decoding. |
:BUS1:SPI:DBITs 10 :BUS1:SPI:DBITs?
Sets or queries the SPI endianness used for decoding. This command exists for backwards compatibility; use :BUS<n>:SPI:POLarity instead.
| Name | Type | Values | Description |
|---|---|---|---|
| <endian> | enum | - |
Sets or queries the decode mode of SPI decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| mode | enum | CS | TIMeout |
Sets or queries the timeout value of SPI decoding on the specified bus. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| time | real | 8 ns - 10 s |
Sets or queries the source of the CS line of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Used to set relevant parameters for CAN/CAN-FD decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
Sets or queries the polarity of the CS line used for SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the bus number. |
| polarity | enum | HIGH | LOW | Sets the CS signal polarity. |
:BUS1:SPI:SS:POLarity HIGH /*Sets the polarity of CS line of SPI decoding to HIGH.*/ :BUS1:SPI:SS:POLarity? /*The query returns HIGH.*/
Sets or queries the source of CAN decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus index. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | Source used for CAN decoding. |
Sets or queries the signal type used for CAN decoding on the selected bus. The default signal type is CANL.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| stype | enum | TX | RX | CANH | CANL | DIFFerential | Signal type for CAN decoding. |
:BUS1:CAN:SOURce CHANnel2 /*Sets the source of CAN decoding on :BUS1:CAN:SOURce? /*The query returns CHAN2.*/
Sets or queries the signal rate of CAN decoding on the specified decoding bus. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specified decoding bus. |
| baud | integer | 10 kbps - 5 Mbps | Signal rate of CAN decoding. |
Sets or queries the sample point position of CAN decoding on the specified bus, expressed in percent.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the bus number. |
| spoint | integer | 10 - 90 | Sets the CAN sample point position. |
:BUS1:CAN:SPOint 70 :BUS1:CAN:SPOint?
Sets or queries the signal rate of CAN-FD decoding on the specified decoding bus. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Specifies the bus number. |
| <baud> | integer | bps | Sets the CAN-FD decoding signal rate. |
Sets or queries the sample point position of CAN-FD decoding on the specified bus, expressed in percent.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Bus number. |
| spoint | integer | 10 - 90 | Sample point position of CAN-FD decoding. |
:BUS1:CAN:FDSPoint 70 :BUS1:CAN:FDSPoint?
Sets or queries the signal rate of FlexRay decoding. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| baud | discrete | 2500000 | 5000000 | 10000000 |
:BUS1:FLEXray:BAUD 2500000 /*Sets the signal rate of :BUS1:FLEXray:BAUD? /*The query returns 2500000.*/
Sets or queries the signal rate of FlexRay decoding. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Bus index. |
| <baud> | discrete | 2500000 | 5000000 | 10000000 | FlexRay signal rate. |
:BUS1:FLEXray:BAUD 2500000 :BUS1:FLEXray:BAUD?
Sets or queries the FlexRay signal source for decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - |
Sets or queries the sample point position of FlexRay decoding on the specified bus, expressed in percent.
| Name | Type | Values | Description |
|---|---|---|---|
| spoint | real | % | Sample point position for FlexRay decoding. |
Sets or queries the signal type of FlexRay decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| stype | enum | BP | BM | RT |
:BUS1:FLEXray:STYPe BM /*Sets the signal type of FlexRay decoding to BM.*/ :BUS1:FLEXray:STYPe? /*The query returns BM.*/
Sets or queries the selected LIN protocol version parameters for decoding on the specified bus. The slice introduces the :BUS<n>:LIN command group but does not document the :LIN command itself beyond this heading.
Sets or queries the selected source channel of FlexRay decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Bus number. |
| <ch> | discrete | A | B | Source channel for FlexRay decoding. |
:BUS1:FLEXray CHANnel B. :BUS1:FLEXray:CHANnel?
Sets or queries the LIN protocol parity setting for the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Bus number. |
| <bool> | boolean | - | Parity setting. |
Sets or queries the source of LIN decoding on the specific bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the version of the LIN bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| value | enum | V1X | V2X | MIXed |
Sets or queries the clock source of the I2S decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | discrete | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Clock source for I2S decoding. |
Sets or queries the clock source of the I2S decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Clock source for the I2S decoding. |
Sets or queries the data source of the I2S decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
:BUS1:IIS:SOURce:CLOCk CHANnel2 :BUS1:IIS:SOURce:CLOCk?
Sets or queries the audio channel of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| source | discrete | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
:BUS1:IIS:SOURce:WSELect CHANnel2 :BUS1:IIS:SOURce:WSELect?
Sets or queries the alignment mode of I2S decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| align | enum | IIS | RJ | LJ | Alignment mode for I2S decoding. |
:BUS1:IIS:ALIGnment RJ /*Sets the alignment mode of the I2S decoding to RJ.*/ :BUS1:IIS:ALIGnment? /*The query returns RJ.*/
Sets or queries the clock edge type of the I2S decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | - |
Sets or queries the word size of the I2S decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| val | integer | 4 - 32 |
:BUS1:IIS:RWIDth 5 :BUS1:IIS:RWIDth?
Sets or queries the receive width of I2S decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | Specifies the bus number. |
| val | integer | 4 - 32 | Sets the receive width. |
:BUS1:IIS:RECewidth 5 /*Sets the receive width of I2S :BUS1:IIS:RECewidth? /*The query returns 5.*/
Sets or queries the audio polarity of I2S decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| ws | enum | LEFT | RIGHt |
Sets or queries the endian of I2S decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Bus number. |
| endian | enum | MSB | LSB | Endian setting for I2S decoding. |
:BUS1:IIS:ENDian LSB /*Sets the endian of I2S decoding to LBS.*/ :BUS1:IIS:ENDian? /*The query returns LSB.*/
Sets the source used for M1553 decoding on the specified bus. For M1553 decoding, the data source and threshold must be specified.
Sets or queries the data polarity of I2S decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| pol | enum | POSitive | NEGative | Selects the data polarity for I2S decoding. |
:BUS1:IIS:POLarity NEGative :BUS1:IIS:POLarity?
Sets or queries the source of the M1553 decoding.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Bus number. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Source used for M1553 decoding. |
:BUS1:M1553:SOURce CHANnel2 :BUS1:M1553:SOURce?
Sets or queries the on/off status of the bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Turns the bode plot on or off. |
:BODeplot:ENABle ON /*Enables the bode plot.*/ :BODeplot:ENABle? /*The query returns 1.*/
Sets or queries the run/stop status of the Bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | boolean | 1|ON | 0|OFF | Run/stop state of the bode plot. |
Sets or queries the sweep type of the bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | LOG | LINE | Sweep type for the bode plot. |
:BODeplot:SWEeptype LINE :BODeplot:SWEeptype?
Sets the bode plot reference input source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - |
Sets or queries the output source of the bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | Output source of the bode plot. |
Sets or queries the start frequency of the sweep signal in the bode plot. The default unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| freq | real | 10 Hz - 3 MHz | Start frequency of the sweep signal. |
Sets or queries the stop frequency of the sweep signal in the bode plot. The default unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| <freq> | real | 10 Hz - 3 MHz | Stop frequency of the sweep signal. |
Sets or queries the number of sweep points per decade.
| Name | Type | Values | Description |
|---|---|---|---|
| num | integer | 10 - 100 | Number of sweep points per decade. |
:BODeplot:POINts 20 /*Sets the number of the sweep points per decade to 20.*/ :BODeplot:POINts? /*The query returns 20.*/
Sets or queries the variable amplitude of the sweep signal in the specified frequency range in the bode plot. The default unit of voltage is V, and the default frequency unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| range | enum | ALL | 10 | 100 | 1K | 10K | 100K | 1M | 10M | 25M | 1000 | 10000 | 100000 | 1000000 | 10000000 | 25000000 | 1e1 | 1e2 | 1e3 | 1e4 | 1e5 | 1e6 | 1e7 | 2.5e7 | Frequency range for which the sweep signal amplitude is set or queried. |
| amp | real | 20 mV - 10 V | Variable amplitude of the sweep signal; the allowed range depends on the output impedance of the bode plot. |
:BODeplot:VOLTage 100,0.3 /*Sets the voltage amplitude of the :BODeplot:VOLTage? 100 /*The query returns 0.300000.*/
Sets or queries the output voltage amplitude in the bode plot. The default unit of voltage is V.
| Name | Type | Values | Description |
|---|---|---|---|
| amp | real | 20 mV - 10 V | Output voltage amplitude to set; the valid range depends on the output impedance of the bode plot. |
:BODeplot:OUTput:VOLTage 0.3 :BODeplot:OUTput:VOLTage?
Sets or queries the AFG output channel in the bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| source | integer | 1 - 2 |
Sets or queries the AFG output impedance in the bode plot.
| Name | Type | Values | Description |
|---|---|---|---|
| ohms | enum | 50 | INFinity | AFG output impedance setting. |
:BODeplot:AFG:LOAD 50 :BODeplot:AFG:LOAD?
Sets or queries the bandwidth limit of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
Sets or queries the coupling mode of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| coupling | enum | AC | DC | GND |
Enables or disables the specified channel; or queries the on/off status of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| bool | enum | 1 | ON | 0 | OFF | Sets whether the specified channel is displayed. |
:CHANnel1:DISPlay ON /*Enables CHANnel1.*/ :CHANnel1:DISPlay? /*The query returns 1.*/
Enables or disables inversion of the specified channel, or queries the inversion state of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
| bool | boolean | - | Turns channel inversion on or off. |
:CHANnel1:DISPlay ON /*Enables CHANnel1.*/ :CHANnel1:DISPlay? /*The query returns 1.*/
Sets or queries the vertical offset of the specified channel. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| offset | real | V | Vertical offset of the specified channel. |
Sets or queries the delay calibration time used to calibrate the zero offset of the specified channel. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Channel number. |
| val | real | -100 ns - 100 ns | Delay calibration time. |
Sets or queries the vertical scale of the specified channel. The default unit is V/div.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Channel number. |
| scale | real | 100 μV/div - 10 V/div | Vertical scale of the specified channel, with valid range depending on input impedance, probe ratio, and external attenuation. |
Sets or queries the input impedance of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the analog channel number. |
| impedance | enum | OMEG | FIFTy | Selects the channel input impedance. |
*:CHANnel1:IMPedance OMEG *:CHANnel1:IMPedance?
Sets or queries the bias voltage of the probe connected to the specified channel. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
| vol | real | V | Sets the bias voltage of the probe. |
:CHANnel1:BVOLtage 0 :CHANnel1:BVOLtage?
Starts calibration for the active probe currently connected to the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
Sets or queries the probe ratio of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 8 | |
| atten | real | 0.001 - 50000 |
Sets or queries the probe delay time of the specified channel. This command is only valid when an active probe is correctly connected.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| delay | real | -100 ns - 100 ns |
:CHANnel1:PROBe:DELay 0.00000001 /*Sets the probe delay time of :CHANnel1:PROBe:DELay? /*The query returns 1E-8.*/
Sets the probe bias for the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Analog channel number. |
| bias | real | - | Probe bias value. |
Performs the probe calibration for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 8 |
Starts to demagnetize the current probe connected to the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
:CHANnel1:PROBe:DEMag /*Starts to demagnetize the current probe that is connected to CH1.*/
Sets or queries the external attenuation of the specified probe.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 8 | |
| atten | real | 10.00E-06 - 1.00E+05 |
:CHANnel1:PROBe:EXTattenuation <atten> :CHANnel1:PROBe:EXTattenuation?
Sets or queries whether to display the label of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| bool | boolean | - | Whether to display the channel label. |
Sets or queries the label of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Channel number to label. |
| str | string | - | Label text for the channel; may contain English letters and numbers, as well as some symbols. |
:CHANnel1:LABel:CONTent ch1 /*Sets the label of Channel 1 to :CHANnel1:LABel:CONTent? /*The query returns ch1.*/
Sets or queries the amplitude display unit of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| units | enum | - |
Enables or disables the fine adjustment of the vertical scale of the specified channel, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | |
| bool | boolean | - | Enables or disables the fine adjustment of the vertical scale. |
Sets or queries the bias voltage of the specified channel. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Specifies the channel number. |
| offset | real | V | Sets the channel bias voltage offset. |
Queries the measurement value of the frequency counter.
Sets whether the frequency counter function is enabled. The corresponding query reads back the enable state.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Enables or disables the frequency counter. |
Sets or queries the source of the frequency counter.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | EXT |
Sets or queries the mode of the frequency counter.
| Name | Type | Values | Description |
|---|---|---|---|
| <mode> | enum | FREQuency | PERiod | TOTalize | Selects the counter measurement mode. |
:COUNter:MODE PERiod :COUNter:MODE?
Sets or queries the resolution of the frequency counter.
| Name | Type | Values | Description |
|---|---|---|---|
| val | integer | 3 - 6 | Resolution value for the frequency counter. |
:COUNter:NDIGits 4 :COUNter:NDIGits?
Enables or disables the statistical function of the frequency counter; the same command form is also used to query its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean value that enables or disables the statistical function. |
Clears the statistics results of the frequency counter. It is available when Totalize, Frequency, or Period is selected under Measure.
Queries the maximum value in the statistics results of the frequency counter.
Queries the minimum value in the statistics results of the frequency counter.
Queries the average value in the statistics results of the frequency counter.
Sets the cursor mode. Manual mode, Track mode, and XY mode are documented for cursor measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | Manual | Track | XY | Selects the cursor mode. |
Sets or queries the on/off status of the indicator for the measurement function.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | On/off status of the indicator for the measurement function. |
Sets the ratio reference position of Cursor A at X Cursor to 0% and Cursor B to 100% when the horizontal unit is set to Percent(%).
Sets the ratio reference position of Cursor A at Y Cursor to 0% and Cursor B at Y Cursor to 100% when the vertical unit is Percent(%).
Sets or queries the cursor type in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | TIME | AMPLitude | Cursor type to use in manual mode. |
:CURSor:MANual:TYPE AMPLitude :CURSor:MANual:TYPE?
Sets or queries the channel source of the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - |
Sets or queries the horizontal unit in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| tunit | enum | SECond |
Sets or queries the vertical unit in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| vunit | enum | SOURce | Vertical unit used in manual cursor measurement mode. |
:CURSor:MANual:VUNit SOURce /*Sets the unit of AY, BY, and ∆Y to be the unit of the current source.*/ :CURSor:MANual:VUNit? /*The query returns SOUR.*/
Sets or queries the horizontal cursor position AX in manual cursor mode.
| Name | Type | Values | Description |
|---|---|---|---|
| ax | - | - |
Sets or queries the vertical position of Cursor A in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| ay | real | - | Vertical position of Cursor A; the range is determined by the current vertical scale and position. |
Sets or queries the horizontal position of Cursor B in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| bx | real | s | Horizontal position of Cursor B; range is determined by the current horizontal scale and position. |
:CURSor:MANual:CBX 0.00000001 :CURSor:MANual:CBX?
Sets or queries the vertical position of Cursor B in the manual mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| <by> | real | - | Vertical position of Cursor B. |
Queries the X value at Cursor A in manual cursor mode. The returned unit is determined by the horizontal unit selected for the corresponding channel.
Queries the Y value at Cursor A in the manual mode of cursor measurement. The unit is determined by the vertical unit selected for the currently corresponding channel.
Queries the X value at Cursor B in the manual mode of cursor measurement. The unit is determined by the currently selected horizontal unit.
Queries the Y value at Cursor B in the manual mode of cursor measurement. The returned unit is determined by the currently selected vertical unit.
Queries the difference (ΔX) between the X value at Cursor A and the X value at Cursor B in the manual mode of cursor measurement. The unit is determined by the currently selected horizontal unit.
Queries the reciprocal (1/ΔX) of the absolute difference between the X value at Cursor A and the X value at Cursor B in the manual mode of cursor measurement. The unit is determined by the currently selected horizontal unit.
Queries the difference (ΔY) between the Y value at Cursor A and the Y value at Cursor B in the manual mode of cursor measurement. The unit is determined by the currently selected vertical unit.
Sets or queries the channel source of Cursor A in track mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | NONE |
:CURSor:TRACk:SOURce1 <source> :CURSor:TRACk:SOURce1?
Sets or queries the channel source of Cursor B in track mode. When no channel is enabled, sending the command enables the corresponding channel.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | NONE | Selects the channel source. |
Sets or queries the horizontal position of Cursor A in track mode cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| ax | real | - | Horizontal position of Cursor A; the valid range depends on the current horizontal scale and position. |
:CURSor:TRACk:CAX 1.000000E-8 /*Sets the horizontal position of Cursor A to 10 ns.*/ :CURSor:TRACk:CAX? /*The query returns 1.000000E-8.*/
Sets or queries the horizontal position of Cursor B in the track mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| bx | real | - | Horizontal position of Cursor B. |
Sets or queries the vertical position of Cursor A in the track mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| ay | real | - | Vertical position of Cursor A; the valid range is determined by the current vertical scale and position. |
:CURSor:TRACk:CAY 0.1 :CURSor:TRACk:CAY?
Sets or queries the vertical position of Cursor B in the track mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| <by> | real | - | Vertical position of Cursor B. |
Queries the X value at Cursor A in track mode of cursor measurement. The unit is determined by the amplitude unit selected for the corresponding channel.
Queries the Y value at Cursor A in the track mode of cursor measurement. The unit is the same as that selected for the current channel.
Queries the X value at Cursor B in the track mode of cursor measurement. The unit is determined by the amplitude unit selected for the currently corresponding channel.
Queries the Y value at Cursor B in track mode of cursor measurement. The unit is the same as that selected for the current channel.
Queries the difference (ΔX) between the X value at Cursor A and the X value at Cursor B in the track mode of cursor measurement.
Queries the difference (ΔY) between the Y value at Cursor A and the Y value at Cursor B in track mode of cursor measurement. The unit is the same as that selected for the current channel.
Queries the reciprocal (1/ΔX) of the absolute difference between the X value at Cursor A and the X value at Cursor B in the track mode of cursor measurement. The default unit is Hz.
Sets or queries the axis in the track mode of cursor measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | Y | X |
:CURSor:TRACk:MODE X :CURSor:TRACk:MODE?
Sets or queries the horizontal position of Cursor A in the XY cursor measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| x | real | - | Related to the current vertical scale and vertical offset. |
Sets or queries the horizontal position of Cursor B in the XY cursor measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| x | real | - | Horizontal position of Cursor B; related to the current vertical scale and vertical offset. |
:CURSor:XY:BX 0.1 :CURSor:XY:BX?
Sets or queries the vertical position of Cursor A in the XY cursor measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| <y> | real | - |
Sets or queries the vertical position of Cursor B in the XY cursor measurement mode. The value is related to the current vertical scale and vertical offset.
| Name | Type | Values | Description |
|---|---|---|---|
| y | real | - | Vertical position of Cursor B. |
:CURSor:XY:BY 0.1 :CURSor:XY:BY?
Queries the Y value at Cursor A in the XY cursor measurement mode.
Queries the X value at Cursor B in the XY cursor measurement mode.
Queries the Y value at Cursor B in the XY cursor measurement mode.
Queries the difference (∆X) between the X value at Cursor A and the X value at Cursor B in the XY cursor measurement.
Queries the difference (∆Y) between the Y value at Cursor A and the Y value at Cursor B in the XY cursor measurement. The unit is the same as that selected for the current channel.
Clears all the waveforms on the screen.
Sets or queries the display type of the waveforms on the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | VECTors | Display type to use for the waveforms. |
:DISPlay:TYPE VECTors /*Sets the display type to VECTors.*/ :DISPlay:TYPE? /*The query returns VECT.*/
Sets or queries the persistence time. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | discrete | MIN | 0.1 | 0.2 | 0.5 | 1 | 2 | 5 | 10 | INFinite | Persistence time setting. |
:DISPlay:GRADing:TIME 0.1 :DISPlay:GRADing:TIME?
Sets or queries the screen watermark brightness. The default unit is unspecified in the slice.
| Name | Type | Values | Description |
|---|---|---|---|
| brightness | - | - |
Sets or queries the display type of the screen grid.
| Name | Type | Values | Description |
|---|---|---|---|
| grid | enum | FULL | HALF | NONE | Display grid mode. |
Sets or queries the brightness of the screen grid, expressed in percentage.
| Name | Type | Values | Description |
|---|---|---|---|
| brightness | integer | 0 - 100 | Brightness level of the screen grid, in percent. |
*:DISPlay:GBRightness 60 *:DISPlay:GBRightness?
Sets or queries the brightness of the cursor, expressed in percentage.
| Name | Type | Values | Description |
|---|---|---|---|
| brightness | integer | 0 - 100 | Brightness level of the cursor, in percent. |
:DISPlay:CBRightness 60 :DISPlay:CBRightness?
Queries the bitmap data stream of the currently displayed image. The bitmap is returned in a specified format.
| Name | Type | Values | Description |
|---|---|---|---|
| typeopt | enum | BMP | PNG | JPG | Specifies the screenshot bitmap format. |
Sets the display rulers state. The query returns the current rulers state.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean state of the display rulers. |
Enables or disables the color grade display, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Enables or disables the color grade display. |
:DISPlay:COLor ON /*Enables the color grade display.*/ :DISPlay:COLor? /*The query returns 1.*/
Sets or queries the waveform freezing function.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables waveform freezing. |
:DISPlay:WHOLd ON /*Enables the Waveform Freeze.*/ :DISPlay:WHOLd? /*The query returns 1.*/
Queries the current voltage value under test.
Enables or disables the digital voltmeter, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the digital voltmeter. |
DVM:ENABle ON DVM:ENABle?
Sets or queries the source of the digital voltmeter.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - |
Sets or queries the mode of the digital voltmeter. The query returns the selected mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | ACRMs | DC | DCRMs | Selects the digital voltmeter mode. |
:DVM:MODE DC /*Sets the mode of the digital voltmeter to DC.*/ :DVM:MODE? /*The query returns DC.*/
Enables or disables the histogram function, or queries the on/off status of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Turns the histogram function on or off. |
:HISTogram:ENABle ON /*Enables the histogram function.*/ :HISTogram:ENABle? /*The query returns 1.*/
Sets or queries the type of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | - |
Sets or queries the source of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Histogram source channel. |
Sets or queries the height of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| height | integer | 1div - 4div | Histogram height. |
Sets or queries the left limit of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| number | real | - |
Sets or queries the right limit of the histogram. The left limit should be smaller than the right limit.
| Name | Type | Values | Description |
|---|---|---|---|
| number | real | -5 x Horizontal Time Base + Horizontal Offset - 5 x Horizontal Time Base + Horizontal Offset |
Sets or queries the top limit of the histogram.
| Name | Type | Values | Description |
|---|---|---|---|
| number | real | -4 x VerticalScale - OFFSet - 4 x VerticalScale - OFFSet |
Sets or queries the bottom limit of the histogram. The query returns the bottom limit in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| <number> | real | (-4 x VerticalScale - OFFSet) - (4 x VerticalScale - OFFSet) |
:HISTogram:RANGe:BOTTom -2 /*Sets the bottom limit of the histogram to -2 V.*/ :HISTogram:RANGe:BOTTom? /*The query returns -2.000000E0.*/
Queries the statistics of the histogram results.
Resets the statistics data of the histogram.
Queries the ID string of the instrument.
Restores the instrument to its factory default settings.
Sets or queries the enable register of the standard event register set.
| Name | Type | Values | Description |
|---|---|---|---|
| maskargument | integer | 0 - 255 | Bit mask value for the standard event register enable bits. |
*ESE 16 *ESE?
Queries and clears the event register of the standard event status register.
Sets bit 0 (Operation Complete, OPC) in the standard event register to 1 after the current operation is finished.
Recalls instrument settings from the specified non-volatile memory. The previous saved settings through the *SAV command will be overwritten.
Saves the current instrument state to the selected register.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 49 |
Sets or queries the enable register of the status byte register set.
| Name | Type | Values | Description |
|---|---|---|---|
| <maskargument> | integer | 0 - 255 | Value of the enable register as the sum of the decimal values of all bits set in the status byte register. |
*SRE 16 /*Enables Bit 4 (16 in decimal) in the register.*/ *SRE? /*The query returns the enable value of the register 16.*/
Queries the event register for the status byte register. After executing the command, the value in the status byte register is cleared.
Waits for all pending operations to complete before any additional commands are executed.
Enables or disables the LA function, or queries whether the LA function is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean state to enable or disable the LA function. |
Sets or queries the current activate channel. The selected digital channel is displayed in red; NONE means no channel is selected.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | NONE | Selects the active digital channel. |
Switches the position of the specified digital channel and that of the currently activated channel in the waveform view. The query returns the specified digital channel that is switched with the activated channel.
| Name | Type | Values | Description |
|---|---|---|---|
| <digital> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Specifies the digital channel whose position is to be switched. |
:LA:POSition D3 /*Sets to switch the position of D3 and that of the currently activated channel.*/ :LA:POSition? /*The query returns D3.*/
Sets the auto sorting mode for the waveforms of the enabled channels.
| Name | Type | Values | Description |
|---|---|---|---|
| val | enum | D0D15 | D15D0 | Auto sorting order for displayed waveforms. |
:LA:AUTosort D0D15 /*Sets the auto sorting mode to D0D15.*/ :LA:AUTosort? /*The query returns D0D15.*/
Turns on or off the specified digital channel, or queries the on/off status of the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | integer | - | Specified digital channel. |
| bool | boolean | - | On/off state to set for the specified digital channel. |
Sets or queries the label of the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | |
| label | string | - | Label text for the specified digital channel; it can contain English letters, numbers, and some symbols. |
Enables or disables the specified default channel group, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the default channel group POD number. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the specified channel group. |
:LA:POD1:DISPlay ON /*Enables POD1.*/ :LA:POD1:DISPlay? /*The query returns 1.*/
Sets or queries the threshold of the specified default channel group. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the default channel group number. |
| thre | real | -15.0 V - +15.0 V | Threshold level for the specified channel group. |
:LA:POD1:THReshold 3.3 /*Sets the threshold of the channel group POD1 (D0 to D3) to 3.3 V.*/ :LA:POD1:THReshold? /*The query returns 3.3E+00.*/
Sets or queries the on/off status of the label display of the specified digital channel group.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies the digital channel group. |
Queries whether the digital channel group has inserted the logic analyzer probe.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | Digital channel group number. |
:LA:POD1:INSert? /*The query returns 1, indicating that digital channel group 1 has inserted the logic analyzer probe.*/
Sets or queries the size of the waveforms of the enabled channel on the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| size | enum | SMALl | LARGe | MEDium | Selects the waveform display size. |
:LA:SIZE SMALl /*Sets the waveform display size to SMALl.*/ :LA:SIZE? /*The query returns SMAL.*/
Sets or queries the delay time of the logic analyzer probe. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | -200 ns - 200 ns | Delay time of the logic analyzer probe. |
:LA:PROBecal:DELay <time> :LA:PROBecal:DELay?
Sets or queries whether the waveform of the digital channel is set as the sticky display. When analog and digital waveforms overlap, ON makes the digital channel sticky display and OFF makes the analog channel sticky display.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Selects whether the digital channel waveform is displayed as sticky display. |
:LA:LAYer:ACTive ON /*Sets the waveform of the digital channel as sticky display.*/ :LA:LAYer:ACTive? /*The query returns 1.*/
Turns on or off the DHCP configuration mode, or queries the current DHCP on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables DHCP configuration mode. |
:LAN:DHCP OFF :LAN:DHCP?
Turns on or off the Auto IP configuration mode; or queries the on/off status of the current Auto IP configuration mode.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | boolean | 1 | ON | 0 | OFF | Enables or disables Auto IP configuration mode. |
Sets or queries the default gateway.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | ASCII string in the form nnn.nnn.nnn.nnn; the first section ranges from 0 to 223 except 127, and the other three sections range from 0 to 255. |
Sets or queries the DNS address. The address format is nnn.nnn.nnn.nnn, and the IP configuration mode should be Auto IP or Static IP mode when using this command.
| Name | Type | Values | Description |
|---|---|---|---|
| <string> | string | 0 - 223 (except 127) | DNS address in ASCII string form. |
:LAN:DNS 192.168.1.1 :LAN:DNS?
Queries the current MAC address.
Queries the address of the DHCP server.
Sets or queries the LAN manual configuration mode. The syntax line shows a boolean parameter for the setter and a query form is also documented.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Enables or disables manual LAN configuration mode. |
Sets or queries the instrument IP address. The address string must be in nnn.nnn.nnn.nnn format, with the first octet 0 to 223 except 127 and the other three octets 0 to 255.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | ASCII string specifying the IP address. |
:LAN:IPADdress <string> :LAN:IPADdress?
Sets or queries the subnet mask. The subnet mask string must use the format nnn.nnn.nnn.nnn, with each nnn section ranging from 0 to 255.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | 0 - 255 | Subnet mask in the format nnn.nnn.nnn.nnn. |
:LAN:SMASk 255.255.255.0 /*Sets the subnet mask to :LAN:SMASk? /*The query returns 255.255.255.0.*/
Queries the current network configuration status.
Queries the VISA address of the instrument.
| Name | Type | Values | Description |
|---|---|---|---|
| typeopt | - | - |
Enables or disables mDNS, or queries the mDNS status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables mDNS. |
:LAN:MDNS ON :LAN:MDNS?
Sets the host name. The query form is listed, but no return format is provided in the slice.
| Name | Type | Values | Description |
|---|---|---|---|
| name | string | - |
Sets or queries the description.
| Name | Type | Values | Description |
|---|---|---|---|
| name | string | - | The label can contain English letters and numbers, as well as some symbols. |
Applies the network configuration. After configuring the LAN-related parameters with the :LAN commands, this command makes the LAN configuration take effect.
Enables or disables the pass/fail test function, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean state to enable or disable the pass/fail test function. |
Sets or queries the source of the pass/fail test.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Source channel for the pass/fail test. |
Starts or stops the pass/fail test, or queries its operating status.
| Name | Type | Values | Description |
|---|---|---|---|
| oper | enum | RUN | STOP | Selects whether the pass/fail test runs or stops. |
:MASK:OPERate RUN /*Starts the pass/fail test.*/ :MASK:OPERate? /*The query returns RUN.*/
Sets the X coordinate used by the mask. The page slice shows only the command syntax and does not document any range, unit, or query form.
| Name | Type | Values | Description |
|---|---|---|---|
| x | - | - | X coordinate value for the mask. |
Sets or queries the vertical adjustment parameter of the pass/fail test mask. The default unit is div.
| Name | Type | Values | Description |
|---|---|---|---|
| y | real | 0.04 - 2 | Vertical adjustment parameter of the pass/fail test mask. |
:MASK:Y 0.28 :MASK:Y?
Creates the pass/fail test mask with the currently set horizontal and vertical adjustment parameters.
Resets the number of frames that passed and failed the pass/fail test, as well as the total number of frames.
Queries the total number of failed frames in the pass/fail test results.
Queries the total number of passed frames in the pass/fail test results.
Queries the total number of frames in the pass/fail test results.
Sets or queries the output on/off status of the rear-panel [AUX OUT] connector.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Output on/off status. |
Sets or queries the output event.
| Name | Type | Values | Description |
|---|---|---|---|
| item | enum | FAIL | PASS | Selects the output event. |
:MASK:OUTPut:EVENt PASS /*Sets the output event to PASS.*/ :MASK:OUTPut:EVENt? /*The query returns PASS.*/
Sets or queries the output pulse time.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 100 ns - 10 ms | Output pulse time. |
:MASK:OUTPut:TIME 0.000003 /*Sets the pulse time to 3 b5s.*/ :MASK:OUTPut:TIME? /*The query returns 3.000000E-6.*/
Enables or disables the math operation function; or queries the on/off status of the math operation function.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| bool | boolean | 1 | ON | 0 | OFF |
Sets or queries the operator of the selected math operation. The supported operators include arithmetic, logic, FFT, integration/differentiation, and filter/math functions.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Math operation index. |
| opt | enum | ADD | SUBTract | MULTiply | DIVision | AND | OR | XOR | NOT | FFT | INTG | DIFF | SQRT | LG | LN | EXP | ABS | LPASs | HPASs | BPASs | BSTop | AXB | Math operator to select. |
:MATH1:OPERator INTG :MATH1:OPERator? /*The query returns INTG.*/
Sets or queries the source or Source A of arithmetic operation, function operation, or filter operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Selects which math operation/function/filter source is addressed. |
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | REF1 | REF2 | REF3 | REF4 | REF5 | REF6 | REF7 | REF8 | REF9 | REF10 | MATH1 | MATH2 | MATH3 | Sets the source input for the selected math operation/function/filter. |
Sets or queries Source B of arithmetic operation. This command is only available for arithmetic operation containing two sources.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Arithmetic operation index. |
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | REF1 | REF2 | REF3 | REF4 | REF5 | REF6 | REF7 | REF8 | REF9 | REF10 | MATH1 | MATH2 | MATH3 | Source selected for arithmetic operation B. |
Sets or queries Source A of the logic operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries Source B of the logic operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Selects the logic operation index. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Specifies the source used for Source B of the logic operation. |
Sets or queries the vertical scale of the operation results. The unit depends on the currently selected operator and the unit selected by the source.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| scale | real | - | Vertical scale of the operation results. |
:MATH1:SCALe 0.2 :MATH1:SCALe?
Sets or queries the vertical offset of the operation results. The unit is related to the currently selected operator and the unit selected by the source.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| offset | real | -1 GV - +1 GV |
:MATH1:OFFSet 8 :MATH1:OFFSet?
Enables or disables the inverted display of the operation results; or queries the on/off status of the inverted display of the operation results.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Math operation index. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables inverted display. |
Sets or queries the grid type of the math operation display.
| Name | Type | Values | Description |
|---|---|---|---|
| grid | enum | FULL | HALF | NONE | Grid type for the math operation display. |
:MATH1:GRID NONE /*Turns the background grid and coordinates off.*/ :MATH1:GRID? /*The query returns NONE.*/
Resets the specified math operation. The command is invalid for FFT operation and logical operation.
Sets or queries the vertical expansion type of the selected math operation. CENTer expands or compresses the waveform around the screen center; GND does so around the signal ground level position.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Math operation index. |
| exp | enum | GND | CENTer | Vertical expansion type. |
Sets or queries the waveform type of a math operation. MAIN indicates the main time base region; ZOOM indicates the zoomed time base region.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | Math operation index. |
| type | enum | MAIN | ZOOM | Waveform type to set for the math operation. |
:MATH1:WAVetype ZOOM /*Sets the waveform type of math operation to ZOOM.*/ :MATH1:WAVetype? /*The query returns ZOOM.*/
Sets or queries the channel source of FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - | Channel source for the FFT operation. |
Sets or queries the window function of FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | |
| window | enum | - |
Sets or queries the vertical unit of FFT operation results.
| Name | Type | Values | Description |
|---|---|---|---|
| unit | enum | VRMS | DB | Vertical unit of FFT operation results. |
Sets or queries the vertical unit of FFT operation results. The query returns the current vertical scale in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | |
| scale | real | - | Vertical scale value; allowable range depends on the current FFT unit (dB or Vrms). |
Sets or queries the vertical offset of FFT operation results.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| offset | real | -1 GdB - 1 GdB | Vertical offset of the FFT operation results. |
:MATH1:FFT:OFFSet 0.3 :MATH1:FFT:OFFSet?
Sets or queries the frequency range of FFT operation results. The default unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| hsc | real | Hz | Frequency range of FFT operation results. |
:MATH1:FFT:HSCale 1 kHz :MATH1:FFT:HSCale?
Sets or queries the center frequency of FFT operation results, relative to the horizontal center of the screen. Modifying the center frequency affects the frequency range.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | |
| <cent> | real | 5 Hz - 1GHz |
Sets or queries the start frequency of FFT operation results. The start frequency range depends on the stop frequency.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | FFT measurement number. |
| value | real | 0 Hz - (stop frequency -10 Hz) | Start frequency of the FFT operation results. |
:MATH1:FFT:FREQuency:STARt 10000000 /*Sets the start frequency of the FFT operation results to 10 MHz.*/ :MATH1:FFT:FREQuency:STARt? /*The query returns 1.000000E +7.*/
Sets or queries the stop frequency of FFT operation results.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| value | real | 0 Hz - stop frequency - 10 Hz |
:MATH1:FFT:FREQuency:END 10000000 :MATH1:FFT:FREQuency:END?
Enables or disables the FFT peak search, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the FFT peak search function. |
:MATH1:FFT:SEARch:ENABle 1 :MATH1:FFT:SEARch:ENABle?
Sets or queries the maximum number of the FFT peak search.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| num | integer | 1 - 15 |
:MATH1:FFT:SEARch:NUM 10 :MATH1:FFT:SEARch:NUM?
Sets or queries the threshold of the FFT peak search.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Selects the FFT channel. |
| <thres> | - | - | Threshold value for FFT peak search. |
Sets or queries the excursion of the FFT peak search.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| excur | real | 0 - 8 x VerticalScale | Excursion of the FFT peak search. |
Sets or queries the sequence of the FFT peak search results.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | |
| order | enum | AMPorder | FREQorder |
:MATH1:FFT:SEARch:ORDer AMPorder :MATH1:FFT:SEARch:ORDer?
Queries the FFT peak search results table.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 |
Sets or queries the filter type.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| type | enum | LPASs | HPASs | BPASs | BSTop | Selects the filter type. |
Sets or queries the cut-off frequency of Low Pass Filter/High Pass Filter, or the cut-off frequency 1 of Band Pass Filter/Band Stop Filter. The default unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Math operation index. |
| freq1 | real | Hz | Cut-off frequency 1. |
Sets or queries the cut-off frequency 2 for Band Pass and Band Stop filters. The default unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| freq2 | real | Hz | Cut-off frequency 2. |
:MATH1:FILTer:W1 1000000 :MATH1:FILTer:W1?
Sets or queries the sensitivity of the logic operation. The default unit is div.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| sens | real | 100 mdiv - 1 div |
:MATH1:SENSitivity 0.2 /*Sets the sensitivity of the logic :MATH1:SENSitivity? /*The query returns 2.000000E-1.*/
Sets the distance parameter for the math operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | 3 | 4 | |
| dist | - | - |
Sets or queries the threshold level of Analog Channel 1 in the logic operation. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Selects the math channel number. |
| thre | real | (-4 × VerticalScale - VerticalOffset) - (4 × VerticalScale - VerticalOffset) | Sets the threshold level. |
Sets or queries the threshold level of Analog Channel 2 in the logic operation. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 4 | Analog channel number. |
| thre | real | (-4 × VerticalScale - VerticalOffset) - (4 × VerticalScale - VerticalOffset) | Threshold level for Analog Channel 2. |
:MATH1:THReshold1 0.8 /*Sets the threshold level of Analog :MATH1:THReshold1? /*The query returns 8.000000E-1.*/
Sets or queries the threshold level of Analog Channel 3 in the logic operation. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | |
| thre | real | -4 × VerticalScale - VerticalOffset - 4 × VerticalScale - VerticalOffset |
:MATH1:THReshold2 0.8 :MATH1:THReshold2?
Sets or queries the threshold level of Analog Channel 4 in the logic operation. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Selects the analog channel number. |
| thre | real | (-4 × VerticalScale - VerticalOffset) - (4 × VerticalScale - VerticalOffset) | Sets the threshold level. |
:MATH1:THReshold4 0.8 /*Sets the threshold level of Analog :MATH1:THReshold4? /*The query returns 8.000000E-1.*/
Queries the title of the specified math operation window.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | Specifies which math operation window to query. |
:MATH1:WINDow:TITLe? /*The query returns Math1 CH1*CH1 Scale:0U Sa:2GSa/s.*/
Sets or queries whether to display the waveform label of the specified math operation.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | 3 | 4 | Selects the math operation window. |
| <bool> | boolean | 1 | ON | 0 | OFF | Enables or disables label display. |
:MATH1:LABel:ENABle ON /*Enables the display of the label.*/ :MATH1:LABel:ENABle? /*The query returns 1.*/
Sets or queries the channel source of the current measurement parameter.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 |
Measures any waveform parameter of the specified source, or queries the statistical results of any waveform parameter of the specified source.
| Name | Type | Values | Description |
|---|---|---|---|
| item | discrete | VMAX | VMIN | VPP | VTOP | VBASe | VAMP | VAVG | VRMS | OVERshoot | PREShoot | MARea | MPARea | PERiod | FREQuency | RTIMe | FTIMe | PWIDth | NWIDth | PDUTy | NDUTy | TVMAX | TVMIN | PSLewrate | NSLewrate | VUPPer | VMID | VLOWer | VARiance | PVRMs | PPULses | NPULses | PEDGes | NEDGes | RRDelay | RFDelay | FRDelay | FFDelay | RRPHase | RFPHase | FRPHase | FFPHase | ACRMs | Measurement item to set or query. |
| srcopt | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | Source of the measurement parameter. |
| srcopt | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | Second source for dual-source measurement parameters. |
:MEASure:SOURce CHANnel2 /*Sets the channel source of the measurement parameter to CHANnel2.*/ :MEASure:SOURce? /*The query returns CHAN2.*/
Clears all the enabled measurement items.
Sets the source and displays all measurement values of the set source, or queries the channel source(s) of the all measurement function.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | OFF | Selects the measurement source channel or turns the source off. |
Sets or queries the statistics count.
| Name | Type | Values | Description |
|---|---|---|---|
| val | integer | 2 - 100,000 | Statistics count value. |
Enables or disables the statistical function, or queries its status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the statistical function. |
:MEASure:STATistic:DISPlay ON :MEASure:STATistic:DISPlay?
Clears the history statistics data and starts statistics again.
Enables the statistical function of a specified waveform parameter for the specified source, or queries the statistical results for that parameter. The query form accepts a result type selector and the item/source arguments.
| Name | Type | Values | Description |
|---|---|---|---|
| item | enum | VMAX | VMIN | VPP | VTOP | VBASe | VAMP | VAVG | VRMS | OVERshoot | PREShoot | MARea | MPARea | PERiod | FREQuency | RTIMe | FTIMe | PWIDth | NWIDth | PDUTy | NDUTy | TVMAX | TVMIN | PSLewrate | NSLewrate | VUPPer | VMID | VLOWer | VARiance | PVRMs | PPULses | NPULses | PEDGes | NEDGes | RRDelay | RFDelay | FRDelay | FFDelay | RRPHase | RFPHase | FRPHase | FFPHase | ACRMs | |
| srcopt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | |
| srcopt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | |
| type | enum | MAXimum | MINimum | CURRent | AVERages | DEViation | CNT |
Sets or queries the threshold level upper limit of the analog channel in auto measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | - | Threshold level upper limit value. |
Sets or queries the threshold level middle value of the analog channel in auto measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | - | Threshold level middle value for the analog channel; range is referred to in the remarks. |
Sets or queries the threshold level lower limit of the analog channel in auto measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0% - (threshold middle value - 1%) | Lower limit of the threshold level; the allowed range depends on the current threshold middle value when the threshold type is percentage. |
Sets or queries Source A in the phase or delay measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 |
Sets or queries Source B in the phase or delay measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 |
:MEASure:SETup:PSB?
Sets or queries Source A in the phase or delay measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| <source> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | Selects the source used for phase or delay measurement Source A. |
Sets or queries Source B in the phase or delay measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | Selects the source used as Source B for the phase or delay measurement. |
Sets or queries the threshold source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 | Threshold source to use. |
Sets or queries the measurement threshold type.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | PERCent | ABSolute | Selects the threshold type. |
:MEASure:THReshold:TYPE ABSolute :MEASure:THReshold:TYPE?
Sets the threshold level of the analog channel in auto measurement to a default value.
Sets or queries the type of the measurement range.
| Name | Type | Values | Description |
|---|---|---|---|
| area | enum | MAIN | ZOOM | CURSor | Selects the measurement range type. |
:MEASure:AREA ZOOM :MEASure:AREA?
| Name | Type | Values | Description |
|---|---|---|---|
| <cbx> | - | - |
Sets or queries the horizontal position of Cursor A when the measurement range is the "cursor region". The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| cax | real | s | Horizontal position of Cursor A. |
:MEASure:CREGion:CAX <cax> :MEASure:CREGion:CAX?
Sets or queries the on/off status of the measurement auto cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | On/off state of the measurement auto cursor. |
:MEASure:INDicator ON /*Sets the measurement auto cursor to be on.*/ :MEASure:INDicator? /*The query returns 1.*/
Sets or queries the on/off status of the frequency counter.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Turns the frequency counter on or off. |
:MEASure:COUNter:ENABle ON /*Enables the frequency counter.*/ :MEASure:COUNter:ENABle? /*The query returns 1.*/
Sets or queries the measurement source for the frequency counter.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | EXT | Selects the measurement source for the frequency counter. |
:MEASure:COUNter:SOURce <source> :MEASure:COUNter:SOURce?
Queries the measurement results of the frequency counter.
:MEASure:COUNter:VALue? /*The query returns 9.999996E-04.*/
Sets or queries the amplitude method.
| Name | Type | Values | Description |
|---|---|---|---|
| val | enum | AUTO | MANual | Selects the amplitude method. |
:MEASure:AMP:TYPE MANual /*Sets the amplitude method to MANual.*/ :MEASure:AMP:TYPE? /*The query returns MAN.*/
Sets or queries the amplitude top value type for the manual amplitude method.
| Name | Type | Values | Description |
|---|---|---|---|
| val | enum | HISTogram | MAXMin | Selects the amplitude top value type. |
:MEASure:AMP:MANual:TOP <val> :MEASure:AMP:MANual:TOP?
Sets or queries the amplitude base value type for the manual amplitude method.
| Name | Type | Values | Description |
|---|---|---|---|
| val | enum | HISTogram | MAXMin | Selects the base value type for the manual amplitude method. |
Sets the measurement category. The slice shows setter and query syntax, but does not document the allowed values or the query return format.
Sets or queries the power analysis type.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | QUALity | RIPPle | Selects the power analysis type. |
Sets or queries the current source of the power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the current source channel. |
:POWer:CURRent:SOURce CHANnel2 /*Sets the current source to :POWer:CURRent:SOURce? /*The query returns CHAN2.*/
Sets or queries the voltage source of the power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the voltage source channel. |
:POWer:VOLTage:SOURce CHANnel2 /*Sets the voltage source of the power quality to CHANnel2.*/ :POWer:VOLTage:SOURce? /*The query returns CHAN2.*/
Sets or queries the reference level type of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| method | enum | - |
Sets or queries the upper limit of the absolute value of the reference level of the power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -98.9MV - 100MV | Upper limit of the absolute value of the reference level of the power quality. |
:POWer:REFLevel:ABSolute:HIGH 50mV /*Sets the upper limit of the :POWer:REFLevel:ABSolute:HIGH? /*The query returns 5.000000E-2.*/
Sets or queries the lower limit of the absolute value of the reference level of the power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | -100MV - 98.9MV | Lower limit of the absolute value of the reference level of the power quality. |
:POWer:REFLevel:ABSolute:LOW -50mV :POWer:REFLevel:ABSolute:LOW?
Sets or queries the middle absolute value of the reference level of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| <value> | real | -99MV - 99MV | Middle absolute value of the reference level of power quality. |
Sets or queries the reference level percentage upper limit of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | middle value +1 - 100 | Reference level percentage upper limit. |
:POWer:REFLevel:PERCent:HIGH 20 :POWer:REFLevel:PERCent:HIGH?
Sets or queries the reference level percentage lower limit of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - (middle value - 1) | Reference level percentage lower limit of power quality. |
Sets or queries the middle percentage value of the reference level of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | (lower limit +1) - (upper limit - 1) | Middle percentage value of the reference level of power quality. |
:POWer:REFLevel:PERCent:MID 20 /*Sets the middle percentage :POWer:REFLevel:PERCent:MID? /*The query returns 20.*/
Sets or queries the display status of the power quality analysis results.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Display status of the power quality analysis results. |
:POWer:QUALity:DISPlay ON /*Enables the display of the power quality analysis results.*/ :POWer:RIPPle:DISPlay? /*The query returns 1.*/
Sets or queries the frequency reference source of power quality.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | VOLTage | CURRent | Frequency reference source for power quality. |
Queries the statistical results of the power quality analysis.
:POWer:QUALity:STATistics:RESult? /*The query returns the statistical results of the power quality analysis in strings.*/
Sets or queries the source used for power ripple measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - |
Sets or queries the on/off status of the display of the ripple analysis result.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Controls whether the ripple analysis result display is enabled or disabled. |
Queries the statistical results of the ripple analysis.
:POWer:RIPPle:STATistics:RESult? /*The query returns the statistical results of the ripple analysis in strings.*/
Resets the statistics.
Sets or queries the statistics count of the ripple analysis function.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 1,000 |
:POWer:RIPPle:STATistics:COUNt 100 :POWer:RIPPle:STATistics:COUNt?
Sets or queries the power analysis statistics count.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - 1,000 |
Sets or queries the type of the shortcut keys.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | SIMage | SWAVe | SSETup | AMEasure | SRESet | RECord | SSAVe | Selects the quick operation shortcut key type. |
Enables or disables the waveform recording function, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables waveform recording. |
":RECord:WRECord:ENABle ON" ":RECord:WRECord:ENABle?"
Enables or disables the waveform recording function, or queries its on/off status. This command exists for backwards compatibility; use :RECord:WRECord:ENABle instead.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables waveform recording. |
:RECord:ENABle ON /*Enables the waveform recording function.*/ :RECord:ENABle? /*The query returns 1.*/
Starts or stops waveform recording, or queries whether waveform recording is running or stopped.
| Name | Type | Values | Description |
|---|---|---|---|
| operate | enum | RUN | STOP | Selects whether waveform recording starts or stops. |
Sets to start the waveform recording, or queries whether waveform recording starts or stops. This command exists for backwards compatibility; use :RECord:WRECord:OPERate instead.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Starts or stops waveform recording. |
:RECord:STARt ON /*Sets to start recording the waveforms.*/ :RECord:STARt? /*The query returns 1.*/
Sets or queries the number of frames for waveform recording.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - MAXimum | Number of frames for waveform recording. |
Sets or queries the number of frames for waveform recording.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - the maximum number of frames that can be recorded currently | Number of frames to record. |
*:RECord:FRAMes 300 *:RECord:FRAMes?
Sets the number of recorded frames to the maximum number of frames.
:RECord:WRECord:FRAMes:MAX /*Sets the number of recorded frames to the maximum number of frames.*/
Sets or queries the time interval between frames in waveform recording.
| Name | Type | Values | Description |
|---|---|---|---|
| interval | real | 10 ns - 1 s |
:RECord:WRECord:FINTerval 1 :RECord:WRECord:FINTerval?
Sets or queries the on/off status of the beeper when recording is completed.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | On/off status of the beeper when the recording is completed. |
Sets or queries the current frame in waveform playing.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - the maximum number of frames recorded |
:RECord:WREPlay:FCURrent 300 :RECord:WREPlay:FCURrent?
Sets or queries the current frame in waveform playing.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 1 - the maximum number of frames recorded |
Queries the time stamp of the current frame in waveform playing.
Sets the starting frame for waveform replay.
| Name | Type | Values | Description |
|---|---|---|---|
| start | integer | 1 - the maximum number of frames recorded | Starting frame number to use for waveform replay. |
Sets or queries the end frame in waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| end | integer | 1 - the maximum number of frames recorded | End frame in waveform playback. |
Queries the maximum number of frames that can be played back currently.
Sets or queries the time interval between frames in waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| interval | real | 1 ms - 1 s | Time interval between frames in waveform playback. |
Sets the waveform playback mode to Repeat or Single; queries the waveform playback mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | REPeat | SINGle | Waveform playback mode. |
*none*
Sets or queries the playback direction in waveform playing.
| Name | Type | Values | Description |
|---|---|---|---|
| direction | enum | - |
Enables or disables the waveform playing function, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| operate | enum | RUN | STOP | Selects whether waveform playing runs or stops. |
Sets whether waveform playback is enabled. The syntax documents a single boolean parameter.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean value that enables or disables waveform playback. |
Plays back the previous frame of waveforms manually.
:RECord:WREPlay:BACK /*Plays back the previous frame of waveforms manually.*/
Plays back the next frame of waveforms manually.
:RECord:WREPlay:NEXT /*Plays back the next frame of waveforms manually.*/
Sets playback to start from either the start frame or the end frame manually.
| Name | Type | Values | Description |
|---|---|---|---|
| val | enum | FFIRst | FEND | Selects whether playback starts from the start frame or the end frame. |
:RECord:WREPlay: PLAY FEND /*Sets to play from end frame manually.*/
Sets or queries the source of the specified reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | - | Reference channel number to configure. |
| chan | discrete | - | Source channel for the selected reference channel. |
Sets or queries the vertical scale of the specified reference channel. The query returns the vertical scale in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 - 10 | Specifies the reference channel number. |
| scale | real | 100 μV - 10 V | Sets the vertical scale of the reference channel; valid range depends on the probe ratio. |
:REFerence:VSCale 1,2 /*Sets the vertical scale of reference channel 1 to 2 V.*/ :REFerence:VSCale? 1 /*The query returns 2.000000E0.*/
Sets or queries the vertical position of the specified reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Specifies the reference channel. |
| offset | real | -10 × RefVerticalScale - 10 × RefVerticalScale | Sets the vertical position of the specified reference channel. |
:REFerence:VOFFset 1,0.5 :REFerence:VOFFset? 1
Resets the vertical scale and vertical offset of the specified reference channel to the defaults.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Specifies the reference channel to reset. |
Sets or queries the horizontal position of the specified reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Specifies the reference channel. |
| offset | real | -10 × RefVerticalScale - 10 × RefVerticalScale | Sets the horizontal position of the specified reference channel. |
:REFerence:HOFFset 1,0.5 :REFerence:HOFFset? 1
Sets the current reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Specifies the reference channel to make current. |
Saves the waveform of the specified reference channel to internal memory as the reference waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Specifies the reference channel to save. |
Sets the display color of a reference waveform. The query form returns the color of the specified reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | integer | 1 - 10 | Specifies the reference channel. |
| color | - | - | Sets the reference waveform color. |
Enables or disables the label display of all the reference channels; or queries the on/off label display status of all the reference channels.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Controls whether reference channel labels are displayed. |
Sets or queries the label of the specified reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| ref | discrete | 1 - 10 | Specifies the reference channel. |
| str | string | - | Label text for the reference channel; may contain English letters, numbers, and some symbols. |
:REFerence:LABel:CONTent 1,REF1 :REFerence:LABel:CONTent? 1
Sets the screen image inversion state for saved images. The query returns the current inversion state.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Specifies whether image inversion is enabled. |
Sets the image color used for image saving to Color or Gray, and queries the current image color setting.
| Name | Type | Values | Description |
|---|---|---|---|
| color | enum | COLor | GRAY | Image color to use when saving the image. |
:SAVE:IMAGe:COLor GRAY :SAVE:IMAGe:COLor?
Sets or queries the format used when saving images. The query returns the current image-save format.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | PNG | BMP | JPG | Image file format to use when saving. |
:SAVE:IMAGe:FORMat PNG :SAVE:IMAGe:FORMat?
Sets or queries whether to display the image header.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables display of the image header. |
Stores the contents displayed on the screen into internal or external memory in image format.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | File storage location and filename, including a suffix. |
Saves the current setup parameters of the oscilloscope to internal or external memory as a file.
| Name | Type | Values | Description |
|---|---|---|---|
| <path> | string | - | File storage location and filename with suffix; local disk uses C:/ and external storage can be D:/E:/... . |
:SAVE:SETup D:/123.stp /*Stores the current setup parameters of the oscilloscope into the external storage device Disk D, with the filename 123.stp.*/
Saves the screen waveform data to the internal or external memory as a file.
| Name | Type | Values | Description |
|---|---|---|---|
| <path> | string | - | Includes the file storage location and filename with a suffix. |
*Note: No additional invocation lines beyond the syntax and example were provided in the slice.*
Saves the oscilloscope memory waveform data to the specified path as a file.
| Name | Type | Values | Description |
|---|---|---|---|
| <path> | string | - | File storage location and filename with suffix. |
Queries the status of the memory. The query returns 0 or 1 when the saving operation is completed.
Sets or queries whether to enable or disable the file overwriting function.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables file overwriting. |
:SAVE:OVERlap ON /*Enables to overwrite the existing file.*/ :SAVE:OVERlap? /*The query returns 1.*/
Sets or queries the prefix of the filename when saving a file.
| Name | Type | Values | Description |
|---|---|---|---|
| name | string | - | Filename prefix used when saving a file. |
Loads the oscilloscope setup file from the specified path.
| Name | Type | Values | Description |
|---|---|---|---|
| path | string | - | File storage location and filename with suffix; the suffix of the filename to be loaded is "*.stp". |
:LOAD:SETup D:/123.stp /*Loads the setup file "123.stp" from the external storage device Disk D.*/
Queries the total number of the search events.
Enables or disables the search function, or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the search function. |
:SEARch:STATe ON :SEARch:STATe?
Sets the search type.
| Name | Type | Values | Description |
|---|---|---|---|
| value | enum | EDGE | PULSe | Search type to select. |
:SEARch:MODE PULSe /*Selects the search type to "PULSe".*/ :SEARch:MODE? /*The query returns PULS.*/
Sets the search event to navigate to. The query returns the current search event number, or 0 if no search event is found in the current search event table.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - the number of searched events |
Queries the time value for the specified Line No. in the marktable.
| Name | Type | Values | Description |
|---|---|---|---|
| x | integer | - | Line number of the marktable. |
Sets or queries the edge for the "Edge" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | - |
Sets or queries the source for the "Edge" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the threshold for the "Edge" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| thre | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Threshold value for the edge search type. |
:SEARch:EDGE:THReshold 0.01 :SEARch:EDGE:THReshold?
Sets or queries the polarity for the "Pulse" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | - | Polarity setting for the Pulse search type. |
Sets or queries the search condition for the "Pulse" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| qualifier | enum | GREater | LESS | GLESs |
Sets or queries the source for the "Pulse" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Source channel for the Pulse search type. |
:SEARch:PULSe:SOURce CHANnel1 :SEARch:PULSe:SOURce?
Sets the upper width threshold for the Pulse search type.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | - | Upper width threshold value. |
Sets or queries the lower limit of the pulse width for the "Pulse" search type.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 800 ps - 10 s | Lower limit of the pulse width. |
:SEARch:PULSe:LWIDth 0.2 /*Sets the lower limit of the pulse width for the Pulse search type to 200 ms.*/ :SEARch:PULSe:LWIDth? /*The query returns 2.000000E-1.*/
Sets or queries the threshold for the Pulse search type.
| Name | Type | Values | Description |
|---|---|---|---|
| thre | real | -5 × VerticalScale - OFFSet - 5 × VerticalScale - OFFSet | Threshold level for the pulse search type. |
:SEARch:PULSe:THReshold 0.01 :SEARch:PULSe:THReshold?
Enables or disables the output of the specified function/arbitrary waveform generator channel, or queries its output status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Specifies the built-in function/arbitrary waveform generator channel. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the output. |
:OUTPut1:STATe ON :OUTPut1:STATe?
Sets or queries the output impedance of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | |
| ohms | enum | 50 | INFinity | Sets the output impedance to 50 Ω or HighZ. |
:OUTPut1:LOAD 50 :OUTPut1:LOAD?
Sets or queries the type of the basic waveform output from the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | |
| wave | - | - |
Sets or queries the symmetry of the Ramp waveform output from the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| symm | real | 0.1% - 99.9% |
Sets or queries the duty cycle of the pulse output from the specified function/arbitrary waveform generator channel. Duty cycle is the ratio of high level to a pulse period.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specified function/arbitrary waveform generator channel. |
| percent | real | 10 - 90 | Duty cycle as a percentage of the pulse period. |
Sets or queries the falling edge time of the pulse waveform output from the specified function/arbitrary waveform generator channel. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Channel index. |
| seconds | real | 9 ns - 159.99 μs | Falling edge time of the pulse waveform. |
Sets or queries the rising edge time of Pulse waveform output from the specified function/arbitrary waveform generator channel. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | |
| seconds | real | 9 ns - 159.99 μs | Rising edge time of the pulse waveform. |
:SOURce1:FUNCtion:PULSe:TRANsition:LEADing 0.0000001 :SOURce1:FUNCtion:PULSe:TRANsition:LEADing?
Sets or queries the pulse width of the pulse waveform output from the specified function/arbitrary waveform generator channel. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Channel number. |
| width | real | 13.6 ns - 10 s @100 mHz | Pulse width. |
Sets or queries the duty cycle of the Square waveform output from the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Channel number. |
| dcycle | real | 10 - 90 | Duty cycle setting. |
:SOURce1:FUNCtion:SQUare:DCYCle 55 /*Sets the duty cycle of the :SOURce1:FUNCtion: SQUare:DCYCle? /*The query returns
Sets the waveform type of the specified function/arbitrary waveform generator channel to Arbitrary, or queries the current setting.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Channel number. |
| type | enum | - | Arbitrary waveform type. |
:SOURce1:FUNCtion:ARBitrary <type> :SOURce1:FUNCtion:ARBitrary?
Sets or queries the amplitude of the signal output from the specified function/arbitrary waveform generator channel. By default, the unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| voltopt | real | 0.002 - 10 |
Sets or queries the voltage offset of the basic waveform output from the specified function/arbitrary waveform generator channel. By default, the unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| offset | real | -5 V - 5 V |
Sets or queries the high level of the basic waveform output from the specified function/arbitrary waveform generator channel. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| value | real | -5 V - 10 V |
:SOURce1:VOLTage:HIGH 1 /*Sets the high level of the output basic waveform of GI to 1 V.*/ :SOURce1:VOLTage:HIGH? /*The query returns 1.0000000000E +00.*/
Sets or queries the low level of the basic waveform output from the specified function/arbitrary waveform generator channel. The unit is V by default.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| value | real | V |
:SOURce1:VOLTage:LOW <value> :SOURce1:VOLTage:LOW?
Sets or queries the frequency of the basic waveform output from the specified function/arbitrary waveform generator channel. By default, the unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| freq | real | 1 µHz - 50 MHz |
Sets or queries the period of the basic waveform and built-in waveform output from the specified function/arbitrary waveform generator channel. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Channel number. |
| value | real | 20 ns - 1 Ms | Period value to set. |
Sets or queries the start phase of the basic waveform output from the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specified channel number. |
| phase | real | 0° - 360° | Start phase of the waveform output. |
:SOURce1:PHASe 10 :SOURce1:PHASe?
Performs the "align phase" operation.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | Specifies the function/arbitrary waveform generator channel. |
Enables or disables the output of the AM modulation for the specified Function/Arbitrary Waveform Generator channel. The query returns the on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the Function/Arbitrary Waveform Generator channel. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables AM modulation output. |
Sets or queries the AM depth of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| depth | real | 0% - 120% | AM modulation depth, expressed as a percentage. |
:SOURce1:AM:DEPTh 50 /*Sets the AM modulation depth of GI to 50%.*/ :SOURce1:AM:DEPTh? /*The query returns 5.0000000000E+01.*/
Sets the internal AM modulation frequency for the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| <n> | discrete | 1 | 2 | Specified function/arbitrary waveform generator channel. |
| <freq> | real | - | Internal AM modulation frequency. |
Sets or queries the AM modulation waveform of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| function | enum | SINusoid | SQUare | TRIangle | UPRamp | DNRamp | NOISe |
:SOURce1:AM:INTernal:FUNCtion SINusoid :SOURce1:AM:INTernal:FUNCtion?
Sets or queries the on/off status of DSSC of the AM modulation for the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | |
| bool | enum | 1 | ON | 0 | OFF | Turns DSSC on or off. |
Enables or disables the output of the FM modulation for the specified Function/Arbitrary Waveform Generator channel; queries the on/off status of the FM modulation output for that channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Channel number. |
| bool | boolean | 1 | ON | 0 | OFF | Turns FM modulation output on or off. |
:SOURce:FM:STATe ON /*Enables the output of the FM modulation for GI.*/ :SOURce:FM:STATe? /*The query returns 1.*/
Sets or queries the PM phase deviation of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| deviation | - | - |
Sets or queries the FM modulation frequency of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| freq | real | 2 mHz - 1 MHz |
Sets or queries the FM modulation waveform of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the channel number. |
| function | enum | SINusoid | SQUare | TRIangle | UPRamp | DNRamp | NOISe | Sets the FM modulation waveform. |
:SOURce1:FM:INTernal:FUNCtion SQUare :SOURce1:FM:INTernal:FUNCtion?
Enables or disables the output of the PM modulation for the specified Function/Arbitrary Waveform Generator channel; queries the on/off status of the output of the PM modulation for the specified AFG channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Specifies the Function/Arbitrary Waveform Generator channel. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables PM modulation output. |
:SOURce1:PM:STATe ON /*Enables the output of the PM modulation for GI.*/ :SOURce1:PM:STATe? /*The query returns 1.*/
Sets or queries the PM phase deviation of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| deviation | - | - |
Sets or queries the PM modulation frequency of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| freq | real | 2 mHz - 1 MHz |
:SOURce1:PM:INTernal:FREQuency 150 /*Sets the PM modulation frequency of GI to 150 Hz.*/ :SOURce1:PM:INTernal:FREQuency? /*The query returns +1.500000000000000E+02.*/
Sets or queries the PM modulation waveform of the specified function/arbitrary waveform generator channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | |
| function | enum | SINusoid | SQUare | TRIangle | UPRamp | DNRamp | NOISe | PM modulation waveform to select. |
:SOURce1:PM:INTernal:FUNCtion SQUare /*Sets the PM modulation waveform of Source 1 to Square.*/ :SOURce1:PM:INTernal:FUNCtion? /*The query returns SQU.*/
Sets or queries the type of the signal output from the rear-panel AUX OUT connector.
| Name | Type | Values | Description |
|---|---|---|---|
| auxoutput | enum | TOUT | PFAil | Selects the AUX OUT signal type. |
Turns the beeper on or off, or queries the beeper on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Turns the beeper on or off. |
Sets or queries the system date.
| Name | Type | Values | Description |
|---|---|---|---|
| year | integer | 1900 - 2100 | |
| month | integer | 1 - 12 | |
| day | integer | 1 - 31 (28, 29, or 30) |
:SYSTem:DATE 2017,10,17 /*Sets the system date to 2017/10/17.*/ :SYSTem:DATE? /*The query returns 2017,10,17.*/
Returns the next error in the system error queue. The optional :NEXT node is shown in the syntax.
Sets or queries the type of the 10M reference clock.
| Name | Type | Values | Description |
|---|---|---|---|
| clock | enum | OFF | COUTput | CINPut | Type of the 10M reference clock. |
Sets or queries the GPIB address.
| Name | Type | Values | Description |
|---|---|---|---|
| adr | integer | 1 - 30 | GPIB address. |
:SYSTem:GPIB 2 :SYSTem:GPIB?
Sets or queries the configuration type recalled by the oscilloscope when it is powered on again after power-off.
| Name | Type | Values | Description |
|---|---|---|---|
| power_on | enum | LATest | DEFault | Configuration type recalled at power-on. |
Sets or queries the power status of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| sat | enum | DEFault | OPEN | Selects the oscilloscope power status behavior after power-on. |
:SYSTem:PSTatus DEFault /*Sets the power status to DEFault.*/ :SYSTem:PSTatus? /*The query returns DEF.*/
Installs an option license on the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| license | string | - | Option license key in the format "<series>-<opt>@<code>". |
Uninstalls all the official options. After the option has been uninstalled, the instrument must be restarted.
Returns the status of the installed option indicated by the specified type.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | AWG | BW5T10 | Specifies which option status to query. |
Queries whether an option is activated or not. The query returns 0 if the option is not installed and 1 if the official option has been installed.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | BND | AUTO | FLEX | AUDIO | AERO | UPA | AWG | BW5T10 | Option type to check. |
Queries whether an option is activated or not. This command exists for backwards compatibility; use :SYSTem:OPTion:STATus? instead.
Resets the system to power on.
Sends or reads the data stream of the system setup file.
| Name | Type | Values | Description |
|---|---|---|---|
| setup_data | - | - |
Sets or queries the system time.
| Name | Type | Values | Description |
|---|---|---|---|
| hours | integer | 0 - 23 | |
| minutes | integer | 0 - 59 | |
| seconds | integer | 0 - 59 |
Enables or disables the front-panel key operation and touch screen operation; queries whether the front-panel key operation and touch screen operation are locked.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Turns front-panel key operation and touch screen operation on or off. |
:SYSTem:LOCKed ON :SYSTem:LOCKed?
Queries the installed system modules.
Enables or disables the function of the Auto menu, or queries the on/off status of the Auto menu.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the Auto menu function. |
Queries the number of grids in the horizontal direction of the screen.
Sets or queries whether to display the system time.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Whether to display the system time. |
Queries the version number of the SCPI used by the system.
Queries whether the DG module exists.
Enables or disables timebase delay. The syntax accepts a boolean value.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Turns timebase delay on or off. |
Sets or queries the offset of the delayed time base.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | -(LeftTime - DelayRange/2) - (RightTime - DelayRange/2) | Offset of the delayed time base. |
Sets or queries the scale of the delayed time base. The default unit is s/div.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | current scale of the main time base | Scale of the delayed time base. |
:TIMebase:DELay:SCALe 0.00000005 /*Sets the scale of the delayed time base to 50 ns/div.*/ :TIMebase:DELay:SCALe? /*The query returns 5.000000E-8.*/
Sets the time base offset. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| <offset> | real | s | Offset of the time base. |
Sets or queries the main time base scale.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | - | Main time base scale. |
Sets or queries the horizontal time base mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | MAIN | XY | ROLL | Selects the horizontal time base mode. |
Sets or queries the horizontal reference mode.
| Name | Type | Values | Description |
|---|---|---|---|
| href | enum | CENTer | LB | RB | TRIG | USER | Horizontal reference mode. |
Sets or queries the user-defined reference position when waveforms are expanded or compressed horizontally.
| Name | Type | Values | Description |
|---|---|---|---|
| pos | integer | -500 - 500 | User-defined horizontal reference position. |
:TIMebase:HREFerence:POSition 60 /*Sets the user-defined reference position to 60.*/ :TIMebase:HREFerence:POSition? /*The query returns 60.*/
Enables or disables the fine adjustment function of the horizontal scale; or queries its on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Boolean to enable or disable the fine adjustment function of the horizontal scale. |
Sets the running status.
| Name | Type | Values | Description |
|---|---|---|---|
| action | enum | STOP | RUN | SINGle | Running status to set. |
:TIMebase:HOTKeys RUN /*Sets the operating status to RUN.*/
Sets or queries the status of the ROLL mode.
| Name | Type | Values | Description |
|---|---|---|---|
| value | integer | 0 - 1 | Enables or disables Auto ROLL mode. |
:TIMebase:ROLL 0 /*Disables the ROLL mode.*/ :TIMebase:ROLL? /*The query returns 0.*/
Enables or disables the XY mode, or queries the on/off status of the XY mode.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Selects whether XY mode is enabled or disabled. |
Sets or queries the source channel of the X coordinate when the horizontal time base mode is XY.
| Name | Type | Values | Description |
|---|---|---|---|
| s | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Source channel for the X coordinate in XY mode. |
:TIMebase:XY:X CHANnel3 :TIMebase:XY:X?
Sets or queries the channel source of the Y coordinate when the horizontal time base mode is XY.
| Name | Type | Values | Description |
|---|---|---|---|
| <s> | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Channel source for the Y coordinate in XY mode. |
:TIMebase:XY:Y CHANnel3 /*Sets the channel source of the Y coordinate to CHANnel3.*/ :TIMebase:XY:Y? /*The query returns CHAN3.*/
Sets the channel source of the Z coordinate when the horizontal time base mode is XY.
| Name | Type | Values | Description |
|---|---|---|---|
| s | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Channel source for the Z coordinate in XY mode. |
Sets or queries the grid type of the XY display.
| Name | Type | Values | Description |
|---|---|---|---|
| grid | enum | FULL | HALF | NONE | Grid type for the XY display. |
Sets or queries the trigger type.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | EDGE | PULSe | SLOPe | VIDeo | PATTern | DURation | TIMeout | RUNT | WINDow | DELay | SETup | NEDGe | RS232 | IIC | SPI | CAN | LIN | IIS | FLEXray | M1553 | Trigger mode to use. |
Selects or queries the trigger coupling type. This command is only available for the Edge trigger when the analog channel is selected as the source.
| Name | Type | Values | Description |
|---|---|---|---|
| couple | enum | AC | DC | LFReject | HFReject | Trigger coupling type. |
:TRIGger:COUPling LFReject /*Sets the trigger coupling type to low frequency rejection.*/ :TRIGger:COUPling? /*The query returns LFR.*/
Queries the current trigger status.
Sets the trigger mode. The slice lists three discrete sweep modes: AUTO, NORMal, and SINGle.
| Name | Type | Values | Description |
|---|---|---|---|
| sweep | enum | AUTO | NORMal | SINGle | Trigger mode to set. |
Sets or queries the trigger holdoff time. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| <value> | real | 8 ns - 10 s | Holdoff time to set. |
:TRIGger:HOLDoff 0.0000002 /*Sets the trigger holdoff time to 200 :TRIGger:HOLDoff? /*The query returns 2.000000E-7.*/
Turns on or off noise rejection, or queries its on/off status. Noise rejection reduces the possibility of the Noise trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables noise rejection. |
:TRIGger:NREJect ON /*Enables the noise rejection function.*/ :TRIGger:NREJect? /*The query returns 1.*/
Queries the waveform trigger position relative to the corresponding position in internal memory.
Edge trigger identifies a trigger on the trigger level of the specified edge on the input signal.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | - | Trigger source for Edge trigger. |
Sets or queries the trigger source of Edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <source> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | ACLine | EXT | Trigger source for Edge trigger. |
Sets or queries the edge type of Edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | RFALl | Edge trigger slope selection. |
:TRIGger:EDGE:SLOPe NEGative /*Sets the edge type to NEGative.*/ :TRIGger:EDGE:SLOPe? /*The query returns NEG.*/
Sets or queries the trigger level of Edge trigger. The unit is the same as that of the current amplitude of the selected source.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | - | Trigger level value. |
Pulse trigger sets the oscilloscope to trigger on the positive or negative pulse of a specified width. In this mode, the oscilloscope triggers when the pulse width of the input signal satisfies the specified pulse width condition.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - |
Sets the pulse trigger source. The setting is valid only when the selected source is an analog channel, a digital channel, or an external trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - | Trigger source. |
Sets or queries the polarity of Pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | - | Polarity setting for the Pulse trigger. |
Sets or queries the trigger condition of Pulse trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | GREater | LESS | GLESs | Trigger condition for Pulse trigger. |
Sets or queries the pulse upper limit of the Pulse trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | Pulse lower limit - 10 s | Pulse upper limit value. |
:TRIGger:PULSe:UWIDth 0.000003 /*Sets the pulse upper limit to 3 μs.*/ :TRIGger:PULSe:UWIDth? /*The query returns 3.000000E-6.*/
Sets or queries the pulse lower limit of the Pulse trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 0 - Pulse upper limit | Pulse lower limit value to set. |
:TRIGger:PULSe:LWIDth <width> :TRIGger:PULSe:LWIDth?
Sets or queries the trigger level of the Pulse trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the Pulse trigger; range depends on whether the channel is analog or digital. |
:TRIGger:PULSe:LEVel <level> :TRIGger:PULSe:LEVel?
Sets the oscilloscope to trigger on the positive or negative slope of the specified time. This trigger mode is applicable to ramp and triangle waveforms.
Sets or queries the trigger source of Slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| channel | discrete | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the edge type of Slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Selects the trigger edge polarity. |
:TRIGger:SLOPe:POLarity POSitive :TRIGger:SLOPe:POLarity?
Sets or queries the trigger condition of Slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | GREater | LESS | GLESs | Selects the Slope trigger condition. |
:TRIGger:SLOPe:WHEN LESS /*Sets the trigger condition to LESS.*/ :TRIGger:SLOPe:WHEN? /*The query returns LESS.*/
Sets or queries the upper time limit value of the Slope trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | s | Upper time limit value for the Slope trigger. |
Sets or queries the lower time limit value of the Slope trigger. The default unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - upper limit | Lower time limit value of the Slope trigger. |
Sets or queries the vertical window type of Slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| window | enum | TA | TB | TAB | Vertical window type for the Slope trigger. |
:TRIGger:SLOPe:WINDow TB /*Sets the vertical window type to TB.*/ :TRIGger:SLOPe:WINDow? /*The query returns TB.*/
| Name | Type | Values | Description |
|---|---|---|---|
| level | - | - |
Sets or queries the lower limit of the trigger level of Slope trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - OFFSet - trigger level upper limit | Lower limit of the trigger level. |
Defines the video trigger subsystem. The slice says video triggering can use standard video signal field or line timing for NTSC, PAL, or SECAM.
Sets or queries the trigger source of the Video trigger. The source can be a digital channel D0 to D15 or an analog channel CHANnel1 to CHANnel8, depending on model support.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the trigger source for Video trigger. |
Sets or queries the video polarity of the Video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Selects the video polarity. |
:TRIGger:VIDeo:POLarity NEGative :TRIGger:VIDeo:POLarity?
Sets or queries the sync type of Video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | ODDField | EVENfield | LINE | ALINes | Sync type of the video trigger. |
Sets or queries the line number used when the Video trigger sync type is set to Line. The valid line range depends on the selected video standard.
| Name | Type | Values | Description |
|---|---|---|---|
| line | integer | 1 | Line number to use for triggering. |
Sets or queries the video standard of the Video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| standard | enum | PALSecam | NTSC | 480P | 576P | 720P60 | 720P50 | 720P30 | 720P25 | 720P24 | 1080P60 | 1080P50 | Video standard to use for the trigger. |
Sets or queries the trigger level of the video trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | - | Trigger level of the video trigger. |
Sets or queries the trigger pattern. The pattern is a logical AND combination of channels, where each channel can be H, L, or X, and the scope triggers when the specified pattern becomes true; if all channels are X, it will not trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| pch1 | enum | H | L | X | Pattern state for the first channel. |
| pch2opt | enum | H | L | X | Pattern state for the second channel. |
| pch3opt | enum | H | L | X | Pattern state for the third channel. |
| pch4opt | enum | H | L | X | Pattern state for the fourth channel. |
Sets or queries the pattern definition for trigger pattern mode. The pattern is a logical AND combination of up to four channel pattern values, with each channel set to H, L, or X.
| Name | Type | Values | Description |
|---|---|---|---|
| pch1 | enum | H | L | X | Pattern value for the first channel. |
| pch2opt | enum | H | L | X | Pattern value for the second channel. |
| pch3opt | enum | H | L | X | Pattern value for the third channel. |
| pch4opt | enum | H | L | X | Pattern value for the fourth channel. |
Sets or queries the channel pattern of the Pattern trigger. The source pattern is specified for CHANnel1 to CHANnel4 using discrete states.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | H | L | X | R | F | Pattern state for each channel in the trigger source pattern. |
Sets or queries the trigger level of the specified channel in Pattern trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | - | Specified channel whose trigger level is set or queried. |
| level | real | same as current amplitude | Trigger level for the specified channel. |
In Duration trigger, the oscilloscope identifies a trigger condition by searching for the duration of a specified pattern. The pattern is a logical AND combination of the channels, and the instrument triggers when the pattern duration meets the preset time.
Sets or queries the trigger source of Duration trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Trigger source for the Duration trigger. |
Sets or queries the channel pattern of the Duration trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| pch1 | enum | H | L | X | Pattern for analog channel CHANnel1. |
| pch2opt | enum | H | L | X | Pattern for analog channel CHANnel2. |
| pch3opt | enum | H | L | X | Pattern for analog channel CHANnel3. |
| pch4opt | enum | H | L | X | Pattern for analog channel CHANnel4. |
Sets or queries the trigger condition of the Duration trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | GREater | LESS | GLESs | UNGLess | Trigger condition for the Duration trigger. |
:TRIGger:DURation:WHEN LESS /*Sets the trigger condition to LESS.*/ :TRIGger:DURation:WHEN? /*The query returns LESS.*/
Sets or queries the upper limit of the duration time of the Duration trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1.01 ns - 10 s | Upper limit of the duration time. |
:TRIGger:DURation:TUPPer 0.000003 /*Sets the upper limit of the :TRIGger:DURation:TUPPer? /*The query returns 3.000000E-6.*/
Sets or queries the lower limit of the duration time of the Duration trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1.01 ns - 10 s | Lower limit of the duration time. |
:TRIGger:DURation:TLOWer <time> :TRIGger:DURation:TLOWer?
Sets or queries the trigger level of the specified channel in Duration trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | |
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Analog channel trigger level. |
Sets the timeout trigger condition. In Timeout trigger, the oscilloscope triggers when the time interval is greater than the preset timeout value.
Sets or queries the trigger source of the Timeout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | - | Trigger source selection. |
:TRIGger:TIMeout:SOURce CHANnel2 /*Sets the trigger source to CHANnel2.*/ :TRIGger:TIMeout:SOURce? /*The query returns CHAN2.*/
| Name | Type | Values | Description |
|---|---|---|---|
| slope | - | - |
Sets or queries the timeout value of the Timeout trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - 10 s | Timeout value. |
Sets the oscilloscope to trigger on pulses that cross one trigger level but not another.
Sets or queries the trigger level of the Timeout trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the Timeout trigger. |
:TRIGger:TIMeout:LEVel 0.16 :TRIGger:TIMeout:LEVel?
Sets or queries the trigger source of the Runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Trigger source channel. |
:TRIGger:RUNT:SOURce CHANnel2 /*Sets the trigger source to CHANnel2.*/ :TRIGger:RUNT:SOURce? /*The query returns CHAN2.*/
Sets or queries the polarity of the Runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Polarity of the Runt trigger. |
:TRIGger:RUNT:POLarity NEGative :TRIGger:RUNT:POLarity?
Sets or queries the trigger conditions of Runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | NONE | GREater | LESS | GLESs | Trigger condition for Runt trigger. |
Sets or queries the upper limit of the pulse width for the Runt trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 1.01 ns - 10 s | Upper limit of the runt trigger pulse width. |
Sets or queries the lower limit of the pulse width of Runt trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 1 ns - 9.9 s | Lower limit of the pulse width. |
:TRIGger:RUNT:WLOWer 0.01 :TRIGger:RUNT:WLOWer?
Sets or queries the upper limit of the trigger level of Runt trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | Lower limit - 4.5 x VerticalScale - OFFSet | Upper limit of the trigger level. |
:TRIGger:RUNT:ALEVel 0.16 :TRIGger:RUNT:ALEVel?
Sets or queries the lower limit of the trigger level of Runt trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-4.5 x VerticalScale - OFFSet) - upper limit | Lower trigger level limit for Runt trigger. |
:TRIGger:RUNT:BLEVel 0.16 :TRIGger:RUNT:BLEVel?
Window trigger provides a high trigger level and a low trigger level. The instrument triggers when the input signal passes through the high trigger level or the low trigger level.
Sets or queries the trigger source of Window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the edge type of the Windows trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | POSitive | NEGative | RFALI | Edge type of the Windows trigger. |
*:TRIGger:WINDows:SLOPe NEGative /*Sets the edge type of Windows trigger to NEGative.*/ *:TRIGger:WINDows:SLOPe? /*The query returns NEG.*/
Sets or queries the trigger position of Window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| pos | enum | EXIT | ENTer | TIME | Trigger position setting for Window trigger. |
:TRIGger:WINDows:POSition ENTer :TRIGger:WINDows:POSition?
Sets or queries the window time of Window trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - 10 s |
Sets or queries the upper limit of the trigger level of Window trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | 0V - 4.5 x VerticalScale - OFFSet | Upper limit of the trigger level. |
:TRIGger:WINDows:ALEVel 0.16 :TRIGger:WINDows:ALEVel?
Sets the lower limit of the trigger level of Window trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | Lower limit - (4.5 x VerticalScale - OFFSet) | Lower limit of the trigger level. |
:TRIGger:WINDows:BLEVel <level> :TRIGger:WINDows:BLEVel?
Sets or queries the preset time limit for Delay trigger. In Delay trigger, Source A and Source B must be set, and the oscilloscope triggers when the time difference between the specified edges of Source A and Source B meets this limit.
Sets or queries Source A for Delay trigger. In Delay trigger, Source A and Source B are used to define the time difference condition between two neighboring edges.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - | Source A selection for the Delay trigger. |
Sets or queries the edge type of Edge A in Delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | - | Edge type for Source A in Delay trigger. |
Sets or queries the trigger source of Source B in Delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the edge type of Edge B in Delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Edge type of Edge B. |
:TRIGger:DELay:BSLop NEGative /*Sets the edge type of Edge B to :TRIGger:DELay:BSLop? /*The query returns NEG.*/
Sets or queries the trigger condition of the Delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | - | Trigger condition type. |
Sets or queries the upper limit of delay time of the Delay trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1.01 ns - 10 s | Upper limit of the delay time. |
Sets or queries the lower limit of delay time of the Delay trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - 9.9 s | Lower limit of the delay time. |
Sets or queries the threshold level of Source A of the Delay trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Threshold level for Source A of the Delay trigger. |
:TRIGger:DELay:ALEVel 0.16 :TRIGger:DELay:ALEVel?
Sets or queries the threshold level of Source B of Delay trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| <level> | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Threshold level for Source B of the delay trigger. |
Setup-and-hold trigger mode. The oscilloscope triggers when the setup time or hold time is smaller than the preset time.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - | Data source for setup-and-hold triggering. |
Sets the data source used for setup-and-hold trigger. In setup-and-hold trigger, the clock source and data source must both be specified.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | Analog channel | Digital channel | Data source selection for the setup-and-hold trigger. |
Sets or queries the clock source of Setup&Hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - | Clock source for the Setup&Hold trigger. |
Sets or queries the edge type of the Setup&Hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Selects the trigger edge type. |
Sets or queries the data type of the Setup&Hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| pattern | enum | H | L | Selects the trigger pattern level. |
:TRIGger:SHOLd:PATTern L :TRIGger:SHOLd:PATTern?
Sets the data type of the Setup&Hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | H | L | Selects the trigger data type. |
Sets or queries the setup time of Setup&Hold trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - 10 s | Setup time value for the Setup&Hold trigger. |
:TRIGger:SHOLd:STIMe 2E-6 :TRIGger:SHOLd:STIMe?
Sets or queries the hold time of Setup&Hold trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 1 ns - 10 s | Hold time value. |
:TRIGger:SHOLd:HTIMe 0.002 /*Sets the hold time to 2 ms.*/ :TRIGger:SHOLd:HTIMe? /*The query returns 2.000000E-3.*/
Sets or queries the trigger level of the data source. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level to set for the data source; for analog channels the range is based on VerticalScale and Offset, and for digital channels it is -15 V to 15 V. |
:TRIGger:SHOLd:DLEVel 0.16 :TRIGger:SHOLd:DLEVel?
Sets or queries the trigger level of the clock source. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | - | Trigger level for the clock source. |
Sets up Nth-edge triggering, which triggers on the Nth edge after a specified idle time. The slice explains the timing relationship used to identify the edge to trigger on.
Sets or queries the Edge trigger source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
:TRIGger:NEDGe:SOURce CHANnel2 :TRIGger:NEDGe:SOURce?
Sets the slope of the Edge trigger. The slice documents a setter and query syntax, but does not state the allowed slope values or what the query returns.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | - | - |
Sets or queries the idle time of the Nth Edge trigger. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 16 ns - 10 s | Idle time of the Nth Edge trigger. |
:TRIGger:NEDGe:IDLE <time> :TRIGger:NEDGe:IDLE?
Sets or queries the number of edges of the Nth Edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| edge | integer | 1 - 65535 | Number of edges for the Nth Edge trigger. |
:TRIGger:NEDGe:EDGE 20 /*Sets the number of edges to 20.*/ :TRIGger:NEDGe:EDGE? /*The query returns 20.*/
Sets or queries the trigger level of the Nth Edge trigger. The unit is the same as that of current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the Nth Edge trigger. |
Sets or queries the trigger source of the RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - | Trigger source. |
Sets or queries the trigger source of RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - |
Sets or queries the trigger level of the RS232 trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | - | Trigger level for the RS232 trigger. |
Sets or queries the pulse polarity of the RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Pulse polarity for the RS232 trigger. |
:TRIGger:RS232:POLarity POSitive :TRIGger:RS232:POLarity?
Sets or queries the trigger condition of the RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | STARt | ERRor | CERRor | DATA | Trigger condition for the RS232 trigger. |
Sets or queries the data value of the RS232 trigger when the trigger condition is Data.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 2n-1 | Data value for the RS232 trigger. |
Sets or queries the baud rate of RS232 trigger. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | integer | 1 bps - 20 Mbps | Baud rate to set for the RS232 trigger. |
:TRIGger:RS232:BAUD 4800 /*Sets the baud rate to 4800 bps.*/ :TRIGger:RS232:BAUD? /*The query returns 4800.*/
Sets or queries the RS232 trigger data width. The available value can be 5, 6, 7, or 8.
| Name | Type | Values | Description |
|---|---|---|---|
| width | integer | 5 - 8 | Data width to set. |
Sets or queries the stop bits of RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| bit | enum | 1 | 1.5 | 2 | Stop bits for the RS232 trigger. |
:TRIGger:RS232:STOP 2 :TRIGger:RS232:STOP?
Configures I2C trigger conditions. The instrument can trigger on start, restart, stop, missing acknowledgment, a specific device address, or a data value, and can also trigger on a specific device address and data values at the same time.
Sets or queries the check mode of the RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| parity | enum | EVEN | ODD | NONE | Parity check mode for the RS232 trigger. |
:TRIGger:RS232:PARity EVEN /*Sets the check mode to EVEN.*/ :TRIGger:RS232:PARity? /*The query returns EVEN.*/
Sets or queries the source channel of the clock line of the I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the trigger level of the clock line in I2C trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the I2C clock line. |
:TRIGger:IIC:CLEVel 0.16 /*Sets the trigger level to 160 mV.*/ :TRIGger:IIC:CLEVel? /*The query returns 1.600000E-1.*/
Sets or queries the I2C trigger SDA source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHAN1 | CHAN2 | CHAN3 | CHAN4 | CHAN5 | CHAN6 | CHAN7 | CHAN8 | Selects the SDA source from a digital line or channel. |
:TRIGger:IIC:SDA CHANnel2 :TRIGger:IIC:SDA?
Sets or queries the trigger level of the data line in I2C trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | - | Trigger level of the data line in I2C trigger. |
Sets or queries the trigger condition of I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | STARt | RESTart | STOP | NACKnowledge | ADDRess | DATA | ADATa | Trigger condition for the I2C trigger. |
:TRIGger:IIC:DLEVel 0.16 :TRIGger:IIC:DLEVel? :TRIGger:IIC:WHEN <when> :TRIGger:IIC:WHEN?
Sets or queries the address width of the I2C trigger when the trigger condition is ADDRess or ADATa.
| Name | Type | Values | Description |
|---|---|---|---|
| bits | enum | 7 | 8 | 10 | Address width to use for the I2C trigger. |
Sets or queries the address of the I2C trigger when the trigger condition is "ADDRess" or "ADATa".
| Name | Type | Values | Description |
|---|---|---|---|
| address | integer | 0 - 2n-1 |
:TRIGger:IIC:ADDRess 100 :TRIGger:IIC:ADDRess?
Sets or queries the data direction of I2C trigger when the trigger condition is "ADDRess" or "ADATa".
| Name | Type | Values | Description |
|---|---|---|---|
| direction | - | - |
Sets or queries the data bytes of the I2C trigger when the trigger condition is "DATA" or "ADATa".
| Name | Type | Values | Description |
|---|---|---|---|
| bytes | real | 1 - 5 | Data bytes value. |
Sets or queries the data value of the I2C trigger when the trigger condition is "DATA" or "ADATa".
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 240-1 |
:TRIGger:IIC:DATA 64 :TRIGger:IIC:DATA?
Sets or queries the current bit of the I2C trigger data.
| Name | Type | Values | Description |
|---|---|---|---|
| currbit | integer | 0 - 39 |
Configures SPI trigger settings. In SPI trigger, the oscilloscope triggers when the specified data is found after the CS or timeout condition is satisfied, and the CLK and MISO sources must be specified.
Sets or queries the data value of a certain bit of I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <code> | enum | 0 | 1 | 255 | Data value for the specified I2C trigger bit; 255 indicates any value is allowed. |
::TRIGger:IIC:CODE 0 ::TRIGger:IIC:CODE?
Sets or queries the channel source of the clock line of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <source> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
Sets or queries the channel source of the clock line of SPI trigger. This command exists for backwards compatibility; use :TRIGger:SPI:CLK instead.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Channel source of the clock line of SPI trigger. |
Sets or queries the trigger level of the clock channel of SPI trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - OFFSet - 4.5 x VerticalScale - OFFSet | Trigger level of the SPI trigger clock channel. |
:TRIGger:SPI:CLEVel 0.16 /*Sets the trigger level to 160 mV.*/ :TRIGger:SPI:CLEVel? /*The query returns 1.600000E-1.*/
Sets or queries the type of the clock edge of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Clock edge type for the SPI trigger. |
Sets or queries the channel source of the SPI trigger data line.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Channel source for the SPI trigger data line. |
Sets or queries the channel source of the data line of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the channel source for the SPI trigger data line. |
Sets or queries the trigger level of the data channel of SPI trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the SPI data channel. |
:TRIGger:SPI:DLEVel 0.16 /*Sets the trigger level to 160 mV.*/ :TRIGger:SPI:DLEVel? /*The query returns 1.600000E-1.*/
Sets or queries the trigger condition of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | - | - | Trigger condition of SPI trigger. |
Sets or queries the source channel of the CS line when the SPI trigger condition is set to CS.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the source channel for the CS line. |
Sets or queries the trigger level of the CS channel of the SPI trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - OFFSet - 4.5 x VerticalScale - OFFSet | Trigger level for the CS channel. |
Sets or queries the CS mode of SPI trigger when the trigger condition is "CS".
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | HIGH | LOW | CS mode of the SPI trigger. |
Sets or queries the SPI trigger timeout time.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | - |
Sets or queries the data width of data channel in SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| width | integer | 4 - 32 | Data width of the SPI trigger data channel. |
:TRIGger:SPI:WIDTh 10 /*Sets the data width to 10.*/ :TRIGger:SPI:WIDTh? /*The query returns 10.*/
Sets or queries the data value of the SPI trigger. The range of <data> depends on the current data width; the maximum supported width is 32 bits, so <data> can be 0 to 2^32-1.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 2^32-1 | Data value of the SPI trigger. |
:TRIGger:SPI:DATA 5 :TRIGger:SPI:DATA?
Sets or queries the current bit of the SPI trigger data.
| Name | Type | Values | Description |
|---|---|---|---|
| currbit | integer | 0 - 39 |
Sets relevant parameters for the CAN trigger. The CAN trigger can be configured for the start or end of a frame, a specified frame type, or a specified error frame type.
Sets or queries the data value of a certain bit of SPI trigger. The query returns 0, 1, or 255.
| Name | Type | Values | Description |
|---|---|---|---|
| code | enum | 0 | 1 | 255 | Data value for the specified SPI trigger bit; 255 indicates any value. |
:TRIGger:SPI:CODE 0 /*Sets the data value to 0.*/ :TRIGger:SPI:CODE? /*The query returns 0.*/
Sets or queries the signal rate of CAN trigger. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | integer | 10 kbps - 5 Mbps | Signal rate of the CAN trigger. |
:TRIGger:CAN:BAUD 125000 /*Sets the signal rate to 125000 bps.*/ :TRIGger:CAN:BAUD? /*The query returns 125000.*/
Sets or queries the trigger source of CAN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - |
Sets or queries the signal type of the CAN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| stype | enum | H | L | RXTX | DIFFerential | Signal type of the CAN trigger. |
Sets or queries the trigger condition of CAN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| cond | enum | SOF | EOF | IDRemote | OVERload | IDFRame | DATaframe | IDData | ERFRame | ERANswer | ERCHeck | ERFormat | ERRandom | ERBit | Trigger condition to use for CAN trigger. |
Sets or queries the sample point position of CAN trigger, expressed in percent. The sample point is the ratio of time from bit start to sample point to bit time.
| Name | Type | Values | Description |
|---|---|---|---|
| spoint | integer | 10 - 90 | Sample point position of the CAN trigger. |
:TRIGger:CAN:SPoint 60 :TRIGger:CAN:SPoint?
Enables or disables the extended ID when the CAN trigger condition is "Remote ID" or "Frame ID". The query reports whether the extended ID is enabled for those trigger conditions.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Enables or disables the extended ID. |
Sets or queries the CAN trigger definition to ID or Data when the CAN trigger condition is set to Data or ID.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | DATA | ID | Selects whether the CAN trigger definition is Data or ID. |
Sets or queries the data width of CAN trigger when the trigger condition is "DATaframe" or "IDData".
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 1 - 8 | Data width value. |
:TRIGger:CAN:DWIDth 5 /*Sets the data width of CAN trigger to 5 when the trigger condition is "DATaframe" or "IDData".*/ :TRIGger:CAN:DWIDth? /*The query returns 5.*/
Sets or queries the data value of CAN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <data> | - | - |
Sets or queries the current bit of the CAN trigger data.
| Name | Type | Values | Description |
|---|---|---|---|
| currbit | integer | 0 - 240-1 | Current bit of the CAN trigger data. |
Sets or queries the data value of a certain bit of CAN trigger. The query returns 0, 1, or 255.
| Name | Type | Values | Description |
|---|---|---|---|
| code | enum | 0 | 1 | 255 | Data value of the specified CAN trigger bit. |
:TRIGger:CAN:CODE 0 /*Sets the data value to 0.*/ :TRIGger:CAN:CODE? /*The query returns 0.*/
Sets or queries the trigger level of the CAN trigger. The unit is the same as the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the CAN trigger. |
:TRIGger:CAN:LEVel 0.16 :TRIGger:CAN:LEVel?
Sets or queries the CAN-FD baud rate of CAN trigger. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| fdbaud | integer | 1 Mbps - 10 Mbps | CAN-FD baud rate. |
Sets relevant parameters for the LIN trigger. The oscilloscope can trigger on the sync field of a LIN signal, or on a specified identifier, data, or frame.
Sets or queries the FD sample position of the CAN trigger, expressed as a percentage.
| Name | Type | Values | Description |
|---|---|---|---|
| fdspoint | integer | 10 - 90 | FD sample position in percent. |
:TRIGger:CAN:FDSPoint 70 /*Sets the FD sample position of ::TRIGger:CAN:FDSPoint? /*The query returns 70.*/
Sets or queries the trigger source of LIN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 |
:TRIGger:LIN:SOURce CHANnel2 /*Sets the trigger source to CHANnel2.*/ :TRIGger:LIN:SOURce? /*The query returns CHAN2.*/
Sets or queries the trigger level of LIN trigger. The unit is the same as the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level for the LIN trigger. |
:TRIGger:LIN:LEVel 0.16 /*Sets the trigger level to 160 mV.*/ :TRIGger:LIN:LEVel? /*The query returns 1.600000E-1.*/
Sets or queries the protocol version of LIN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| std | enum | 1X | 2X | BOTH | Protocol version of LIN trigger. |
Sets or queries the baud rate of the LIN trigger. The default unit is bps; when setting a value with "M", an "A" should be appended (for example, 5MA).
| Name | Type | Values | Description |
|---|---|---|---|
| baud | integer | 1 kbps - 20 Mbps | Baud rate of the LIN trigger. |
:TRIGger:LIN:BAUD 19200 /*Sets the baud rate of LIN trigger to 19.2 kbps.*/ :TRIGger:LIN:BAUD? /*The query returns 19200.*/
Sets or queries the sample position of LIN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | - | - |
Sets or queries the trigger condition of LIN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | SYNCbreak | ID | DATA | IDData | SLEep | WAKeup | ERRor | Trigger condition for the LIN trigger. |
Sets or queries the error type of LIN trigger when the trigger condition is "Data".
| Name | Type | Values | Description |
|---|---|---|---|
| value | enum | SYNC | ID | CHECk | Error type for the LIN trigger. |
:TRIGger:LIN:ERRor ID /*Sets the LIN trigger error type to ID.*/ :TRIGger:LIN:ERRor? /*The query returns ID.*/
Sets the LIN trigger ID value, or queries the current ID value.
| Name | Type | Values | Description |
|---|---|---|---|
| id | integer | - |
Sets or queries the data value of LIN trigger when the trigger condition is "Data".
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 264-1 | Data value of the LIN trigger. |
:TRIGger:LIN:DATA 100 /*Sets the data value of LIN trigger to :TRIGger:LIN:DATA? /*The query returns 100.*/
Sets or queries the current bit of the LIN trigger data.
| Name | Type | Values | Description |
|---|---|---|---|
| currbit | integer | 0 - 39 | Current bit index for LIN trigger data. |
:TRIGger:LIN:CURRbit 8 /*Sets the current bit of LIN trigger data to 8. That is, the oscilloscope triggers on the 9th bit of LIN trigger data.*/ :TRIGger:SPI:CURRbit? /*The query returns 8.*/
Sets or queries the data value of a certain bit of LIN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| code | enum | 0 | 1 | 255 | Data value for the selected LIN trigger bit. |
Sets or queries the clock source of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | - | Clock source for the I2S trigger. |
Sets or queries the clock source of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - | Clock source for the I2S trigger. |
Sets or queries the trigger level of the clock line source in I2S trigger. The unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -15 V - 15 V | Trigger level for the clock line source. |
Sets or queries the audio channel of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <source> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the audio channel used for the I2S trigger. |
Sets or queries the trigger level of the frame clock line source in I2S trigger. The unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| <level> | real | -15 V - 15 V | Digital channel trigger level. |
:TRIGger:IIS:SLEVel 0.01 /*Sets the trigger level of the frame :TRIGger:IIS:SLEVel? /*The query returns 1.000000E-2.*/
Sets or queries the data source used for I2S trigger. The syntax accepts a source value for the setter and a query form; the page slice does not show the return format for the query.
| Name | Type | Values | Description |
|---|---|---|---|
| source | - | - | Data source for the I2S trigger. |
Sets or queries the trigger level of the data line source in I2S trigger. The unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | V | Trigger level of the data line source. |
:TRIGger:IIS:DLEVel :TRIGger:IIS:DLEVel?
Sets or queries the type of the clock edge of I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | NEGative | POSitive | Selects the clock edge type for the I2S trigger. |
:TRIGger:IIS:CLOCk:SLOPe NEGative :TRIGger:IIS:CLOCk:SLOPe? /*The query returns NEG.*/
Sets or queries the audio state of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| audio | enum | RIGHt | LEFT | EITHer | Selects the I2S audio channel used for triggering. |
:TRIGger:IIS:AUDio RIGHt /*Sets the I2S audio to RIGHt.*/ :TRIGger:IIS:AUDio? /*The query returns RIGH.*/
Sets or queries the trigger condition of I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| operator | enum | EQUal | NOTequal | LESSthan | GREaterthan | INRange | OUTRange |
Sets or queries the user width of I2S trigger. The user width ranges from 4 to the width of the I2S trigger; use :TRIGger:IIS:WIDTh to set or query the trigger width.
| Name | Type | Values | Description |
|---|---|---|---|
| uwidth | integer | 4 - 32 | User width of the I2S trigger. |
Sets or queries the width of I2S trigger. The query returns an integer ranging from 4 to 32.
| Name | Type | Values | Description |
|---|---|---|---|
| uwidth | integer | 4 - 32 | Width of the I2S trigger. |
:TRIGger:IIS:WIDTh 10 /*Sets the width of I2S trigger to 10.*/ :TRIGger:IIS:WIDTh? /*The query returns 10.*/
Sets or queries the alignment mode of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| setting | enum | LJ | RJ | IIS | Alignment mode of the I2S trigger. |
Sets or queries the data value of the I2S trigger when the trigger condition is "=" or "≠". The allowable range depends on the byte length; the maximum byte length is 4, corresponding to 32-bit binary data.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 2^32-1 | Data value of the I2S trigger. |
:TRIGger:IIS:DATA 10 /*Sets the data value of I2S trigger to 10 when the trigger condition is "=" or "≠".*/ :TRIGger:IIS:DATA? /*The query returns 10.*/
Sets or queries the specified bit for the data min. of I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| datamin | integer | - | Specified bit for the data min. of I2S trigger. |
:TRIGger:IIS:DMIN 3 /*Sets the current bit for the data min. of I2S trigger to 3.*/ :TRIGger:IIS:DMIN? /*The query returns 3.*/
Sets or queries the data max. value of the I2S trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| datamax | integer | - | Data max. value for the I2S trigger. |
:TRIGger:IIS:DMAX <datamax> :TRIGger:IIS:DMAX?
Sets the relevant parameters for the FLEXray trigger. The manual does not provide any syntax details or return format on this page slice.
Sets or queries the data value of a certain bit of I2S trigger. The parameter range is related to the user width of I2S trigger set by :TRIGger:IIS:UWIDth.
| Name | Type | Values | Description |
|---|---|---|---|
| code | discrete | 0 - 255 | Data value of a certain bit of I2S trigger. |
:TRIGger:IIS:CODE 0 :TRIGger:IIS:CODE?
Sets or queries the trigger source of the FlexRay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Selects the FlexRay trigger source. |
Sets or queries the trigger level of the FlexRay trigger. The unit is the same as the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -4.5 x VerticalScale - Offset - 4.5 x VerticalScale - Offset | Trigger level to set. |
:TRIGger:FLEXray:LEVel 0.16 /*Sets the trigger level to 160 mV.*/ :TRIGger:FLEXray:LEVel? /*The query returns 1.600000E-1.*/
Sets or queries the signal rate of the FlexRay trigger. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| baud | enum | 2500000 | 5000000 | 10000000 | Signal rate of the FlexRay trigger. |
Sets or queries the channel of FlexRay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| ch | enum | A | B |
Sets or queries the trigger condition of FLEXray trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| cond | enum | FRAMe | ERRor | TSS | Trigger condition for the FlexRay trigger. |
:TRIGger:FLEXray:WHEN TSS /*Sets the trigger condition to TSS.*/ :TRIGger:FLEXray:WHEN? /*The query returns TSS.*/
Sets or queries the position of the FlexRay trigger when the trigger condition is Position.
| Name | Type | Values | Description |
|---|---|---|---|
| <pos> | - | - | Position of the FlexRay trigger. |
Sets or queries the frame type of the FlexRay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | enum | NULL | SYNC | STAR | ANY | Frame type for the FlexRay trigger. |
:TRIGger:FLEXray:FRAMe SYNC :TRIGger:FLEXray:FRAMe?
Sets or queries the error type of the FlexRay trigger when the trigger condition is Error.
| Name | Type | Values | Description |
|---|---|---|---|
| err | enum | HEAD | TRAiler | DECode | ANY | Error type of the FlexRay trigger. |
:TRIGger:FLEXray:ERRor DECode /*Sets the error type of FlexRay trigger to DECode when the trigger condition is Error.*/ :TRIGger:FLEXray:ERRor? /*The query DECode.*/
Sets or queries whether FlexRay trigger conditions are defined by Cycle Count or Frame ID when the trigger condition is set to Frame.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | CYCLe | ID | Selects whether the FlexRay trigger is defined by Cyc Count or Frame ID. |
Sets or queries the CYC comparison condition of a FlexRay trigger when the trigger condition is set to Frame.
| Name | Type | Values | Description |
|---|---|---|---|
| cycmax | enum | EQU | NOT | GRE | LESS | INR | OUTR | CYC comparison condition. |
:TRIGger:FLEXray:CYCComp NOT /*Sets the CYC comparison :TRIGger:FLEXray:CYCComp? /*The query returns NOT.*/
Sets or queries the upper limit of cycle count of FlexRay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| cycmax | integer | 0 - 63 | Upper limit of the FlexRay trigger cycle count. |
:TRIGger:FLEXray:MAXCy 10 :TRIGger:FLEXray:MAXCy?
Sets or queries the lower limit of cycle count of FlexRay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| cycmin | integer | 0 - 63 |
:TRIGger:FLEXray:MINCy 10 :TRIGger:FLEXray:MINCy? /*The query returns 10.*/
Sets or queries the ID comparison of FlexRay trigger when the trigger condition is set to Frame or Symbol.
| Name | Type | Values | Description |
|---|---|---|---|
| idcomp | enum | EQUal | NOTequal | GREaterthan | LESSthan | INRange | OUTRange | ID comparison mode. |
Sets or queries the ID Min value of the FlexRay trigger when the trigger condition is set to Frame or Symbol.
| Name | Type | Values | Description |
|---|---|---|---|
| datamin | integer | 0 - 1,023 | ID Min value for the FlexRay trigger. |
Sets or queries the FlexRay trigger ID upper limit.
| Name | Type | Values | Description |
|---|---|---|---|
| <datamax> | integer | 0 - 1,023 | Upper limit for the FlexRay trigger ID. |
:TRIGger:FLEXray:MAXid 10 :TRIGger:FLEXray:MAXid?
Sets relevant parameters for the M1553 trigger. The slice explains that the instrument can trigger on the sync field of the 1553B bus, or on a specified data word, command word, status word, or error type.
Sets or queries the trigger source of M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | Trigger source to use for the M1553 trigger. |
:TRIGger:M1553:SOURce CHANnel2 /*Sets the trigger source to CHANnel2.*/ :TRIGger:M1553:SOURce? /*The query returns CHAN2.*/
Sets the M1553 trigger ALEVel level. The slice shows the setter and query syntax, but does not document the level range, unit, or the query return value.
| Name | Type | Values | Description |
|---|---|---|---|
| level | - | - |
Sets or queries Level B of 1553B trigger. The unit is the same as that of the current amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-4.5 × VerticalScale - OFFSet) - upper limit | Level B of the 1553B trigger. |
Sets or queries the polarity of the M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Specifies the trigger polarity. |
:TRIGger:M1553:POLarity POSitive /*Sets the polarity of M1553 trigger to POSitive.*/ :TRIGger:M1553:POLarity? /*The query returns POS.*/
Sets or queries the trigger condition of M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | - |
Sets or queries the sync type of the M1553 trigger when the trigger condition is Sync.
| Name | Type | Values | Description |
|---|---|---|---|
| sync | enum | DATA | STATus | ALL | Specifies the sync type. |
:TRIGger:M1553:SYNC <sync> :TRIGger:M1553:SYNC?
Sets or queries the M1553 trigger error type.
| Name | Type | Values | Description |
|---|---|---|---|
| err | enum | SYNC | ERR | M1553 trigger error type. |
:TRIGger:M1553:ERRor ERR :TRIGger:M1553:ERRor?
Sets or queries the comparison type of the M1553 trigger when the trigger condition is "DATA".
| Name | Type | Values | Description |
|---|---|---|---|
| datacomp | - | - |
Sets or queries the data value of the 1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 65535 |
Sets or queries the bit of data max. of M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| datamax | integer | 0 - 19 |
:TRIGger:M1553:DMAX 10 /*Sets the bit of data max. of M1553 trigger to 10.*/ :TRIGger:M1553:DMAX? /*The query returns 10.*/
Sets or queries the bit of data min. of the M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| datamin | integer | 0 - 19 |
Sets or queries the data value of the M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 6 | Data value of the M1553 trigger. |
:TRIGger:M1553:DRTA 4 :TRIGger:M1553:DRTA?
Sets or queries the bit of bit time of M1553 trigger when the trigger condition is set to "RAT+11Bit".
| Name | Type | Values | Description |
|---|---|---|---|
| databit | integer | 0 - 13 |
:TRIGger:M1553:DBIT 10 :TRIGger:M1553:DBIT?
Sets or queries the data value of a certain bit of M1553 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| code | enum | 0 | 1 | 255 | Data value for the specified bit of the M1553 trigger; 255 indicates the data value can be any value. |
:TRIGger:M1553:CODE 1 :TRIGger:M1553:CODE?
Sets or queries the source channel of waveform data reading.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | CHANnel3 | CHANnel4 | CHANnel5 | CHANnel6 | CHANnel7 | CHANnel8 | MATH1 | MATH2 | MATH3 | MATH4 |
Sets or queries the mode of the :WAVeform:DATA? command in reading data.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | NORMal | MAXimum | RAW | Selects how :WAVeform:DATA? reads waveform data. |
Sets or queries the return format of the waveform data.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | WORD | BYTE | ASCii | Selects the waveform data return format. |
Sets the number of points in waveform data. The query returns the current number of points.
| Name | Type | Values | Description |
|---|---|---|---|
| point | integer | - | Number of waveform points. |
Reads the waveform data.
:WAV:DATA?
Queries the time interval between two neighboring points of the currently selected channel source in the X direction.
Queries the X-origin of the currently selected waveform data. The value is related to the current waveform source and data reading context.
Queries the reference time of the waveform points of the currently selected channel source in the X direction.
Queries the unit voltage value of the current source channel Y in the Y direction.
Queries the vertical offset relative to the vertical reference position of the currently selected channel source in the Y direction.
Queries the vertical reference position of the currently selected channel source in the Y direction. The value depends on the configuration of the :WAVeform:FORMat command and differs by waveform return format.
Sets or queries the start position of waveform data reading.
| Name | Type | Values | Description |
|---|---|---|---|
| sta | integer | 1 - 1,000 | Start position of waveform data reading. |
:WAVeform:STARt 100 /*Sets the start point to 100.*/ :WAVeform:STARt? /*The query returns 100.*/
Sets or queries the stop position of waveform data reading.
| Name | Type | Values | Description |
|---|---|---|---|
| <stop> | integer | - | Stop position for waveform data reading. |
Queries all the waveform parameters.
:WAVeform:PREamble?/*The query returns 0,0,1000,1,1.000000E-8,-5.000000E-6,0.000000E-12,4.000000E-03,0,128. */