Enable the waveform auto setting function. The oscilloscope automatically adjusts the vertical scale, horizontal time base, and trigger mode for optimum waveform display.
SCPI COMMAND REFERENCE
The Rigol DS2102A-S is Rigol's oscilloscope in the MSO2000A/DS2000A Series Digital Oscilloscope family. Its SCPI remote-control interface exposes 669 commands across 29 subsystems - 616 settable and 53 queries - and every command is documented here with its parameters, accepted values, return format, and a copy-paste PyVISA example for automating test and measurement.
669
Commands
616
Settable
53
Queries
29
Subsystems
SCPI
Verified
2026-07-16
All commands
Clear all the waveforms on the screen. New waveforms will still be displayed if the oscilloscope is in RUN state. The function of this command is the same as CLEAR at the front panel.
Starts the oscilloscope. It is invalid when waveform recording or waveform playback is turned on.
Stops the oscilloscope. The function is the same as STOP at the front panel.
Set the oscilloscope to single trigger mode.
Generate a trigger signal forcefully. The function of this command is the same as FORCE in the trigger control area at the front panel.
Set the trigger level to the vertical midpoint of the trigger signal amplitude.
Clear all the event registers and clear the error queue.
Sets or queries the enable register for the standard event status register set.
| Name | Type | Values | Description |
|---|---|---|---|
| mask | integer | 0 - 255 | Bit mask formed by the binary weights of the enabled bits in the ESE register. |
*ESE 16 *ESE?
Queries the standard event status register. The returned integer is the sum of the weights of all bits that are set.
Query the current device information.
Sets the Operation Complete bit (bit 0) in the standard event status register to 1 after the current operation is finished. The query checks whether the current operation is finished.
Restore the instrument to the factory setting.
Set or query the enable register for the state byte register set.
| Name | Type | Values | Description |
|---|---|---|---|
| mask | integer | 0 - 255 | Sum of the binary weights of the bits to enable in the SRE register. |
*SRE 16 /*Bit 4 is enabled*/ *SRE? /*The query returns 16*/
Queries the condition register for the state byte register set.
Performs a self-test and queries the result. The result is a 32-bit binary status encoded as a decimal integer; each bit indicates pass (0) or fail (1) for a specific self-test item.
*TST? /*The query returns 0 (namely the 32 bits of the binary number are all 0*/
Set or query the number of averages in average acquisition mode.
| Name | Type | Values | Description |
|---|---|---|---|
| count | integer | 1 - 13 | Number of averages to use in average acquisition mode. |
Set or query the oscilloscope memory depth, i.e. the number of waveform points stored in a single trigger sample. The default unit is pts (points).
| Name | Type | Values | Description |
|---|---|---|---|
| mdep | enum | AUTO | 14000 | 140000 | 1400000 | 14000000 | 56000000 | 7000 | 70000 | 700000 | 7000000 | 28000000 | Memory depth setting. |
Queries the current sample rate. The result is returned in scientific notation with default unit Sa/s.
Sets or queries the acquisition mode of the sample.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | NORMal | AVERages | PEAK | HRESolution | Acquisition mode to use. |
Enable or disable the oscilloscope antialiasing function, or query the current state of that function.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the antialiasing function. |
Sets or queries the decoding mode of the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| mode | enum | PARallel | RS232 | IIC | SPI | CAN | Selects the bus decoding mode. |
Enables or disables display of the specified bus, or queries its current display status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Specifies the bus number. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables bus display. |
Set or query the display format of the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| format | enum | HEX | DEC | BIN | ASCii | Display format for the specified bus. |
Enable or disable the event table of the specified bus, or query its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | Specifies the bus number. |
| bool | boolean | - | Enables or disables the event table. |
Export the event table of the specified bus. The data list can be exported to an external USB storage device in CSV format if a USB storage device is connected.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies which bus is targeted. |
Reads the decoding event table data for the specified bus. The returned data is provided as a TMC data block and the content depends on the format set by :BUS<n>:FORMat.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Selects bus 1 or 2. |
:BUS<n>:DATA?
Sets or queries the clock channel source for parallel decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF |
Sets or queries the clock channel source of parallel decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF | Clock channel source. |
Set or query the edge of the clock on which the oscilloscope samples the channel data.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| pos | enum | POSitive | NEGative | BOTH | Clock edge used for sampling the channel data. |
Sets the parallel bus data width and assigns the channel source for each bit on the specified bus. The query form returns the channel source of each bit in the current data channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Bus number. |
| b0 | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for bit 0. |
| b1opt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for bit 1. |
| b2opt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for bit 2. |
| b17opt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for bit 17. |
:BUS1:PARallel:BSET CHANnel1,CHANnel2,D0,D1 :BUS1:PARallel:BSET?
Set or query the analog channel threshold of parallel decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| sour | discrete | CHANnel1 | CHANnel2 | |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet |
Sets or queries the vertical offset of parallel decoding on the specified bus. Before using this command, enable the bus display.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| val | integer | -166 - 148 | Sets the vertical offset value. |
Set or query the TX channel source of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF |
Set or query the TX channel source of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus index. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF | TX channel source to use for RS232 decoding. |
Sets or queries the RX channel source used for RS232 decoding on the specified bus. OFF disables the RX channel source; the TX and RX channel sources cannot both be OFF.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | OFF | RX channel source to use for RS232 decoding. |
Set or query the polarity of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | |
| pol | enum | POSitive | NEGative | Selects negative logic (Normal polarity) or positive polarity (Invert polarity). |
Sets or queries the endian of RS232 decoded data transmission on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Bus number. |
| endian | enum | MSB | LSB | Endian of the RS232 decoded data transmission. |
Set or query the baud rate of data transmission of RS232 decoding on the specified bus. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number. |
| baud | enum | 2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 | 230400 | 460800 | 921600 | 1000000 | USER | Baud rate of RS232 decoding on the specified bus. |
Set or query the user-defined baud rate of data transmission of RS232 decoding on the specified bus. The default unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| baud | integer | 110 - 20000000 |
Set or query the number of bits of data of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| bits | enum | 5 | 6 | 7 | 8 | 9 |
Sets or queries the stop bits used for RS232 decoding on the specified bus. The query returns 1, 1.5, or 2.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Specifies the bus number. |
| stop bits | enum | 1 | 1.5 | 2 | Selects the RS232 stop-bit setting. |
Set or query the even-odd check mode of data transmission of RS232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| parity | enum | NONE | ODD | EVEN | Parity mode for RS232 decoding. |
Enables or disables packet end in RS232 data transmission for the selected bus, or queries the current packet-end status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Selects bus 1 or 2. |
| bool | enum | 1 | ON | 0 | OFF | Turns packet end on or off. |
Set or query the packet end of data transmission.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| package end | enum | NULL | LF | CR | SP | FF |
Set or query the TX channel threshold of R232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Bus number. |
| tthre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | TX channel threshold. |
Set or query the RX channel threshold of R232 decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| rthre | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | RX channel threshold value. |
Sets or queries the vertical offset of RS232 decoding on the specified bus. Before using this command, enable the bus display.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| val | integer | -166 - 148 | Vertical offset value in normal display mode when statistic function is not enabled. |
Selects the I2C bus subsystem for the specified bus number. The slice only shows the list of related I2C subcommands, not a separate description for :BUS<n>:IIC itself.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number to select. |
Set or query the clock channel source of I2C decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Clock channel source for I2C decoding. |
Set or query the clock channel threshold of I2C decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Clock channel threshold level. |
Sets or queries the data channel source of I2C decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 |
Set or query the data channel threshold of I2C decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Data channel threshold. |
Sets or queries the vertical offset of I2C decoding on the specified bus. Before using this command, the bus display must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| nopt | discrete | 1 | 2 | Bus number. |
| val | integer | -166 - 148 | Vertical offset value; valid range depends on the display mode. |
Set or query the clock channel source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Selects the clock channel source. |
Set or query the clock channel source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 |
:BUS<n>:SPI:SCLK:SOURce <sour> :BUS<n>:SPI:SCLK:SOURce?
Set or query the clock edge type of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| pos | enum | POSitive | NEGative | Clock edge type for SPI decoding. |
Set or query the clock channel threshold of SPI decoding on the specified bus. This command is only available when the clock channel source is CH1 or CH2.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet |
Sets or queries the data channel source of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number. |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Data channel source for SPI decoding. |
Set or query the polarity of the SDA data line of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| pos | enum | HIGH | LOW | Selects the SDA data-line polarity: HIGH means low level is 0 and high level is 1; LOW means high level is 0 and low level is 1. |
Sets or queries the data channel threshold used for SPI decoding on the specified bus. The command is only available when the data channel source is CH1 or CH2.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Data channel threshold value for SPI decoding. |
Set or query the number of bits of data of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | |
| width | integer | 4 - 32 |
Set or query the endian of data transmission of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | enum | 1 | 2 | Bus number to apply the setting to. |
| endian | enum | MSB | LSB | Endianness used for SPI data transmission decoding. |
Sets or queries the vertical offset of SPI decoding on the specified bus. Before using this command, enable the bus display.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| val | integer | -166 - 148 | Sets the vertical offset value for SPI decoding. |
Set or query the decoding mode of SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Bus number. |
| mode | enum | CS | TIMeout | Decoding mode to use. |
Sets or queries the timeout time of SPI decoding on the specified bus. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| val | real | 100ns - 1s |
Sets or queries the source channel of the chip select line used for SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | Bus number. |
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Source channel for the chip select line. |
Sets or queries the polarity of the chip select line used for SPI decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| pol | enum | HIGH | LOW | Sets the chip select polarity. |
Sets or queries the threshold of the source channel used for the SPI chip select line on the specified bus. This command is only available when the source channel is CH1 or CH2.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Bus number. |
| thre | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Threshold of the source channel of the chip select line. |
Selects the channel source used for CAN decoding on the specified bus, or queries the current source. The command applies to a numbered bus instance.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Bus number. |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for CAN decoding. |
Sets or queries the channel source used for CAN decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the CAN bus number. |
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Selects the source channel for CAN decoding. |
Set or query the signal type of CAN decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number. |
| stype | enum | TX | RX | CANH | CANL | DIFFerential | Signal type used for CAN decoding. |
Set or query the signal rate of CAN decoding on the specified bus. The default unit is b/s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| baud | enum | 100000 | 125000 | 250000 | 400000 | 500000 | 800000 | 1000000 | USER |
Sets or queries the user-defined signal rate of CAN decoding on the specified bus. The default unit is b/s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | Bus number. |
| baud | integer | 10000 - 1000000 | User-defined signal rate of CAN decoding. |
Set or query the sample position, expressed as a percentage, of CAN decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| spo | integer | 5 - 95 | Sample position of CAN decoding, expressed in percentage. |
Set or query the threshold of CAN decoding on the specified bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the bus number. |
| thre | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Sets the CAN decoding threshold. |
Sets or queries the vertical offset of CAN decoding on the specified bus. Before using this command, the bus display must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Bus number. |
| val | integer | -166 - 148 | Vertical offset value when the screen display is normal and statistic is not enabled. |
Sets or queries the math operation type.
| Name | Type | Values | Description |
|---|---|---|---|
| mod | enum | ADD | SUB | MULTiply | DIVision | FFT | LOGic | ADVanced | OFF | Math operation type. |
Sets or queries the channel source for the addition operation. The slice documents the source setting for :CALCulate:ADD:SA and :CALCulate:ADD:SB; the requested :CALCulate:ADD entry is only a heading here.
Set or query the channel source of source A in the addition operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source used as source A in the addition operation. |
Sets or queries the channel source of source B in the addition operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source used as source B for the addition operation. |
Enable or disable the inverted display of the addition operation result, or query the current status of that inverted display.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables inverted display of the addition operation result. |
Set or query the vertical scale of the addition operation result. The unit is related to the amplitude unit of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | 0.02 - 500 | Sets the vertical scale of the addition operation result; the actual range depends on the source channel vertical scale. |
Set or query the vertical offset of the addition operation result. The unit is related to the amplitude unit of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | (-40 x VScale) - (40 x VScale) | Vertical offset of the addition operation result. |
:CALCulate:ADD:VOFFset <offs> :CALCulate:ADD:VOFFset?
Sets or queries the channel source used for subtraction operation source A or source B. The query returns the selected channel as CHAN1 or CHAN2.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source used in the subtraction operation. |
Set or query the channel source of source A in the subtraction operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for subtraction source A. |
Sets or queries the channel source of source B in the subtraction operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for subtraction source B. |
Enable or disable the inverted display of the subtraction operation result, or query the current status of that setting.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables inverted display of the subtraction operation result. |
Set or query the vertical scale of the subtraction operation result. The unit is related to the amplitude unit of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | 1p - 200 | The vertical scale of the subtraction operation result; the actual range is related to the vertical scale of the signal source channel. |
Sets or queries the vertical offset of the subtraction operation result. The unit is related to the amplitude unit of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | -40 x VScale - 40 x VScale | Vertical offset of the subtraction operation result. |
Sets or queries the channel source used as source A in the multiplication operation. The query returns CHAN1 or CHAN2.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for source A or source B in the multiplication operation. |
Set or query the channel source of source A in the multiplication operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for source A in the multiplication operation. |
Set or query the channel source of source B in the multiplication operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for multiplication source B. |
Enable or disable the inverted display of the multiplication operation result, or query the current status of that inversion.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | enum | 1 | ON | 0 | OFF | Enables or disables inverted display of the multiplication operation result. |
Set or query the vertical scale of the multiplication operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | 50nU - 10MU | Vertical scale of the multiplication operation result; the actual range depends on the source channel vertical scale. |
Set or query the vertical offset of the multiplication operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | -40 x VScale - 40 x VScale | Vertical offset of the multiplication operation result. |
Division operation group command; this page only documents the SA and SB source-setting/query subcommands. It sets or queries the channel source used for source A or source B in the division operation.
Sets or queries the channel source of source A in the division operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source used as source A in the division operation. |
Set or query the channel source of source B in the division operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Channel source for source B in the division operation. |
Enable or disable the inverted display of the division operation result, or query the current inverted-display status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables inversion of the division operation result. |
Set or query the vertical scale of the division operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | 50nU - 50MU | The vertical scale of the division operation result; the actual range is related to the source channel vertical scale. |
Set or query the vertical offset of the division operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | -40 x VScale - 40 x VScale | Vertical offset of the division operation result. |
Set the signal source used for FFT operation.
Set or query the signal source of FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 |
Sets or queries the FFT window function.
| Name | Type | Values | Description |
|---|---|---|---|
| window | enum | RECTangle | HANNing | HAMMing | BLACkman | Selects the FFT window function. |
Enable or disable the split display of the FFT operation, or query the current split-display status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Controls whether the FFT signal source channel waveform and FFT results are displayed separately or in the same window. |
Sets or queries the vertical scale type of the FFT operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| vmode | enum | VRMS | DB | Vertical scale type for the FFT operation result. |
Set or query the vertical scale of the FFT operation result. The unit depends on the current FFT vertical scale type and the source channel amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| vscale | real | 1 - 100 | Vertical scale value when the FFT scale type is DB. |
Set or query the vertical offset of the FFT operation result. The unit depends on the current FFT vertical scale type and the amplitude unit of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | (-40 x VScale) - (40 x VScale) | Vertical offset of the FFT operation result. |
Sets or queries the horizontal coefficient of FFT operation. This command indirectly sets the horizontal scale of FFT operation.
| Name | Type | Values | Description |
|---|---|---|---|
| hscale | enum | 1 | 2 | 3 | 4 | Horizontal coefficient of FFT operation. |
Set or query the horizontal offset of the FFT operation result. The unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | max{-0.5 x Sa, -14 x Hspan} - 0.5 x Sa | Horizontal offset of the FFT operation result. |
Sets or queries the horizontal scale of the FFT operation result. The unit is Hz/div.
| Name | Type | Values | Description |
|---|---|---|---|
| span | discrete | - | FFT horizontal scale value, which is related to the current FFT sample rate of the screen. |
:CALCulate:FFT:HSPan <span> :CALCulate:FFT:HSPan?
Sets or queries the center frequency of the FFT operation result. The unit is Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| center | real | Horizontal offset of the operation result + 7 x (the current horizontal scale) | Center frequency of the FFT operation result. |
Sets or queries the channel source used in the logic operation. The manual notes that if the logic operation type is NOT, only :CALCulate:LOGic:SA is used to specify source A.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the logic operation. |
Set or query the channel source of source A in the logic operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for source A. |
Set or query the channel source of source B in the logic operation.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for logic source B. |
Enable or disable the inverted display of the logic operation result, or query the current status of that setting.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Selects whether the inverted display of the logic operation result is enabled or disabled. |
Set or query the vertical scale of the logic operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| scale | real | 0.05U - 100U | Vertical scale of the logic operation result. |
Set or query the vertical offset of the logic operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | -40 x VScale - 40 x VScale | Vertical offset of the logic operation result. |
Set or query the operator of the logic operation.
| Name | Type | Values | Description |
|---|---|---|---|
| oper | enum | AND | OR | NOT | XOR | Operator of the logic operation. |
Set or query the threshold of source A in the logic operation. This command is only available when source A is CH1 or CH2, and for NOT logic only source A needs to be set.
| Name | Type | Values | Description |
|---|---|---|---|
| thre | real | (-4 x VerticalScale - OFFSet) - (4 x VerticalScale - OFFSet) | Threshold value for source A in the logic operation. |
Set or query the threshold of source B in the logic operation. This command is only available when source B is CH1 or CH2.
| Name | Type | Values | Description |
|---|---|---|---|
| thre | real | -4 x VerticalScale - OFFSet - 4 x VerticalScale - OFFSet | Threshold value for source B in the logic operation. |
Sets or queries the expression of advanced operation.
| Name | Type | Values | Description |
|---|---|---|---|
| expression | string | - | Expression used for the advanced operation. |
Set or query the expression of advanced operation. The expression is entered as an ASCII string and may be up to 64 bytes long.
| Name | Type | Values | Description |
|---|---|---|---|
| expression | string | - | Advanced operation expression to set. |
Enable or disable the inverted display of the advanced operation result, or query the current status of the inverted display of the advanced operation result.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 0|OFF - 1|ON | Enables or disables the inverted display of the advanced operation result. |
Set or query variable1 in the advanced operation expression. The value can be used by :CALCulate:ADVanced:EXPRession.
| Name | Type | Values | Description |
|---|---|---|---|
| numeric_value | real | -9.9999 - 9.9999 | Numeric value in AeB or decimal format. |
:CALCulate:ADVanced:VARiable1 <numeric_value> :CALCulate:ADVanced:VARiable1?
Set or query variable2 in the advanced operation expression. The query returns the variable value in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| numeric_value | real | -9.9999 - 9.9999 | Numeric value for variable2; the mantissa A is in the range -9.9999 to 9.9999 with a minimum step of 0.0001, and the exponent B is an integer from -9 to 9. |
Sets or queries the vertical scale of the advanced operation result. The unit depends on the advanced operation expression.
| Name | Type | Values | Description |
|---|---|---|---|
| numeric_value | real | 0.02 - 500 | Vertical scale value for the advanced operation result; the actual valid range depends on the advanced operation expression. |
Set or query the vertical offset of the advanced operation result. The unit is related to the advanced operation expression.
| Name | Type | Values | Description |
|---|---|---|---|
| offs | real | (-40 x VScale) - (40 x VScale) | Vertical offset of the advanced operation result. |
:CALCulate:ADVanced:VOFFset <offs> :CALCulate:ADVanced:VOFFset?
Queries the date of the last calibration.
:CALibrate:DATE?
Starts the oscilloscope self-calibration routine.
Queries the time of the last calibration.
Exit the self-calibration at any time.
Set or query the bandwidth limit of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | - | |
| type | enum | 20M | 100M | OFF |
Set or query the coupling mode of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specified analog channel number. |
| coupling | enum | AC | DC | GND | Coupling mode for the specified analog channel. |
Enable or disable the specified analog channel, or query the current status of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the specified analog channel. |
Enable or disable the inverted display of the specified analog channel, or query its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the analog channel number. |
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables channel inversion. |
Set or query the input impedance of the specified analog channel. The default unit is Ω.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| impedance | enum | OMEG | FIFTy | Selects the channel input impedance. |
Sets or queries the vertical offset of the specified analog channel. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the analog channel number. |
| offset | real | V | Sets the vertical offset for the specified analog channel. |
Sets or queries the vertical scale of the specified analog channel. The default unit is V/div.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the analog channel number. |
| scale | real | 500 b5V/div - 10V/div | Sets the vertical scale of the specified analog channel. |
Set or query the probe attenuation ratio of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| atten | discrete | 0.01 | 0.02 | 0.05 | 0.1 | 0.2 | 0.5 | 1 | 2 | 5 | 10 | 20 | 50 | 100 | 200 | 500 | 1000 |
Set or query the amplitude display unit of the specified analog channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the analog channel number. |
| units | enum | VOLTage | WATT | AMPere | UNKNown | Sets the amplitude display unit for the specified analog channel. |
Enables or disables the fine adjustment function of the vertical scale for the specified analog channel, or queries its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 - 2 | Specifies the analog channel number. |
| bool | enum | 1 | ON | 0 | OFF | Turns fine adjustment on or off. |
Set or query the delay calibration time of the specified analog channel. The default unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specified analog channel number. |
| time | real | -200ns - 200ns | Delay calibration time to set. |
Set or query the cursor measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | OFF | MANual | TRACk | AUTO | XY | Cursor measurement mode to set. |
Set or query the cursor type of manual measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | TIME | AMPLitude | Selects the manual cursor type. |
Sets or queries the cursor type for manual measurements. TIME selects X cursors for time measurements; AMPLitude selects Y cursors for voltage measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | TIME | AMPLitude | Cursor type for manual measurement. |
Sets or queries the channel source used for manual cursor measurements. Only currently enabled channels can be selected.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | MATH | LA | NONE | Channel source for manual measurement with cursor. |
Set or query the horizontal unit in manual measurement with cursor. The selected unit determines whether cursor measurement results are shown in seconds, hertz, percent, or degrees.
| Name | Type | Values | Description |
|---|---|---|---|
| unit | enum | SECond | HZ | PERCent | DEGRee | Horizontal unit used for manual cursor measurements. |
Sets or queries the vertical unit used in manual cursor measurements. SUNit makes A->Y, B->Y, and △Y use the current source unit; PERCent expresses A->Y, B->Y, and △X in percent.
| Name | Type | Values | Description |
|---|---|---|---|
| unit | enum | SUNit | PERCent | Vertical unit for manual cursor measurements. |
Sets or queries the horizontal position of cursor A (X cursor) in manual cursor measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| ax | integer | 0 - 699 | Horizontal pixel coordinate of cursor A. |
Sets or queries the horizontal position of cursor B (X cursor) in manual measurement mode.
| Name | Type | Values | Description |
|---|---|---|---|
| bx | integer | 0 - 699 | Horizontal pixel coordinate for cursor B. |
Sets or queries the vertical position of cursor A (Y cursor) in manual measurement with cursor. The value is a screen pixel coordinate; the command is invalid when the measurement source is LA.
| Name | Type | Values | Description |
|---|---|---|---|
| ay | integer | 0 - 399 | Vertical position of cursor A. |
Set or query the vertical position of cursor B (Y cursor) in manual measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| by | integer | 0 - 399 | Vertical position of cursor B, defined by the screen pixel coordinate. |
Queries the X value at cursor A in manual cursor measurement. The value is returned in scientific notation, with the unit determined by the currently selected horizontal unit.
Query the X value at cursor B in manual cursor measurement. The value is returned in scientific notation.
Queries the Y value at cursor A in manual cursor measurement. The return is in scientific notation, except when the current measurement source is LA, in which case it returns a decimal integer.
Query the Y value at cursor B in manual measurement with cursor. The returned unit follows the currently selected vertical unit; when the current measurement source is LA, it returns a decimal integer corresponding to the sum of the binary weights of D15 to D0 at cursor B.
Queries the difference △X between the X values at cursor A and cursor B in manual cursor measurement.
Query the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in manual measurement with cursor.
Queries the difference △Y between cursor A and cursor B in manual cursor measurement. The unit follows the currently selected vertical unit, and the command is invalid when the measurement source is LA.
Set or query the channel source of cursor A or cursor B in track measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | MATH | NONE | Selects the channel source for the cursor track measurement. |
Sets or queries the channel source of cursor A in track measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | MATH | NONE | Channel source for cursor A in track measurement with cursor. |
Set the channel source of cursor B in track measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | MATH | NONE | Channel source for cursor B in track measurement with cursor. |
Sets or queries the horizontal position of cursor A in track measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| ax | integer | 0 - 699 | Horizontal pixel position of cursor A. |
Set or query the horizontal position of cursor B in track measurement with cursor.
| Name | Type | Values | Description |
|---|---|---|---|
| bx | integer | 0 - 699 | Horizontal pixel position of cursor B. |
Queries the vertical position of cursor A in track measurement with cursor.
Query the vertical position of cursor B in track measurement with cursor.
Queries the X value at cursor A in track measurement with cursor. The value is returned in scientific notation; if the Y value exceeds the screen region, the related Y-value query returns 9.9E37.
Queries the Y value at cursor A in track measurement with cursor. The value is returned in scientific notation; if it exceeds the screen region, the instrument returns 9.9E37.
Queries the Y value at cursor B in track measurement with cursor. The value is returned in scientific notation; if the Y value exceeds the screen region, the instrument returns 9.9E37.
Query the Y value at cursor B in track measurement with cursor.
Queries the difference △X between the X values at cursor A and cursor B in track measurement with cursor. The unit is seconds.
Queries the difference △Y between the Y values at cursor A and cursor B in track measurement with cursor. The unit is determined by the current signal source unit, and if either Y value exceeds the screen region the query returns 9.9e37.
Queries the reciprocal (1/△X) of the difference between the X values at cursor A and cursor B in track measurement with cursor. The unit is Hz.
Clear all the waveforms on the screen. This command has the same function as CLEAR at the front panel.
:DISPlay:CLEar
Set or query the display type of the waveform on the screen.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | VECTors | DOTS | Display mode for the waveform. |
Set or query the persistence time. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | enum | MIN | 0.05 | 0.1 | 0.2 | 0.5 | 1 | 2 | 5 | 10 | 20 | INFinite | Persistence time setting. |
Set or query the waveform brightness. The unit is %.
| Name | Type | Values | Description |
|---|---|---|---|
| time | integer | 0 - 100 |
Set or query the grid type of the screen display.
| Name | Type | Values | Description |
|---|---|---|---|
| grid | enum | FULL | HALF | NONE | Grid type of the screen display. |
Set or query the brightness of the screen grid. The unit is percent (%).
| Name | Type | Values | Description |
|---|---|---|---|
| brightness | integer | 0 - 100 | Brightness of the screen grid. |
Sets or queries the menu display time. The unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| time | enum | 1 | 2 | 5 | 10 | 20 | INFinite | Menu display time. |
Reads the bitmap data stream of the image currently displayed. The instrument returns the bitmap data directly to the PC buffer over the VISA interface.
:DISPlay:DATA?
Set or query the mode of waveform record.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | OFF | RECord | PLAY | KEEP | ANALyze | Selects the waveform record mode. |
Set or query the end frame of waveform record.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | integer | 1 - the maximum number of frames that can be recorded currently | End frame of waveform record. |
Set or query the end frame of waveform record.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | integer | 1 - the maximum number of frames that can be recorded currently | End frame number for waveform record. |
Query the maximum number of frames that can be recorded currently.
Set or query the time interval between frames in waveform recording, in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| interval | real | 100ns - 10s | Time interval between frames in waveform recording. |
Start or stop the waveform recording, or query the current status of the waveform recording.
| Name | Type | Values | Description |
|---|---|---|---|
| oper | enum | RECord | STOP | Selects whether waveform recording is started or stopped. |
Set or query the mode of waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | REPeat | SINGle | Playback mode. |
Set or query the mode of waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | REPeat | SINGle | Mode of waveform playback. |
Sets or queries the time interval in waveform playback. The unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| interval | real | 100ns - 10s | Time interval used in waveform playback. |
:FUNCtion:WREPlay:INTerval <interval> :FUNCtion:WREPlay:INTerval?
Set or query the start frame of waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | integer | 1 - the number of frames recorded | Start frame of waveform playback. |
Set or query the current frame in waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | integer | 1 - the number of frames recorded | Current frame of waveform playback. |
Set or query the end frame of waveform playback. The end frame must be greater than or equal to the start frame of waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| frame | integer | 1 - the number of frames recorded | End frame of waveform playback. |
Query the maximum end frame in waveform playback.
Execute waveform playback, stop or pause waveform playback, or query the current status of waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| oper | enum | PLAY | STOP | PAUSe | Selects the waveform playback operation. |
Enable or disable the time tag in waveform playback, or query the current status of the time tag in waveform playback.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the time tag in waveform playback. |
Queries the record time difference of the waveform currently displayed relative to the first frame of the waveform.
Sets or queries the waveform analysis mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | TRACe | MASK | Analysis mode. |
Set or query the mode of waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | TRACe | MASK | Selects the waveform analysis mode: trace mode or pass/fail mask mode. |
Sets or queries the channel source for waveform analysis. Only the currently enabled channel can be selected.
| Name | Type | Values | Description |
|---|---|---|---|
| sour | enum | CHANnel1 | CHANnel2 | Channel source for waveform analysis. |
Set or query the current frame of waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| NR1 | integer | 1 - the number of frames recorded |
Enable or disable the template display, or query the current template display status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1|ON | 0|OFF | Enables or disables template display. |
Set or query the screen start point in waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| start | integer | 5 - 685 | Screen start point for waveform analysis. |
Set or query the screen end point in waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| end | integer | 15 - 695 | Screen end point in waveform analysis. |
Set or query the start frame of waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| sframe | integer | 1 - the number of frames recorded | Start frame of waveform analysis. |
Set or query the end frame of waveform analysis.
| Name | Type | Values | Description |
|---|---|---|---|
| eframe | integer | 1 - the number of frames recorded | End frame of waveform analysis. |
Sets or queries the threshold of waveform analysis. The unit is %; the threshold is used to judge whether a data frame is an error frame based on its relative difference from the template.
| Name | Type | Values | Description |
|---|---|---|---|
| NR1 | integer | 1 - 99 | Threshold value for waveform analysis. |
Set or query the horizontal adjustment parameter in analysis based on the pass/fail mask. The unit is div.
| Name | Type | Values | Description |
|---|---|---|---|
| x | real | 0.02 - 4 | Horizontal adjustment parameter in analysis based on the pass/fail mask. |
Set or query the vertical adjustment parameter in analysis based on the pass/fail mask. The unit is div.
| Name | Type | Values | Description |
|---|---|---|---|
| y | real | 0.04 - 5.12 | Vertical adjustment parameter in analysis based on the pass/fail mask. |
Set the waveform analysis template when the analysis mode is trace. After analysis starts, the oscilloscope compares each frame of measured data with the template to determine whether an error frame exists according to the threshold set.
Apply the mask currently created.
Start the waveform analysis. During the analysis process, the progress bar is displayed and parameters cannot be modified; when it finishes, analysis results are displayed and the first error frame is located.
Give up the waveform analysis. After stopping the waveform analysis, :FUNCtion:WANalyze:STARt can be used to restart it.
Locate the error frame previous to the current error frame.
Locate the error frame next to the current error frame.
Query the total number of error frames discovered in the current analysis. The number of error frames depends on the error frame threshold currently set.
Sets or queries the number of the current error frame.
| Name | Type | Values | Description |
|---|---|---|---|
| NR1 | integer | 1 - the total number of error frames | Specifies the current error frame number. |
Queries the current frame difference. Under trace-based analysis, this is the normalized difference between the current frame and the template; under pass/fail mask analysis, it is 100% for an error frame and 0% otherwise.
Enable or disable the LA function, or query its status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Turns the LA function on or off. |
Set or query the current active channel or channel group. When none is sent, no channel or group is selected.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Selects one of channels D0 through D15. |
| group | enum | GROup1 | GROup2 | GROup3 | GROup4 | Selects one of the user-defined digital channel groups. |
| state | enum | NONE | Clears the active selection. |
Turns on or off the specified digital channel, user-defined channel group, or default channel group. The query returns the status of the specified digital channel or channel group.
| Name | Type | Values | Description |
|---|---|---|---|
| digital | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | |
| group | discrete | GROup1 | GROup2 | GROup3 | GROup4 | |
| pod | discrete | POD1 | POD2 | |
| bool | boolean | 1 | ON | 0 | OFF | Turns the specified channel or group on or off. |
Sets the digital channel auto ordering mode.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 0 | 1 | Selects the screen ordering of digital channel waveforms. |
Undo the grouping setting of any of the 16 digital channels, or undo the channel setting of any of GROUP1 to GROUP4.
| Name | Type | Values | Description |
|---|---|---|---|
| digitalopt | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | One of the 16 digital channels. |
| groupopt | enum | GROup1 | GROup2 | GROup3 | GROup4 | One of the four user-defined digital channel groups. |
Set or query the display size of the digital channel waveforms.
| Name | Type | Values | Description |
|---|---|---|---|
| size | enum | SMALl | LARGe | MEDium | Display size of the digital channel waveforms. |
Turn on or off the specified digital channel, or query the status of the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 15 | Specifies the digital channel number. |
| bool | enum | 1|ON | 0|OFF | Turns the specified digital channel on or off. |
Set or query the display position of the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 0 - 15 | Specified digital channel number. |
| position | integer | 0 - 15 | Display position of the specified digital channel; valid range depends on the waveform display mode. |
Set or query the label of the specified digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Specifies the digital channel number. |
| label | string | 4 characters | ASCII label for the specified digital channel; may include uppercase letters and numbers, and cannot exceed 4 characters. |
Turn on or off the specified default channel group, or query its status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | Specifies the default channel group. |
| bool | boolean | 1 | ON | 0 | OFF | Turns the specified default channel group on or off. |
:LA:POD<n>:DISPlay <bool> :LA:POD<n>:DISPlay?
Sets or queries the threshold of the specified default channel group. The default unit is V.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | |
| threshold | real | -20.0V - +20.0V |
Add channels into the specified user-defined channel group.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 4 | User-defined channel group number. |
| digital | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Digital channel to append to the group. |
Sets the specified digital bus as the current bus, or queries whether the specified digital bus is the current bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Specifies the digital bus number. |
Turn on or off the specified digital bus; or query whether the specified digital bus is turned on.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| bool | boolean | 1 | ON | 0 | OFF |
Sets or queries which channels are assigned to the specified digital bus. The bus channels can be L, H, or HL.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | Specifies the digital bus number. |
| channel | enum | L | H | HL | Selects the channels of the digital bus. |
Set or query the display format of the specified digital bus.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 2 | |
| format | enum | HEX | DECimal | BINary | ASCii | Display format for the specified digital bus. |
Enable or disable the DHCP configuration mode, or query the current DHCP status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Turns DHCP configuration mode on or off. |
Enable or disable the auto IP configuration mode, or query the current auto IP configuration status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Turns auto IP configuration mode on or off. |
Set or query the gateway. The gateway string must be in dotted-decimal form nnn,nnn,nnn,nnn, and the command is used when IP configuration mode is Auto IP or Static IP.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | Gateway address in ASCII dotted-decimal format nnn,nnn,nnn,nnn. |
Set or query the DNS address.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | ASCII string specifying the DNS address in nnn,nnn,nnn,nnn format. |
Queries the MAC address of the instrument. The address is displayed in "00-19-AF-30-00-00" format.
Enable or disable the static IP configuration mode, or query its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Turns static IP configuration mode on or off. |
Initialize the network parameters. Before using this command, make sure that the oscilloscope has been connected to the network correctly.
Set or query the IP address of the instrument.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | IP address string in the format nnn,nnn,nnn,nnn. |
Set or query the subnet mask. The subnet mask string must be in the format nnn,nnn,nnn,nnn with each nnn from 0 to 255.
| Name | Type | Values | Description |
|---|---|---|---|
| string | string | - | Subnet mask in nnn,nnn,nnn,nnn format. |
Queries the current status of the network configuration.
Query the VISA address of the instrument.
Apply the network configuration.
Enable or disable the pass/fail test function, or query its current status. The command is invalid in certain time-base and waveform-recording states, or when no analog channel is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the pass/fail test function. |
Sets or queries the measurement source used for the pass/fail test. Only the enabled channel can be selected as the source.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Measurement source for the pass/fail test. |
Run or stop the pass/fail test, or query the current status of the pass/fail test.
| Name | Type | Values | Description |
|---|---|---|---|
| oper | enum | RUN | STOP | Selects whether the pass/fail test runs or stops. |
When the pass/fail test is enabled, enables or disables the message display, or queries its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the message display. |
Enable or disable the "Stop On Fail" function, or query its current status.
| Name | Type | Values | Description |
|---|---|---|---|
| <bool> | enum | 1 | ON | 0 | OFF | Enables or disables the Stop On Fail function. |
Set or query the output mode when the test fails.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | FAIL | FSOund | Selects the output mode used when a test fails. |
Set the horizontal adjustment parameter of the pass/fail test mask. The unit is div.
| Name | Type | Values | Description |
|---|---|---|---|
| x | real | 0.02 - 4 | Horizontal adjustment parameter of the pass/fail test mask. |
Set or query the vertical adjustment parameter of the pass/fail test mask, in divisions.
| Name | Type | Values | Description |
|---|---|---|---|
| y | real | 0.04 - 5.12 | Vertical adjustment parameter of the pass/fail test mask. |
Create the pass/fail test mask using the currently set horizontal and vertical adjustment parameters. It is valid only when pass/fail testing is enabled and running.
:MASK:CREate
Query the number of frames that pass the pass/fail test.
Query the number of failed frames in the pass/fail test.
Query the total number of frames of the pass/fail test.
Resets the passed, failed, and total frame counters to 0.
Send or read the mask of the pass/fail test.
| Name | Type | Values | Description |
|---|---|---|---|
| mask | block | - | Binary data block containing the mask; place the data stream directly after the command string when sending. |
Sets or queries the signal source of the current measurement parameter. It applies to all measurement parameters except delay and phase.
| Name | Type | Values | Description |
|---|---|---|---|
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Signal source for the measurement parameter. |
Set or query the measurement source of the frequency counter, or disable the frequency counter measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| sour | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | EXT | OFF | Measurement source for the frequency counter. |
Queries the measurement result of the frequency counter. The unit is Hz; when the frequency counter is not turned on, the query returns 9.9e37.
Clear any or all of the last five measurement items that are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| item | enum | ITEM1 | ITEM2 | ITEM3 | ITEM4 | ITEM5 | ALL | Measurement item to clear. |
Recover the measurement items that have been cleared.
| Name | Type | Values | Description |
|---|---|---|---|
| item | enum | ITEM1 | ITEM2 | ITEM3 | ITEM4 | ITEM5 | ALL | Specifies which cleared measurement item to recover. |
Enable or disable all measurements, or query the current status of all measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables all measurements. |
Set or query the signal source of the all measurement parameters.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Signal source for the all measurement parameters. |
Enable or disable the statistic function, or query the current status of the statistic function.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables the statistic function. |
Set or query the statistic mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | DIFFerence | EXTRemum | Selects whether the statistic display shows difference or extremum results. |
Clear the history statistic data and make statistic again.
Set or query the type of measurement setting.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | DELay | PHASe | THReshold | Measurement setting type. |
Sets or queries the upper limit of the threshold level used in auto measurement of the analog channels. The value is expressed as a percentage of amplitude.
| Name | Type | Values | Description |
|---|---|---|---|
| max | integer | 7 - 95 | Upper limit of the threshold level. |
Set or query the middle value of the threshold level in the auto measurement of the analog channels. The value is expressed as a percentage.
| Name | Type | Values | Description |
|---|---|---|---|
| mid | integer | 6 - 94 | Middle threshold value. |
Set or query the lower limit of the threshold level in the auto measurement of the analog channels. The unit is %.
| Name | Type | Values | Description |
|---|---|---|---|
| min | integer | 5 - 93 | Lower limit of the threshold level. |
Sets or queries the channel source of source A in phase deviation measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceA | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for source A. |
Sets or queries the channel source of source B in phase deviation measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceB | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for source B; valid choices depend on whether source A is a digital channel or CHANnel1/CHANnel2. |
Sets the channel source of source A in delay time measurements, or queries the current source A setting. The source can be a digital line D0–D15 or CHANnel1/CHANnel2.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceA | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for source A in delay time measurements. |
Sets or queries the channel source of source B in delay time measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for source B in delay time measurements. |
Set or query the measurement range.
| Name | Type | Values | Description |
|---|---|---|---|
| area | enum | SCReen | CREGion | Selects the measurement range as the screen region or the cursor-defined region. |
When the measurement range is set to cursor region, this command sets or queries the position of cursor A. Use :MEASure:AREA to set the measurement range to cursor region.
| Name | Type | Values | Description |
|---|---|---|---|
| cax | integer | 0 - (the current position of cursor B - 6) | Sets the position of cursor A. |
When the measurement range is set to cursor region, this command sets or queries the position of cursor B.
| Name | Type | Values | Description |
|---|---|---|---|
| cbx | integer | The current position of cursor A + 6 - 697 | Position of cursor B. |
Enable or disable the measurement history, or query its current on/off status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Turns measurement history on or off. |
Set or query the display mode of the history measurement data.
| Name | Type | Values | Description |
|---|---|---|---|
| mod | enum | TABLe | GRAPh | Display mode for history measurement data. |
Enables the delay measurement function between two specified channels. The query form enables the measurement and returns the delay result in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the falling edge-falling edge delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the falling edge-falling edge delay measurement. |
:MEASure:FDELay CHANnel1,CHANnel2 :MEASure:FDELay? CHANnel1,CHANnel2
Enables the falling-edge to falling-edge delay measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic maximum value for the enabled measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the delay measurement. |
Queries the statistic minimum value of the falling-edge to falling-edge delay measurement results between two specified channels. The delay measurement and statistic function must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Second channel used for the delay measurement when <chanA> is D0-D15; when <chanA> is CHANnel1 or CHANnel2, this may be CHANnel1 or CHANnel2. |
Queries the current statistic value of the delay (falling edge-falling edge) measurement results between two specified channels. The measurement and statistic functions must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel identifier. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel identifier; valid values depend on the value of <chanA>. |
Enables the delay (falling edge-falling edge) measurement function between the two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the delay measurement. |
Queries the statistic standard deviation of the delay measurement results between two specified channels, when delay measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the falling edge-falling edge delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Second channel used for the falling edge-falling edge delay measurement when <chanA> is D0-D15. |
Enables the delay measurement function between two specified channels. The query form returns the measured delay in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the falling edge-rising edge delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the falling edge-rising edge delay measurement. |
:MEASure:F2RDelay CHANnel1,CHANnel2 :MEASure:F2RDelay? CHANnel1,CHANnel2
Enables the delay measurement function between two specified channels and the statistic function for the measurement results. This command is the statistic-maximum variant of the F2R delay measurement family.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. When chanA is D0-D15, chanB must also be selected from D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection. Its allowed values depend on the value chosen for chanA. |
Enables the delay (falling edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the measurement. |
Queries the current statistic value of the delay (falling edge-rising edge) measurement results between two specified channels. The measurement function and statistic function must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First specified channel. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second specified channel. When <chanA> is CHANnel1 or CHANnel2, <chanB> must be CHANnel1 or CHANnel2. |
Enables the delay measurement function between the two specified channels and the statistic function of the measurement results. The query returns the statistic average value of the delay measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel identifier. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel identifier. |
Enables the delay measurement function between two specified channels and the statistic function for the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the delay measurement. |
Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels. The query form returns the measurement result in degrees.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel or digital line used for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel or digital line used for the phase deviation measurement. |
:MEASure:FPHase CHANnel1,CHANnel2 :MEASure:FPHase? CHANnel1,CHANnel2
Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel identifier. When chanA is D0-D15, chanB must also be D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel identifier. The allowed set depends on the value of chanA. |
Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection. |
Enables the falling-edge phase deviation measurement between two specified channels and the statistic function for the measurement results. The query returns the current statistic value for that measurement when enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection. When <chanA> is D0-D15, <chanB> may also be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> is limited to those two channels. |
Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel or digital line used for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel or digital line used for the phase deviation measurement. |
Enables the phase deviation (falling edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the standard deviation of the enabled phase-deviation measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection for the phase deviation measurement. |
Enables the phase deviation measurement function between two specified channels. The query form returns the measurement result in degrees.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel input for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel input for the phase deviation measurement. If chanA is D0-D15, chanB may be D0-D15; if chanA is CHANnel1 or CHANnel2, chanB may be CHANnel1 or CHANnel2. |
:MEASure:F2RPhase CHANnel1,CHANnel2 :MEASure:F2RPhase? CHANnel1,CHANnel2
Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and its statistic function. The corresponding query returns the statistic maximum value for the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel identifier. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel identifier. |
Enables the phase deviation (falling edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel or digital line used for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the phase deviation measurement; the allowed choices depend on <chanA>. |
Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic current value for the enabled measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection for the phase deviation measurement. |
Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection; allowed values depend on <chanA>. |
Enables the phase deviation (falling edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First specified channel. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second specified channel. |
Enables the frequency measurement function for the specified channel. The query form also enables the measurement and returns the frequency result in Hz.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Channel to measure. |
:MEASure:FREQuency CHANnel1 :MEASure:FREQuency? CHANnel1
Enables the frequency measurement function for the specified channel and the statistic function for the measurement results. The query returns the statistic maximum value of the frequency measurement results when these functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel to use for the frequency measurement. |
Enables the frequency measurement function of the specified channel and the statistic function of the measurement results. For the query form, returns the statistic minimum value of the frequency measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the frequency measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic current value of the frequency measurement results when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the frequency measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic average value of the frequency measurement results when the function is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the frequency measurement function of the specified channel and the statistic function of the measurement results. The query returns the standard deviation of the frequency measurement results when frequency measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the fall time measurement function of the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the fall time measurement function. |
:MEASure:FTIMe CHANnel1 :MEASure:FTIMe? CHANnel1
Enables the fall time measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the fall time measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the current value of the fall time measurement statistic for the specified channel, when fall time measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the fall time measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the fall time measurement. |
Queries the standard deviation of the fall time measurement results for the specified channel when fall time measurement and result statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the fall time measurement statistic query. |
Enable the negative duty cycle measurement function of the specified channel. The query enables the measurement and returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
:MEASure:NDUTy CHANnel1 :MEASure:NDUTy? CHANnel1
Enables the negative duty cycle measurement function for the specified channel and its measurement-result statistics. The corresponding query returns the statistic maximum value for the negative duty cycle measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
Enables the negative duty cycle measurement function for the specified channel and the statistic function of the measurement results. The query form returns the statistic minimum value of the negative duty cycle measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the negative duty cycle measurement function for the specified channel and the statistic function of the measurement results. The query returns the current value of the negative duty cycle measurement statistic for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel to use for the measurement. |
Enables the negative duty cycle measurement function for the specified channel and the statistic function for the measurement results. The corresponding query returns the statistic average value of the negative duty cycle measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the standard deviation of the negative duty cycle measurement results for the specified channel when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose negative duty cycle measurement statistic is queried. |
Enables negative pulse width measurement on the specified channel. The query version enables the measurement and returns the measurement result in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Channel to measure. |
:MEASure:NWIDth CHANnel1 :MEASure:NWIDth? CHANnel1
Enables the negative pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value for the negative pulse width measurement results when enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the negative pulse width measurement function for the specified channel and the statistic function for the measurement results. The related query returns the statistic maximum, minimum, current, average, or standard deviation value when enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the negative pulse width measurement. |
Enables the negative pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic current value of the negative pulse width measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the negative pulse width measurement function for the specified channel and the statistic function for the measurement results. The SAVerage query returns the average value of those negative pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the negative pulse width measurement. |
Enables the negative pulse width measurement function of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum, minimum, current, average, or standard deviation of the negative pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the overshoot measurement function for the specified channel. The query form enables the function and returns the overshoot measurement result in scientific notation; invalid results return 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results. This command is the statistic-maximum variant of the overshoot measurement family.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
Enable the overshoot measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results. The query returns the current value of the overshoot measurement results when these functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose overshoot measurement results are used. |
Enables the overshoot measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the overshoot measurement. |
Queries the standard deviation of the overshoot measurement results for the specified channel when overshoot measurement and result statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the overshoot measurement query. |
Enables the positive duty cycle measurement function on the specified channel. The query form enables the measurement and returns the result in scientific notation; invalid results return 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel to measure. |
Enables the positive duty cycle measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value for the positive duty cycle measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the positive duty cycle measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic minimum value of the positive duty cycle measurement results when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel on which to enable or query the positive duty cycle measurement statistic. |
Enables the positive duty cycle measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic current value of the positive duty cycle measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the positive duty cycle measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the standard deviation of the positive duty cycle measurement results for the specified channel when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
Enables the period measurement function for the specified channel. The query form enables the measurement and returns the period measurement result; invalid results are returned as 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
:MEASure:PERiod CHANnel1 :MEASure:PERiod? CHANnel1
Enable the period measurement function of the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value of the period measurement results when the period measurement function and statistic function are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the period measurement function. |
Enables the period measurement function of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the period measurement results in scientific notation, or 9.9e37 when invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH |
Enables the period measurement function for the specified channel and the statistic function for the measurement results. This command is one of the period-statistics measurement forms (current value).
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the period measurement. |
Enables the period measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum, minimum, current, average, or standard deviation of the period measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH |
Queries the standard deviation of the period measurement results for the specified channel when period measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the period measurement. |
Enables the preshoot measurement function for the specified channel. The query version enables the function and returns the measurement result in scientific notation; invalid results are returned as 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the preshoot measurement. |
Enable the preshoot measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the preshoot measurement function of the specified channel and the statistic function of the measurement results. This command is the minimum-value statistic variant of the preshoot measurement group.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel on which to perform the preshoot measurement. |
Enable the preshoot measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel on which the preshoot measurement is performed. |
Enables the preshoot measurement function for the specified channel and the statistic function of the measurement results. This command sets the average-value statistic for preshoot measurements.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose preshoot measurement results are used. |
Enables the preshoot measurement function for the specified channel and the statistic function of the measurement results. For the query form, returns the statistic standard deviation of the preshoot measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose preshoot measurement results are used. |
Enables positive pulse width measurement on the specified channel. The query returns the measurement result for that channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the positive pulse width measurement. |
:MEASure:PWIDth CHANnel1 :MEASure:PWIDth? CHANnel1
Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic maximum value of the positive pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the positive pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query form returns the requested statistic (maximum, minimum, current, average, or standard deviation) for the positive pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel for the positive pulse width measurement. |
Enables the positive pulse width measurement function for the specified channel and the statistic function for the measurement results. The corresponding query returns the statistic average value of the positive pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the positive pulse width measurement function for the specified channel and the statistic function of the measurement results. The query returns the statistic standard deviation of the positive pulse width measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | channel_list | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the rise time measurement function of the specified channel. The query also returns the rise time measurement result in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the rise time measurement. |
MEASure:RTIMe CHANnel1 MEASure:RTIMe? CHANnel1
Enable the rise time measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose rise time measurement statistics are enabled. |
Enable the rise time measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the current value of the rise time measurement statistic for the specified channel when rise time measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the rise time measurement function for the specified channel and the statistic function of the measurement results. For the query form, it returns the average value of the rise time measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose rise time measurement statistics are used. |
Queries the standard deviation of the rise time measurement results for the specified channel when rise time measurement and statistic measurement are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the delay (rising edge-rising edge) measurement function between two specified channels. The query form also returns the measurement result in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the delay measurement. When chanA is D0-D15, chanB must be D0-D15; when chanA is CHANnel1 or CHANnel2, chanB must be CHANnel1 or CHANnel2. |
:MEASure:RDELay CHANnel1,CHANnel2 :MEASure:RDELay? CHANnel1,CHANnel2
Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the measurement results in scientific notation, or 9.9e37 when the results are invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the delay measurement. |
Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic minimum value of the enabled delay measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the delay measurement. When <chanA> is D0-D15, <chanB> may be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> may be CHANnel1 or CHANnel2. |
Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the current statistic value for the delay measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the delay measurement. |
Enables the delay (rising edge-rising edge) measurement function between two specified channels and the statistic function for the measurement results. The query returns the statistic average value of the delay measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | - | First channel for the delay measurement. |
| chanB | discrete | - | Second channel for the delay measurement. |
Queries the standard deviation statistic of the delay measurement results between two specified channels. The delay measurement function and statistic function must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | - | First specified channel. |
| chanB | discrete | - | Second specified channel. |
Enables the delay measurement function between two specified channels. The query form returns the rising-edge to falling-edge delay measurement result in seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel or digital line used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel or digital line used for the delay measurement. |
:MEASure:R2FDelay CHANnel1,CHANnel2 :MEASure:R2FDelay? CHANnel1,CHANnel2
Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results. The query returns the statistic maximum value for the enabled delay measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | - | First channel selector; can be D0-D15, CHANnel1, or CHANnel2. |
| chanB | discrete | - | Second channel selector; allowed values depend on chanA. |
Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function for the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel to use for the measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel to use for the measurement. |
Queries the current statistic value of the delay measurement results between two specified channels when delay measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the rising-edge to falling-edge delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the rising-edge to falling-edge delay measurement. |
Enables the delay (rising edge-falling edge) measurement function between two specified channels and its statistics function. The query returns the statistic average value of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selector. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selector. |
Enables the delay (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic standard deviation of the delay measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the delay measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the delay measurement; allowed values depend on <chanA>. |
Enables the phase deviation measurement function between two specified channels. The query form returns the measurement result in degrees.
| Name | Type | Values | Description |
|---|---|---|---|
| <chanA> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the phase deviation measurement. |
| <chanB> | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the phase deviation measurement. |
:MEASure:RPHase CHANnel1,CHANnel2 :MEASure:RPHase? CHANnel1,CHANnel2
Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The SMAXimum form queries the statistic maximum value in scientific notation; invalid results return 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First specified channel. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | Second specified channel when <chanA> is D0-D15; otherwise CHANnel1 or CHANnel2. |
Enables the phase deviation (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the phase deviation measurement. |
Enables the phase deviation (rising edge-rising edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic current value for that measurement when the measurement function and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the phase deviation measurement. When <chanA> is D0-D15, <chanB> must also be D0-D15; when <chanA> is CHANnel1 or CHANnel2, <chanB> must be CHANnel1 or CHANnel2. |
Enable the phase deviation (rising edge-rising edge) measurement function between the two specified channels and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | - | First channel identifier. Allowed values are D0-D15 or CHANnel1/CHANnel2. |
| chanB | discrete | - | Second channel identifier. When <chanA> is D0-D15, allowed values are D0-D15; when <chanA> is CHANnel1 or CHANnel2, allowed values are CHANnel1 or CHANnel2. |
Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic standard deviation of those phase deviation results in scientific notation, or 9.9e37 when invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel used for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel used for the phase deviation measurement. |
Enables the phase deviation measurement between two specified channels. The query form returns the measurement result in degrees.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel or digital line to use for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel or digital line to use for the phase deviation measurement. |
:MEASure:R2FPhase CHANnel1,CHANnel2 :MEASure:R2FPhase? CHANnel1,CHANnel2
Enables the phase deviation measurement function between two specified channels and the statistic function of the measurement results. The query returns the statistic maximum, minimum, current, average, or standard deviation value in scientific notation; invalid results return 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection. |
Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. This command selects the SMINimum statistic variant.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel for the phase deviation measurement. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel for the phase deviation measurement. |
Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the current statistic value for the enabled measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel selection. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel selection. |
Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the selected statistic value in scientific notation, or 9.9e37 when the measurement results are invalid.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | - | First channel selection; allowed values are D0-D15 or CHANnel1/CHANnel2. |
| chanB | discrete | - | Second channel selection; allowed values depend on chanA. |
Enables the phase deviation (rising edge-falling edge) measurement function between two specified channels and the statistic function of the measurement results. The query returns the requested statistic for that measurement when enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chanA | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | First channel operand. |
| chanB | discrete | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Second channel operand. |
Enables the amplitude measurement function for the specified channel. The query returns the amplitude measurement result in scientific notation; invalid results are returned as 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the amplitude measurement function. |
:MEASure:VAMP CHANnel1 :MEASure:VAMP? CHANnel1
Queries the statistic maximum value of the amplitude measurement results for the specified channel when amplitude measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. The query form returns the statistic minimum value of the amplitude measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the source channel. |
Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. For the query form, returns the statistic current value of the amplitude measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude measurement statistics are used. |
Enables the amplitude measurement function of the specified channel and the statistic function of the measurement results. The query returns the average value of the amplitude measurement results when these functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude measurement results are used. |
Query the standard deviation of the amplitude measurement results for the specified channel when amplitude measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude average measurement function for the specified channel. The query variant enables the measurement and returns the amplitude average measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel to measure. |
:MEASure:VAVG CHANnel1 :MEASure:VAVG? CHANnel1
Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the amplitude average measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel for the measurement. |
Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic minimum value of the amplitude average measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the current statistic value of the amplitude average measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic average value of the amplitude average measurement results when the feature is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the amplitude average measurement. |
Enables the amplitude average measurement function for the specified channel and the statistic function of the measurement results. Queries the standard deviation of the amplitude average measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude base value measurement function for the specified channel. The query form also returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel to measure. |
:MEASure:VBASe CHANnel1 :MEASure:VBASe? CHANnel1
Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude base value measurement is enabled. |
Enables the amplitude base value measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the amplitude base value measurement. |
Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude base value measurement is enabled. |
Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
Enables the amplitude base value measurement function for the specified channel and the statistic function of the measurement results. The query form returns the standard deviation of the amplitude base value measurement results when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude base value measurement is used. |
Enables the amplitude maximum value measurement function for the specified channel. The query form enables the measurement and returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel to measure. |
:MEASure:VMAX CHANnel1 :MEASure:VMAX? CHANnel1
Enable the amplitude maximum value measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the amplitude maximum value measurement. |
Enable the amplitude maximum value measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| <chan> | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude maximum value measurement function for the specified channel and the statistic function of the measurement results. This form queries the statistic current value of the amplitude maximum value measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified measurement source channel. |
Enables the amplitude maximum value measurement function for the specified channel and the statistic function of the measurement results. This command is the average-value statistic variant in the :MEASure:VMAX subsystem.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude maximum value measurement results are used. |
Queries the standard deviation of the amplitude maximum value measurement results for the specified channel, when the amplitude maximum value measurement and statistics functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel whose amplitude maximum value measurement results are used. |
Enables the amplitude minimum value measurement function for the specified channel. The query form also returns the measurement result in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel to measure. |
::MEASure:VMIN CHANnel1 ::MEASure:VMIN? CHANnel1
Enables the amplitude minimum value measurement function for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value, minimum value, current value, average value, or standard deviation for that measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the statistic minimum value of the amplitude minimum measurement results for the specified channel, when that measurement and result statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified signal source channel. |
Queries the current statistic value of the amplitude minimum measurement results for the specified channel, when the amplitude minimum measurement function and statistic function are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude minimum measurement statistic is queried. |
Enables the amplitude minimum value measurement function for the specified channel and the statistic function of the measurement results. For this command, the SAVerage form queries the average value of the amplitude minimum value measurement results when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the standard deviation of the amplitude minimum value measurement results for the specified channel. The amplitude minimum measurement and statistic function must be enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude minimum value measurement results are queried. |
Enables the peak-peak value measurement function for the specified channel. The query version returns the peak-peak measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose peak-peak value measurement is enabled. |
::MEASure:VPP CHANnel1 ::MEASure:VPP? CHANnel1
Enables the peak-peak value measurement function for the specified channel and its statistic function. The corresponding query returns the statistic maximum value of the peak-peak value measurement results when the measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | - | Specified measurement source channel. |
Enables the peak-to-peak value measurement function for the specified channel and its statistics function. This form sets the statistic minimum value measurement for the peak-to-peak results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the signal source channel. |
Enables the peak-peak value measurement function for the specified channel and its statistics function. For the query form, returns the current statistic value of the peak-peak measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the source channel for the peak-peak measurement. |
Enables the peak-peak value measurement function for the specified channel and the statistic function of the measurement results. The related query returns the statistic average value of the peak-peak measurement results when measurement and statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose peak-peak measurement results are used. |
Queries the standard deviation of the peak-peak value measurement results for the specified channel when the peak-peak measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the peak-peak value measurement. |
Enables RMS value measurement on the whole signal of the specified channel. The query version returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | - | Specified channel to measure. |
:MEASure:VRMS CHANnel1 :MEASure:VRMS? CHANnel1
Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value of the RMS measurement results when those functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the source channel. |
Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This command selects the minimum statistic value for the RMS measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the RMS measurement. |
Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This query returns the current statistic value of the RMS measurement results for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Selects the signal source channel. |
Enables the RMS value measurement function on the whole signal of the specified channel and the statistic function of the measurement results. This command is one of the VRMS statistic measurement commands.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the signal source channel. |
Queries the standard deviation of the RMS value measurement results for the specified channel when the RMS measurement and statistic functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the RMS value measurement function within a single period of the specified channel. The query form also returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
:MEASure:PVRMs CHANnel1 :MEASure:PVRMs? CHANnel1
Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The corresponding query returns the statistic maximum value for those RMS measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel used as the signal source. |
Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The query returns the statistic minimum value of the RMS measurement results within a single period.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose single-period RMS measurement is used. |
Measures the current RMS value within a single period for the specified channel and enables statistics on the measurement results. The query returns the current-value statistic of those RMS measurements when the function is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the signal source channel. |
Enables the RMS value measurement function within a single period for the specified channel, along with the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Channel from which the RMS value measurement is taken. |
Enables the RMS value measurement function within a single period for the specified channel and the statistic function of the measurement results. The query returns the standard deviation of the RMS value measurement results for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the source channel. |
Enables the amplitude top value measurement function for the specified channel. The query form also returns the measurement result.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the source channel for the measurement. |
MEASure:VTOP CHANnel1 MEASure:VTOP? CHANnel1
Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results. This command is the maximum-value statistic variant of the VTOP measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose amplitude top value measurement results are used. |
Enables the amplitude top value measurement function of the specified channel and the statistic function of the measurement results. The query returns the current amplitude top value measurement statistic for the specified channel.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude top value measurement function for the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the amplitude top value measurement function for the specified channel and its result statistics. This command is one of the VTOP statistic measurement commands.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enables the area measurement function for the specified channel. The query form also enables the function and returns the area measurement result in scientific notation; invalid results return 9.9e37.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the area measurement function. |
:MEASure:MARea CHANnel1 :MEASure:MARea? CHANnel1
Enable the area measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose area measurement statistics are enabled. |
Enable the area measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel for the area measurement function. |
Enables area measurement statistics for the specified channel and sets the statistic function to the current value for area measurement results. This command is one of the area-measurement statistic commands.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel for the area measurement function. |
Enables the area measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose area measurement results are used. |
Enables the area measurement function for the specified channel and the statistic function of the measurement results. This command selects the standard deviation statistic for area measurement results; the corresponding query returns that statistic when the functions are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose area measurement results are used. |
Enables the period area measurement function for the specified channel. The query form enables the measurement and returns the period area measurement result in Vs.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
MEASure:MPARea CHANnel1 MEASure:MPARea? CHANnel1
Enables the period area measurement function of the specified channel and the statistic function of the measurement results. This command is the statistic-maximum variant for the period area measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel to use for the period area measurement. |
Enables the period area measurement function for the specified channel and the statistic function of the measurement results. This command is one of the statistic measurement commands for period area measurement.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Enable the period area measurement function of the specified channel and the statistic function of the measurement results.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel to use for the period area measurement. |
Enables the period area measurement function of the specified channel and the statistic function of the measurement results for the average statistic command.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specified channel. |
Queries the standard deviation of the period area measurement results for the specified channel when period area measurement and result statistics are enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | MATH | Specifies the channel whose period area measurement results are queried. |
Enable or disable the output of the specified signal source channel, or query its output status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Enables or disables the output. |
| nopt | discrete | 1 | 2 | Specifies the signal source channel number. |
Set or query the output impedance of the signal source channel.
| Name | Type | Values | Description |
|---|---|---|---|
| impedance | enum | OMEG | FIFTy | Output impedance setting: OMEG for HighZ, or FIFTy for 50Ω. |
| nopt | enum | 1 | 2 | Selects the output channel number. |
Recall the setup file stored in external memory.
| Name | Type | Values | Description |
|---|---|---|---|
| file_spec | string | - | File storage directory and filename with suffix for the setup file to recall. |
:RECall:SETup D:\123.stp /*Recall the setup file 123.stp stored in the D disk*/
Recalls the trace file stored in the external memory.
| Name | Type | Values | Description |
|---|---|---|---|
| file_spec | string | - | File storage directory and filename with suffix; length cannot exceed 64 characters. The storage directory can only be D:\. |
:RECall:TRACe D:\123.trc /*Recall the waveform trace file 123.trc stored in the D disk*/
Recall the waveform file stored in the external memory.
| Name | Type | Values | Description |
|---|---|---|---|
| <file_spec> | string | - | File storage directory and filename with suffix; length cannot exceed 64 characters and the directory can only be D:\. |
:RECall:WAVeform D:\123.wfm
Select the current reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| n | discrete | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Reference channel number to select. |
Turns on or off the specified reference channel, or queries its status.
| Name | Type | Values | Description |
|---|---|---|---|
| n | integer | 1 - 10 | Specifies the reference channel number. |
| bool | enum | 1 | ON | 0 | OFF | Turns the specified reference channel on or off. |
Set or query the color of the current reference channel waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| color | enum | GRAY | GREEn | LBLue | MAGenta | ORANge | Reference waveform color. |
Query the current REF channel.
Turn on or off the REF control menu, or query whether the REF control menu is turned on.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Turns the REF control menu on or off. |
Reset the vertical scale and vertical position of the reference waveform of the current channel to the settings of the signal source channel when storing the reference waveform.
Store the waveform (screen region) of the specified signal source to internal memory as the reference waveform of the current reference channel, and display it on the screen. The stored reference waveform is volatile and is cleared at power-off.
Set or query the reference source of the current reference channel.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | MATH | Reference source to select for the current reference channel. |
Set or query the vertical scale of the current reference channel waveform. The unit is the same as that of the current signal source.
| Name | Type | Values | Description |
|---|---|---|---|
| vscale | integer | 1 - 10 | Vertical scale ratio setting for the reference channel waveform. |
Sets or queries the vertical offset of the current reference channel waveform. The unit is the same as that of the current signal source.
| Name | Type | Values | Description |
|---|---|---|---|
| voffset | integer | -150 - +150 | Vertical offset of the current reference channel waveform. |
Saves the waveform data currently on the screen to external memory in ".csv" format.
| Name | Type | Values | Description |
|---|---|---|---|
| <file_spec> | string | - | ASCII string specifying the storage directory and filename with suffix; the directory must be D:\ and the total length cannot exceed 64 characters. |
:SAVE:CSV D:\123.csv /*Store the waveform data on the screen into the external memory with the filename 123.csv*/
Enables or disables the parameter storage function for CSV storage, or queries whether that function is enabled. When enabled, saving a CSV file also stores a TXT file with the same filename containing instrument and current parameter information.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables parameter storage for CSV storage. |
Set or query the data length type of CSV storage.
| Name | Type | Values | Description |
|---|---|---|---|
| len | enum | DISPlay | MAXimum | Selects whether CSV storage saves only the points within the screen region or all points in memory. |
Set or query the storage format.
| Name | Type | Values | Description |
|---|---|---|---|
| format | enum | TRACe | WAVeform | SETup | PICTure | CSV |
Stores the content displayed on the screen into external memory in picture form. The file specification must include the directory and filename with suffix, and an existing file with the same name is overwritten.
| Name | Type | Values | Description |
|---|---|---|---|
| file_spec | string | - | File storage directory and filename with suffix; the directory can only be D:\. |
:SAVE:IMAGe D:\123.png
Sets or queries the picture file type used for picture storage.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | BMP24bit | JPEG | PNG | TIFF | Picture type for picture storage. |
Enables or disables parameter storage for picture storage, or queries whether parameter storage is enabled. When enabled, saving a picture with :SAVE:IMAGe[:STARt] also stores a TXT file containing model, serial number, hardware/software versions, and current parameter configurations.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Turns parameter storage for picture storage on or off. |
Stores the current oscilloscope parameter settings into internal or external memory in *.stp format.
| Name | Type | Values | Description |
|---|---|---|---|
| <internal_loc> | string | C:\LocalSetup0.stp - C:\LocalSetup9.stp | Internal storage location for the setup file. |
| <file_spec> | string | - | External storage file specification including directory and filename; the storage directory can only be D:\. |
:SAVE:SETup D:\123.stp /*Store the current oscilloscope setting parameters into the external memory notes=
Stores the waveform trace into external memory in ".trc" format.
| Name | Type | Values | Description |
|---|---|---|---|
| file_spec | string | - | File storage directory and filename with suffix; the storage directory can only be D:\. The path length cannot exceed 64 characters. |
SAVE:TRACe D:\123.trc
Store the waveform data into the external memory in "*.wfm" format.
| Name | Type | Values | Description |
|---|---|---|---|
| file_spec | string | - | Includes the file storage directory and the filename with suffix. |
:SAVE:WAVeform D:\123.wfm /*Store the waveform file into the external memory*/
Stores the reference waveform currently stored by the oscilloscope into internal or external memory in "*.ref" format.
| Name | Type | Values | Description |
|---|---|---|---|
| <internal_loc> | string | C:\LocalREF0.ref - C:\LocalREF9.ref | Internal storage location for the reference waveform file. |
| <file_spec> | string | - | External storage directory and filename with suffix; length cannot exceed 64 characters. |
:SAVE:REFerence C:\LocalREF3.ref /*Store the reference waveform currently stored by the oscilloscope into the internal memory*/
Stores the current pass/fail test mask into internal or external memory in "*.pf" format. It is available only when the pass/fail test function is enabled.
| Name | Type | Values | Description |
|---|---|---|---|
| internal_loc | string | C:\LocalPF0.pf - C:\LocalPF9.pf | Internal storage location for the pass/fail test mask. |
| file_specopt | string | - | External storage directory and filename, with suffix; length must not exceed 64 characters and the directory can only be D:\. |
:SAVE:MTESt C:\LocalPF3.pf /*Store the current pass/fail test mask into the internal memory*/
Store the arbitrary waveform currently edited into internal or external memory in ".arb" format.
| Name | Type | Values | Description |
|---|---|---|---|
| <internal_loc> | string | C:\LocalArb0.arb - C:\LocalArb9.arb | Internal storage location for the arbitrary waveform file. |
| <file_spec> | string | - | External storage directory and filename with suffix; directory must be D:\ and total length cannot exceed 64 characters. |
:SAVE:ARB C:\LocalArb3.arb /*Store the arbitrary waveform currently edited into the internal memory*/
Sets or queries the type of signal output from the rear-panel [Trigger Out] connector.
| Name | Type | Values | Description |
|---|---|---|---|
| aux output | enum | TOUT | PFAil | Type of signal output from the [Trigger Out] connector. |
Disable or recover the AUTO function, or query its status. By default, pressing AUTO or sending :AUToscale can execute waveform auto setting; this command can disable or restore that behavior.
| Name | Type | Values | Description |
|---|---|---|---|
| opt | boolean | - | Disables or recovers the AUTO function. |
Enable or disable the beeper, or query its status.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | 1 | ON | 0 | OFF | Beeper enable state. |
Set or query the system date.
| Name | Type | Values | Description |
|---|---|---|---|
| year | integer | 2011 - 2099 | |
| month | integer | 1 - 12 | |
| day | integer | 1 - 31 |
Query and delete the last system error message.
Sets or queries the reference around which the waveform is expanded or compressed. The reference can be centered on the screen or around ground level.
| Name | Type | Values | Description |
|---|---|---|---|
| exp | enum | CENTer | GROund | Reference for waveform expansion or compression. |
Query the number of grids on the screen horizontally.
Set or query the GPIB address.
| Name | Type | Values | Description |
|---|---|---|---|
| adr | integer | 1 - 30 | GPIB address. |
Presses the specified front-panel key on the oscilloscope. The <key> parameter selects one of the instrument’s front-panel buttons, softkeys, or navigation actions.
| Name | Type | Values | Description |
|---|---|---|---|
| key | enum | CH1 | CH2 | MATH | REF | LA | DECode1 | DECode2 | AOFF | MOFF | F1 | F2 | F3 | F4 | F5 | F6 | F7 | QPRevious | QNEXt | VPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | HMENu | KFUNction | TLEVel | TMENu | TFORce | TMODe | CLEar | AUTO | RSTop | SINGle | QPRInt | MEASure | ACQuire | STORage | CURSor | DISPlay | UTILity | HELP | SRECord | ERECord | PPAuse | FFP10 | FFP20 | FFP30 | FFP40 | FFP50 | FFP60 | FFP70 | FFN10 | FFN20 | FFN30 | FFN40 | FFN50 | FFN60 | FFN70 | SOURce | Key to press at the front panel. |
Rotate the specified knob clockwise.
| Name | Type | Values | Description |
|---|---|---|---|
| key | discrete | VPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | KFUNction | TLEVel | SFINd | Specifies which front-panel knob to rotate. |
| valopt | integer | - | Defines the number of rotations of the specified knob. |
Rotates the specified front-panel knob counterclockwise. <val> defines the number of rotations; if omitted, the knob is rotated once.
| Name | Type | Values | Description |
|---|---|---|---|
| key | discrete | VPOSition | VPOSition1 | VPOSition2 | VSCale | VSCale1 | VSCale2 | HSCale | HPOSition | KFUNction | TLEVel | SFINd | Specifies which front-panel knob to rotate. |
| valopt | integer | - | Defines the number of rotations of the specified knob. |
:SYSTem:KEY:DECRease <key>[,<val>]
Set or query the system language.
| Name | Type | Values | Description |
|---|---|---|---|
| lang | enum | SCHinese | TCHinese | KORean | JAPanese | ENGLish | GERMan | PORTuguese | POLish | FRENch | RUSSian | Selects the system language. |
Install the option license. The license is a 28-byte uppercase alphanumeric string; hyphens must be omitted.
| Name | Type | Values | Description |
|---|---|---|---|
| license | string | - | Option license to install. |
:SYSTem:OPTion:INSTall PDUY9N9QTS9PQSWPLAETRD3UJHYA
Unload all the options installed.
Query the status of an installed option for a specified module. The query returns a numeric status code indicating whether the option is installed, expired, original, or a valid trial option.
| Name | Type | Values | Description |
|---|---|---|---|
| module | enum | TRIGger | DECode | CAN | MEMDepth | Specifies which option module to check. |
Set or query the configuration to be recalled when the oscilloscope is powered on after power-off.
| Name | Type | Values | Description |
|---|---|---|---|
| power_on | enum | LATest | DEFault | Selects whether the oscilloscope restores the last power-off setting or the factory setting. |
Set or query the power status of the oscilloscope.
| Name | Type | Values | Description |
|---|---|---|---|
| sat | enum | DEFault | OPEN | Power status setting. |
Queries the number of analog channels of the instrument. For this oscilloscope, the query always returns 2.
Power on the system again.
Set or query the screen saver time.
| Name | Type | Values | Description |
|---|---|---|---|
| time | enum | 1MIN | 2MIN | 5MIN | 15MIN | 30MIN | 45MIN | 60MIN | 2HOur | 5HOur | OFF | Screen saver time setting. |
:SYSTem:SSAVer:TIME <time> :SYSTem:SSAVer:TIME?
Send or read the data of the system setup file.
| Name | Type | Values | Description |
|---|---|---|---|
| setup_data | block | - | Binary data block containing the system setup file data. |
Set or query the system time.
| Name | Type | Values | Description |
|---|---|---|---|
| hours | integer | 0 - 23 | |
| minutes | integer | 0 - 59 | |
| seconds | integer | 0 - 59 |
Set or query the type of the device connected to the USB Device interface.
| Name | Type | Values | Description |
|---|---|---|---|
| udv | enum | COMPuter | PICTbridge | Selects the device type for the USB Device interface. |
Query the SCPI version number of the oscilloscope.
Enable or disable the delayed sweep mode; or query the current status of the delayed sweep mode.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Enables or disables delayed sweep mode. |
Set or query the horizontal offset of the delayed sweep. The unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | -(LeftTime - DelayRange/2) - (RightTime - DelayRange/2) | Horizontal offset of the delayed sweep. |
Set or query the delayed sweep time base, with units of s/div.
| Name | Type | Values | Description |
|---|---|---|---|
| scale_value | real | 1.25/real-time sample rate - current main time base | Delayed sweep time base to set. |
Sets or queries the horizontal offset of the main time base. The unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| offset | real | (-MemDepth/SampleRate) - 1s | Horizontal offset of the main time base. |
Set or query the main time base; the unit is s/div.
| Name | Type | Values | Description |
|---|---|---|---|
| scale_value | real | 1ns/div - 1ks/div | Main time base scale value; the valid range depends on the horizontal time base mode. In Y-T mode it is 1ns/div to 1ks/div; in Roll mode it is 200ms/div to 1ks/div. |
Set or query the horizontal reference mode, which controls the reference position for horizontal expansion and compression of the screen waveform.
| Name | Type | Values | Description |
|---|---|---|---|
| href | enum | CENTer | TPOSition | USER | Horizontal reference mode. |
Set or query the user-defined reference position around which the waveform is expanded or compressed horizontally.
| Name | Type | Values | Description |
|---|---|---|---|
| pos | integer | -350 - 350 | User-defined reference position around which the waveform is expanded or compressed horizontally. |
Sets or queries the horizontal time base mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | MAIN | XY | ROLL | Selects the horizontal time base mode. |
Enable or disable the fine adjustment of the horizontal scale, or query the current status of that adjustment.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | enum | 1 | ON | 0 | OFF | Turns fine adjustment on or off. |
Set or query the trigger coupling mode. The setting is only valid in edge trigger and is invalid when the trigger source is a digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| couple | enum | DC | AC | LFReject | HFReject | Trigger coupling mode. |
Set or query the trigger holdoff time. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| value | real | 100ns - 10s | Trigger holdoff time. |
Set or query the trigger type.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | EDGE | PULSe | RUNT | WIND | NEDG | SLOPe | VIDeo | PATTern | DELay | TIMeout | DURATion | SHOLd | RS232 | IIC | SPI | USB | CAN | Selects the trigger type. |
Enables or disables noise rejection, or queries the current noise-rejection status. The function is invalid when the trigger source is a digital channel.
| Name | Type | Values | Description |
|---|---|---|---|
| bool | boolean | - | Turns noise rejection on or off. |
Query the current trigger status.
Set or query the trigger mode.
| Name | Type | Values | Description |
|---|---|---|---|
| sweep | enum | AUTO | NORMal | SINGle | Trigger mode to select. |
Set or query the signal rate of CAN trigger. The unit is b/s.
| Name | Type | Values | Description |
|---|---|---|---|
| baud_rate | enum | 10000 | 20000 | 33300 | 50000 | 62500 | 83300 | 100000 | 125000 | 250000 | 500000 | 800000 | 1000000 | USER | Signal rate of the CAN trigger. |
Set or query the signal rate of CAN trigger. The unit is b/s.
| Name | Type | Values | Description |
|---|---|---|---|
| baud_rate | enum | 10000 | 20000 | 33300 | 50000 | 62500 | 83300 | 100000 | 125000 | 250000 | 500000 | 800000 | 1000000 | USER | CAN trigger signal rate. |
Sets or queries the user-defined signal rate of the CAN trigger. The unit is b/s.
| Name | Type | Values | Description |
|---|---|---|---|
| user baud | integer | 10000 - 1000000 | User-defined signal rate for CAN trigger. |
Sets or queries the trigger source of CAN 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 |
Sets or queries the signal type of CAN trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| stype | enum | RX | TX | H | L | DIFFerential | Signal type of the CAN trigger. |
Set or query the trigger condition of CAN trigger. If the condition is set to FTYPe, the frame type is specified with :TRIGger:CAN:FTYPe.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | SOF | EOF | FTYPe | FERRor | Trigger condition for CAN trigger. |
Sets or queries the CAN trigger sample point, expressed as a percentage.
| Name | Type | Values | Description |
|---|---|---|---|
| spo | integer | 5 - 95 | Sample point of the CAN trigger, in percent. |
Set or query the frame type of CAN trigger when the trigger condition is FTYPe. Used with :TRIGger:CAN:WHEN to trigger on the specified CAN frame type.
| Name | Type | Values | Description |
|---|---|---|---|
| ftype | enum | DATA | REMote | ERRor | OVERload | Frame type of the CAN trigger. |
Set or query the trigger level of CAN trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Trigger level to set for CAN trigger. |
:TRIGger:CAN:LEVel <level> :TRIGger:CAN:LEVel?
Sets or queries the source channel for delay trigger signal source A or B, depending on the subcommand. The slice documents the SA/SB forms and their query return format.
Set or query the source channel of signal source A of delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceA | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Source channel for signal source A of delay trigger. |
Sets or queries the source channel of signal source B of delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| sourceB | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Source channel for signal source B of delay trigger. |
Sets or queries the edge type of signal source A of the delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Edge type for signal source A of the delay trigger. |
Set or query the edge type of signal source B of delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Edge type for signal source B of the delay trigger. |
Set or query the lower limit of the delay time of the delay trigger. The allowed range depends on the delay type set by :TRIGger:DELay:TYPe.
| Name | Type | Values | Description |
|---|---|---|---|
| tlower | real | 2ns - 4s | Lower limit of the delay time; range is 2 ns to 4 s when the delay type is GREater, and 2 ns to 3.99 s when the delay type is GLESs or GOUT. |
Sets or queries the upper limit of the delay time of delay trigger. The query returns the upper limit in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| tupper | real | 2ns - 4 s | Upper limit of the delay time of delay trigger. |
Set or query the delay type of delay trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | GREater | LESS | GLESs | GOUT | Selects the delay trigger type. |
Set the duration-trigger configuration. This command is part of the duration trigger subsystem and has related subcommands for source, lower/upper limits, type, and when-condition.
Set or query the trigger source of the duration trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 |
Sets or queries the lower limit of the duration time of the duration trigger. The unit is seconds, and the valid range depends on the trigger condition.
| Name | Type | Values | Description |
|---|---|---|---|
| tlower | real | 2ns - 4s | Lower limit of the duration trigger time when the trigger condition is GREater. |
Set or query the upper limit of the duration time of the duration trigger. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| tupper | real | 2ns - 4s | Upper limit of the duration time of the duration trigger when the trigger condition is LESS. |
| tupper | real | 12ns - 4s | Upper limit of the duration time of the duration trigger when the trigger condition is GLESs. |
Sets or queries the pattern of each channel of the duration trigger. The query returns the patterns currently set for all 18 channels.
| Name | Type | Values | Description |
|---|---|---|---|
| pa_ch1 | enum | H | L | X | Pattern for analog channel CH1. |
| pa_ch2opt | enum | H | L | X | Pattern for analog channel CH2. |
| pa_d0opt | enum | H | L | X | Pattern for digital channel D0. |
| pa_d1opt | enum | H | L | X | Pattern for digital channel D1. |
| pa_d2opt | enum | H | L | X | Pattern for digital channel D2. |
| pa_d3opt | enum | H | L | X | Pattern for digital channel D3. |
| pa_d4opt | enum | H | L | X | Pattern for digital channel D4. |
| pa_d5opt | enum | H | L | X | Pattern for digital channel D5. |
| pa_d6opt | enum | H | L | X | Pattern for digital channel D6. |
| pa_d7opt | enum | H | L | X | Pattern for digital channel D7. |
| pa_d8opt | enum | H | L | X | Pattern for digital channel D8. |
| pa_d9opt | enum | H | L | X | Pattern for digital channel D9. |
| pa_d10opt | enum | H | L | X | Pattern for digital channel D10. |
| pa_d11opt | enum | H | L | X | Pattern for digital channel D11. |
| pa_d12opt | enum | H | L | X | Pattern for digital channel D12. |
| pa_d13opt | enum | H | L | X | Pattern for digital channel D13. |
| pa_d14opt | enum | H | L | X | Pattern for digital channel D14. |
| pa_d15opt | enum | H | L | X | Pattern for digital channel D15. |
:TRIGger:DURATion:TYPe L,H /*Set the patterns of CH1 and CH2 to L and H respectively. The pattern states of D0 to D15 remain unchanged*/ :TRIGger:DURATion:TYPe? /*The query returns L,H,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X*/
Set or query the trigger condition of the duration trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | GREater | LESS | GLESs | Trigger condition for duration trigger. |
Set or query the trigger level of edge trigger when the trigger source is CHANnel1, CHANnel2, or EXT. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Trigger level for CHANnel1/CHANnel2; when the source is EXT, the allowed range is -4 V to 4 V. |
Sets or queries the edge trigger level when the trigger source is CHANnel1, CHANnel2, or EXT. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Trigger level for edge trigger; when the source is CHANnel1 or CHANnel2, the valid range depends on VerticalScale and OFFSet, and when the source is EXT the range is -4 V to 4 V. |
Set or query the edge type of edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | RFALl | Selects the edge type used for edge triggering. |
Set or query the trigger source of edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| src | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | EXT | ACLine |
Sets or queries the I2C trigger address value when the trigger condition is Address or A&D.
| Name | Type | Values | Description |
|---|---|---|---|
| adr | integer | 0 - 2^n - 1 | Address value for the I2C trigger. |
Sets or queries the I2C trigger address value when the trigger condition is Address or A&D.
| Name | Type | Values | Description |
|---|---|---|---|
| adr | integer | 0 - 2^n-1 | I2C trigger address value; the effective range depends on the current address bits n. |
Set or query the number of bits in the I2C trigger address when the trigger condition is Address or A&D.
| Name | Type | Values | Description |
|---|---|---|---|
| bits | enum | 7 | 8 | 10 | Number of bits of the address of the I2C trigger. |
Set or query the trigger level of the I2C trigger when the clock-line channel source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Trigger level for the I2C clock line source. |
Set or query the trigger level of I2C trigger when the channel source of the data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Trigger level for the I2C data line trigger. |
Sets or queries the data value of the I2C trigger when the trigger condition is Data or A&D. The actual valid range depends on the currently set byte length.
| Name | Type | Values | Description |
|---|---|---|---|
| dat | integer | 0 - (28 x ByteLength - 1) | Data value of the I2C trigger. |
Set or query the data direction of the I2C trigger when the trigger condition is Address or A&D.
| Name | Type | Values | Description |
|---|---|---|---|
| dir | enum | READ | WRITe | RWRite | Data direction of the I2C trigger. |
Sets or queries the channel source of the clock line of the I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| scl | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the I2C trigger clock line. |
Set or query the channel source of the data line of I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| sda | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the data line of the I2C trigger. |
Set or query the trigger condition of I2C trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| trig_type | enum | STARt | RESTart | STOP | NACKnowledge | ADDRess | DATA | ADATa | Trigger condition to use for I2C triggering. |
Sets or queries the edge number of the Nth edge trigger. The query returns an integer between 1 and 65535.
Set the edge number of the Nth edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| count | integer | 1 - 65535 | Edge number of the Nth edge trigger. |
Set or query the idle time of the Nth edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| idle time | real | 16ns - 4s | Idle time of the Nth edge trigger. |
Set or query the trigger level of Nth edge trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5×VerticalScale–OFFSet - +5×VerticalScale–OFFSet | Trigger level for the Nth edge trigger. |
Set or query the edge type of Nth edge trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Edge type for the Nth edge trigger. |
Set or query the trigger source of Nth edge 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 | Trigger source for the Nth edge trigger. |
Set or query the trigger level of CHANnel1 or CHANnel2 for pattern trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | enum | CHANnel1 | CHANnel2 | Channel to use for the pattern trigger level. |
| level | real | -5×VerticalScale–OFFSet - +5×VerticalScale–OFFSet | Trigger level to set. |
Sets or queries the trigger level of CHANnel1 or CHANnel2 for pattern trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| chan | discrete | CHANnel1 | CHANnel2 | Selects CHANnel1 or CHANnel2. |
| level | real | -5×VerticalScale–OFFSet - +5×VerticalScale–OFFSet | Sets the trigger level. |
Sets or queries the pattern of each channel used by pattern trigger. The command covers CH1, CH2, and digital channels D0 to D15; omitted setter parameters leave later channel states unchanged, while the query returns all 18 channel patterns.
| Name | Type | Values | Description |
|---|---|---|---|
| pa_ch1 | enum | H | L | X | R | F | Pattern state for analog channel CH1. |
| pa_ch2opt | enum | H | L | X | R | F | Pattern state for analog channel CH2. |
| pa_d0opt | enum | H | L | X | R | F | Pattern state for digital channel D0. |
| pa_d1opt | enum | H | L | X | R | F | Pattern state for digital channel D1. |
| pa_d2opt | enum | H | L | X | R | F | Pattern state for digital channel D2. |
| pa_d3opt | enum | H | L | X | R | F | Pattern state for digital channel D3. |
| pa_d4opt | enum | H | L | X | R | F | Pattern state for digital channel D4. |
| pa_d5opt | enum | H | L | X | R | F | Pattern state for digital channel D5. |
| pa_d6opt | enum | H | L | X | R | F | Pattern state for digital channel D6. |
| pa_d7opt | enum | H | L | X | R | F | Pattern state for digital channel D7. |
| pa_d8opt | enum | H | L | X | R | F | Pattern state for digital channel D8. |
| pa_d9opt | enum | H | L | X | R | F | Pattern state for digital channel D9. |
| pa_d10opt | enum | H | L | X | R | F | Pattern state for digital channel D10. |
| pa_d11opt | enum | H | L | X | R | F | Pattern state for digital channel D11. |
| pa_d12opt | enum | H | L | X | R | F | Pattern state for digital channel D12. |
| pa_d13opt | enum | H | L | X | R | F | Pattern state for digital channel D13. |
| pa_d14opt | enum | H | L | X | R | F | Pattern state for digital channel D14. |
| pa_d15opt | enum | H | L | X | R | F | Pattern state for digital channel D15. |
:TRIGger:PATTern:PATTern H,R /*Set the patterns of CH1 and CH2 to H and R respectively. The pattern states of D0 to D15 remain unchanged*/ :TRIGger:PATTern:PATTern? /*The query returns H,R,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X*/
Set or query the trigger source of pattern trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Trigger source selection. |
Sets or queries the trigger level for pulse trigger when the trigger source is CHANnel1, CHANnel2, or EXT. The unit follows the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5×VerticalScale–OFFSet - +5×VerticalScale–OFFSet | Trigger level to use for pulse trigger. |
Sets or queries the pulse trigger level when the trigger source is CHANnel1, CHANnel2, or EXT. The unit follows the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5×VerticalScale–OFFSet - +5×VerticalScale–OFFSet | Trigger level for pulse trigger. |
Sets or queries the lower limit of the pulse width used for pulse trigger. The unit is seconds.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 2ns - 4s | Lower limit of the pulse width of pulse trigger when the trigger condition is PGReater or NGReater. |
Set or query the trigger source of pulse 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 | EXT |
Set or query the upper limit of the pulse width of pulse trigger. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| width | real | 2ns - 4s | Upper limit of the pulse width when the trigger condition is PLESs or NLESs. |
Sets or queries the trigger condition of the pulse trigger. The available conditions are PGReater, PLESs, NGReater, NLESs, PGLess, and NGLess.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | PGReater | PLESs | NGReater | NLESs | PGLess | NGLess | Trigger condition for pulse triggering. |
RS232 trigger subsystem command group for configuring RS232 trigger settings.
Set or query the baud rate of the RS232 trigger. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| baud_rate | enum | 2400 | 4800 | 9600 | 19200 | 38400 | 57600 | 115200 | 230400 | 460800 | 921600 | 1000000 | USER | Baud rate to use for RS232 trigger. |
Sets or queries the user-defined baud rate of the RS232 trigger. The unit is bps.
| Name | Type | Values | Description |
|---|---|---|---|
| user baud | integer | 110 - 20000000 | User-defined RS232 trigger baud rate. |
Set or query the data value of the RS232 trigger when the trigger condition is Data. The value range depends on the current data bits, as referenced by :TRIGger:RS232:WIDTh.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 2^n-1 | Data value of the RS232 trigger. |
Set or query the trigger level of RS232 trigger when the trigger source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Trigger level to set for RS232 trigger. |
Sets or queries the even-odd check mode of the RS232 trigger when the trigger condition is ERRor, PARity, or DATA.
| Name | Type | Values | Description |
|---|---|---|---|
| parity | enum | EVEN | ODD | NONE | Even-odd check mode for the RS232 trigger. |
Set or query the trigger source of RS232 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 |
Sets or queries the stop bit of the RS232 trigger when the trigger condition is error, parity, or data. Refer to :TRIGger:RS232:WHEN to set the trigger condition.
| Name | Type | Values | Description |
|---|---|---|---|
| bit | discrete | 1 | 2 | Stop bit value. |
Set or query the trigger condition of RS232 trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | STARt | ERRor | PARity | DATA | Trigger condition for RS232 triggering. |
Set or query the data bits of the RS232 trigger when the trigger condition is Data.
| Name | Type | Values | Description |
|---|---|---|---|
| width | enum | 5 | 6 | 7 | 8 | Data bits width for the RS232 trigger. |
Set the runt trigger level limits. The upper limit is set with :TRIGger:RUNT:ALEVel and the lower limit with :TRIGger:RUNT:BLEVel.
Sets or queries the upper limit of the runt trigger level. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| alevel | real | -4.98 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Upper limit of the runt trigger level. |
:TRIGger:RUNT:ALEVel <alevel> :TRIGger:RUNT:ALEVel?
Sets or queries the lower limit of the trigger level for runt trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| blevel | real | (-5 x VerticalScale - OFFSet) - (+4.98 x VerticalScale - OFFSet) | Lower limit of the trigger level of runt trigger. |
Set or query the trigger source of runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 |
Set or query the pulse polarity of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Selects whether the trigger acts on the positive or negative runt pulse. |
Set or query the qualifier of the runt trigger. The query returns NONE, GRE, LESS, or GLES.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | NONE | GREater | LESS | GLESs | Selects the runt trigger qualifier. |
Sets or queries the lower limit of the pulse width used by the runt trigger. The valid range depends on the runt trigger qualifier set by :TRIGger:RUNT:WHEN.
| Name | Type | Values | Description |
|---|---|---|---|
| <NR3> | real | 2ns - 4s | Lower limit of the pulse width when the qualifier is GREater. |
Set or query the upper limit of the pulse width of the runt trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| <NR3> | real | 2ns - 4s | Upper limit of the pulse width; valid range depends on the runt trigger qualifier. |
Sets or queries the channel source for the clock or data line of setup/hold trigger. The slice documents the shared SHOLd group and lists the CSrc and DSrc members.
| Name | Type | Values | Description |
|---|---|---|---|
| csrc | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source of the clock line of setup/hold trigger. |
| dsrc | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source of the data line of setup/hold trigger. |
Sets or queries the channel source of the clock line for setup/hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| csrc | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the clock line of setup/hold trigger. |
Sets or queries the channel source of the data line of the setup/hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| dsrc | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the data line of the setup/hold trigger. |
Set or query the hold time of the setup/hold trigger. The query returns the hold time in scientific notation.
| Name | Type | Values | Description |
|---|---|---|---|
| NR3 | real | 2ns - 1s | Hold time value. |
Set or query the data type of the setup/hold trigger. The query returns H or L.
| Name | Type | Values | Description |
|---|---|---|---|
| pattern | enum | H | L | Data type pattern for setup/hold trigger. |
Set or query the edge type of the setup/hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Specifies the edge type for the setup/hold trigger. |
Set or query the setup time of the setup/hold trigger. This command is available only when the hold type is set to SETup or SETHOLd.
| Name | Type | Values | Description |
|---|---|---|---|
| <NR3> | real | 2ns - 1s | Setup time value. |
Set or query the hold type of setup/hold trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | SETup | HOLd | SETHOLd | Selects the hold type used for setup/hold triggering. |
Set or query the trigger level slope settings. This page documents the upper and lower limit commands under :TRIGger:SLOPe.
Sets the upper limit of the trigger level for slope trigger. The value uses the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| alevel | real | (-4.98 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Upper limit of the trigger level of slope trigger. |
Set the lower limit of the trigger level for slope trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| blevel | real | (-5 x VerticalScale - OFFSet) - (+4.98 x VerticalScale - OFFSet) | Lower limit of the trigger level of slope trigger. |
Set or query the lower limit of time of slope trigger. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 10ns - 1s | Lower limit of time of slope trigger. |
Set or query the upper limit of time of slope trigger. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 10ns - 1s | Upper limit of time of slope trigger. |
Sets or queries the trigger source of slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Trigger source selection. |
Sets or queries the trigger condition of the slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | PGReater | PLESs | NGReater | NLESs | PGLess | NGLess | Trigger condition for slope triggering. |
Set or query the vertical window type of slope trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| window | enum | TA | TB | TAB | Vertical window type of the slope trigger. |
SPI trigger subsystem command group. The page only lists related subcommands and does not document settings or a return value for the group command itself.
Sets or queries the trigger level of the SPI trigger when the clock-line channel source is CHANnel1 or CHANnel2. The value uses the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Trigger level to set for the SPI clock-line trigger. |
Sets or queries the trigger level of the SPI trigger when the data-line source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Trigger level for the SPI data-line source. |
Set or query the source channel of the chip select line of the SPI trigger when the trigger condition is CS.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Source channel of the chip select line. |
Set or query the data value of the SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| data | integer | 0 - 2^n-1 | Data value of the SPI trigger. |
Sets or queries the SPI trigger chip select mode when the trigger condition is CS.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | HIGH | LOW | Chip select signal validity level for SPI trigger. |
Set or query the clock channel source of the SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| scl | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Specifies the clock channel source for the SPI trigger. |
Set or query the data channel source of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| sda | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Data channel source for the SPI trigger. |
Sets or queries the trigger level of the chip select channel of SPI trigger when the chip select source is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - 5 x VerticalScale - OFFSet | Trigger level of the chip select channel. |
Set or query the edge type of the clock signal of SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | Edge type of the clock signal. |
Set or query the SPI trigger timeout time when the trigger condition is TIMeout. The unit is s.
| Name | Type | Values | Description |
|---|---|---|---|
| time_value | real | 100ns - 1s | Timeout time for the SPI trigger. |
Set or query the trigger condition of the SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| when | enum | CS | TIMeout | Trigger condition for SPI trigger. |
Sets or queries the number of bits of data for the SPI trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| width | integer | 4 - 32 | Number of bits of data used by the SPI trigger. |
Set the trigger source of the timeout trigger, or query the current trigger source. This page slice shows the related :TRIGger:TIMeout:SOURce command and its return format.
Set or query the trigger source of the timeout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Trigger source for the timeout trigger. |
Set or query the edge type of the timeout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| slope | enum | POSitive | NEGative | ALTernate | Edge type used for the timeout trigger. |
Set or query the timeout time of the timeout trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| time | real | 16ns - 4s | Timeout time to use for the timeout trigger. |
Option command group for USB trigger settings. The slice documents the D- and D+ channel source subcommands, not a standalone :TRIGger:USB setter/query.
Sets or queries the channel source of the D- data line of the USB trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| dm | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source of the D- data line of the USB trigger. |
Set or query the channel source of the D+ data line of USB trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| dp | enum | D0 | D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 | D10 | D11 | D12 | D13 | D14 | D15 | CHANnel1 | CHANnel2 | Channel source for the D+ data line of USB trigger. |
Sets or queries the trigger level of USB trigger when the channel source of the D- data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | (-5 x VerticalScale - OFFSet) - (+5 x VerticalScale - OFFSet) | Trigger level for the USB trigger. |
Set or query the trigger level of USB trigger when the channel source of the D+ data line is CHANnel1 or CHANnel2. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Trigger level for the USB trigger on the D+ data line. |
:TRIGger:USB:PLEVel <level> :TRIGger:USB:PLEVel?
Set or query the signal speed of USB trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| value | enum | LOW | FULL | Signal speed of the USB trigger. |
Set or query the trigger condition of USB trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| condition | enum | SOP | EOP | RC | SUSPend | EXITsuspend | USB trigger condition to use. |
Set or query the sync type of the video trigger. When the video standard is HDTV, the sync type can only be set to AllLine or Line Number.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | ODDField | EVENfield | LINE | ALINes | Sync type of the video trigger. |
Set or query the sync type of the video trigger. When the video standard is HDTV, the sync type can only be set to AllLine or Line Number.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | ODDField | EVENfield | LINE | ALINes | Sync type of the video trigger. |
Sets or queries the trigger level of the video trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| level | real | -5 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Video trigger level. |
Sets or queries the video trigger line number when the sync type is Line. The valid range depends on the video standard.
| Name | Type | Values | Description |
|---|---|---|---|
| line | integer | 1 - 1125 | Line number of the video trigger. |
Set or query the video polarity of the video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| polarity | enum | POSitive | NEGative | Selects the video trigger polarity. |
Set or query the trigger source of video trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Video trigger source. |
Sets or queries the video standard used for video trigger. The selected standard can be one of the listed PAL/NTSC/480P/576P/720P/1080P/1080I formats.
| Name | Type | Values | Description |
|---|---|---|---|
| standard | enum | PALSecam | NTSC | 480P | 576P | 720P60HZ | 720P50HZ | 720P30HZ | 720P25HZ | 720P24HZ | 1080P60HZ | 1080P50HZ | 1080P30HZ | 1080P25HZ | 1080P24HZ | 1080I30HZ | 1080I25HZ | 1080I24HZ | Video standard to use for the video trigger. |
Option group for windows trigger settings. This page slice shows related subcommands for upper and lower trigger level limits, position, time, source, and slope.
Sets or queries the upper limit of the trigger level for window trigger mode. The value uses the same unit as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| alevel | real | -4.98 x VerticalScale - OFFSet - +5 x VerticalScale - OFFSet | Upper limit of the trigger level for windows trigger. |
Set or query the lower limit of the trigger level of windows trigger. The unit is the same as the current amplitude unit.
| Name | Type | Values | Description |
|---|---|---|---|
| blevel | real | -5 x VerticalScale - OFFSet - +4.98 x VerticalScale - OFFSet | Lower limit of the trigger level. |
Set or query the trigger position of the windows trigger. The setting selects whether the trigger occurs on EXIT, ENTER, or TIMe, and the time-based mode uses the windows time setting.
| Name | Type | Values | Description |
|---|---|---|---|
| <pos> | enum | EXIT | ENTER | TIMe | Trigger position mode for windows trigger. |
Set or query the windows time of the windows trigger. This command is only available when :TRIGger:WINDows:POSition is set to TIMe.
| Name | Type | Values | Description |
|---|---|---|---|
| NR3 | real | 16ns - 4s | Windows trigger time value. |
Set or query the trigger source of windows trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | Selects the windows trigger source. |
Set or query the windows type of the windows trigger.
| Name | Type | Values | Description |
|---|---|---|---|
| type | enum | POSitive | NEGative | RFALl | Selects the windows trigger type. |
Set or query the channel source used for waveform data reading.
| Name | Type | Values | Description |
|---|---|---|---|
| source | enum | CHANnel1 | CHANnel2 | MATH | FFT | LA | Selects the channel source for waveform data reading. |
Set or query the waveform data reading mode.
| Name | Type | Values | Description |
|---|---|---|---|
| mode | enum | NORMal | RAW | MAXimum | Waveform data reading mode. |
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. |
WAVeform:FORMat <format> WAVeform:FORMat?
Set or query the number of waveform points to be read.
| Name | Type | Values | Description |
|---|---|---|---|
| point | integer | 1 - 1400 | Number of waveform points to read, limited by the current waveform reading mode. |
Reads waveform data from the buffer. The returned format depends on the currently selected waveform data format; for ASCII it returns voltage values, and for WORD/BYTE it returns a TMC data description header followed by waveform data.
:WAVeform:DATA?
Query the time difference between two neighboring points of the currently selected channel source in the X direction.
Queries the start time of the waveform data for the currently selected waveform source in the X direction. The returned value depends on the current data reading mode and source, and is given in scientific notation.
Query the reference time base of the channel source currently selected in the X direction.
Queries the voltage value per unit of the currently selected channel source in the Y direction. The unit is the same as the signal source.
Queries the vertical offset of the currently selected waveform source relative to the vertical reference position in the Y direction.
Query the vertical reference position of the currently selected channel source in the Y direction. The reference is always 127.
Set or query the start point of waveform data reading.
| Name | Type | Values | Description |
|---|---|---|---|
| sta | integer | 1 - 1400 | Start point for waveform data reading in NORMal mode. |
| qualifieropt | enum | NORMal | MAXimum | RAW | Limits the valid range of <sta> according to the waveform data reading mode. |
Set or query the stop point of waveform reading.
| Name | Type | Values | Description |
|---|---|---|---|
| stop | integer | 1 - 1400 | Stop point of waveform data reading. The valid range depends on the current waveform reading mode and available memory depth. |
Enable the waveform reading.
Stop the waveform reading.
Reset the waveform reading.
Queries and returns all waveform parameters.
:WAVeform:PREamble?
Queries and returns the current waveform reading state.