command
large_stringlengths
4
40
description
dict
schema_match
bool
2 classes
schema_error
large_stringclasses
37 values
duplicate
bool
2 classes
:MTESt:LOAD
{ "name": ":MTESt:LOAD", "syntax": ":MTESt:LOAD \"<filename>\"", "query_syntax": "", "parameters": [ { "name": "<filename>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "An MS-DOS compatible name of the file, a maximum of 254 characters long (including the path name, if used).", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Loads the specified mask file.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Load a mask file", "code": ":MTESt:LOAD \"filename.ext\"" } ], "see_also": null }
true
null
false
:MEASure:UPPer
{ "name": ":MEASure:UPPer", "syntax": ":MEASure:UPPer <value>", "query_syntax": ":MEASure:UPPer?", "parameters": [ { "name": "<value>", "type": "numeric", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The upper measurement threshold value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:UPPer command sets the upper measurement threshold value. This value and the LOWer value represent absolute values when the thresholds are ABSolute and percentage when the thresholds are PERCent as defined by the :MEASure:DEFine THResholds command.", "return_format": "<value><NL>\n<value> ::= the user-defined upper threshold in NR3 format", "return_format_values": null, "examples": [ { "description": "", "code": ":MEASure:UPPer <value>" } ], "see_also": null }
true
null
false
:MEASure:VDELta?
{ "name": ":MEASure:VDELta?", "syntax": ":MEASure:VDELta?", "query_syntax": ":MEASure:VDELta?", "parameters": [], "description": "The :MEASure:VDELta? query returns the voltage difference between vertical marker 1 (Y1 cursor) and vertical marker 2 (Y2 cursor). No measurement is made when the :MEASure:VDELta? query is received by the oscilloscope. The delta value that is returned is the current value. This is the same value as the front-panel cursors delta Y value. VDELta = value at marker 2 - value at marker 1.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "-", "code": ":MEASure:VDELta?" } ], "see_also": null }
true
null
false
:MEASure:VSTArt
{ "name": ":MEASure:VSTArt", "syntax": ":MEASure:VSTArt <vstart_argument>", "query_syntax": ":MEASure:VSTArt?", "parameters": [ { "name": "<vstart_argument>", "type": "value", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Value for vertical marker 1", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:VSTArt command moves the vertical marker (Y1 cursor) to the specified value corresponding to the selected source. The source can be selected by the MARKer:X1Y1source command.", "return_format": "<value><NL> where <value> is the voltage at voltage marker 1 in NR3 format", "return_format_values": null, "examples": [ { "description": "Move the vertical marker to the specified value", "code": ":MEASure:VSTArt <vstart_argument>" } ], "see_also": null }
true
null
false
:MTESt:AVERage
{ "name": ":MTESt:AVERage", "syntax": ":MTESt:AVERage <on_off>", "query_syntax": ":MTESt:AVERage?", "parameters": [ { "name": "<on_off>", "type": "enum", "enum": [ "1", "ON", "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Enables or disables averaging", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables averaging. When ON, the oscilloscope acquires multiple data values for each time bucket, and averages them. When OFF, averaging is disabled.", "return_format": "<on_off><NL>", "return_format_values": null, "examples": [ { "description": "Enable averaging", "code": ":MTESt:AVERage ON" }, { "description": "Disable averaging", "code": ":MTESt:AVERage OFF" } ], "see_also": null }
true
null
false
:WAVeform:DATA?
{ "name": ":WAVeform:DATA?", "syntax": ":WAVeform:DATA?", "query_syntax": ":WAVeform:DATA?", "parameters": [], "description": "The :WAVeform:DATA query returns the binary block of sampled data points transmitted using the IEEE 488.2 arbitrary block data format. The binary data is formatted according to the settings of the :WAVeform:UNSigned, :WAVeform:BYTeorder, :WAVeform:FORMat, and :WAVeform:SOURce commands. The number of points returned is controlled by the :WAVeform:POINts command.", "return_format": "<binary block data><NL>", "return_format_values": null, "examples": [ { "description": "Query the oscilloscope for the waveform data", "code": ":WAV:DATA?" } ], "see_also": null }
true
null
false
:WAVeform:UNSigned
{ "name": ":WAVeform:UNSigned", "syntax": ":WAVeform:UNSigned <value>", "query_syntax": ":WAVeform:UNSigned?", "parameters": [ { "name": "value", "type": "boolean", "enum": [ "0", "1" ], "minimum": null, "maximum": null, "default": "0", "description": "Set the waveform data format to signed or unsigned", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets or queries the waveform data format to signed or unsigned.", "return_format": "0|1", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:BYTeorder
{ "name": ":WAVeform:BYTeorder", "syntax": ":WAVeform:BYTeorder <value>", "query_syntax": ":WAVeform:BYTeorder?", "parameters": [ { "name": "value", "type": "string", "enum": [ "NORMal", "SWAPped" ], "minimum": null, "maximum": null, "default": "NORMal", "description": "Sets the byte order for the waveform data", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets or queries the byte order for the waveform data.", "return_format": "NORMAL|SWAPPED", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:FORMat
{ "name": ":WAVeform:FORMat", "syntax": ":WAVeform:FORMat <value>", "query_syntax": ":WAVeform:FORMat?", "parameters": [ { "name": "value", "type": "string", "enum": [ "WORD", "BYTE", "ASCii" ], "minimum": null, "maximum": null, "default": "WORD", "description": "Sets the data format for the waveform data", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets or queries the data format for the waveform data.", "return_format": "WORD|BYTE|ASCII", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:POINts
{ "name": ":WAVeform:POINts", "syntax": ":WAVeform:POINts <value>", "query_syntax": ":WAVeform:POINts?", "parameters": [ { "name": "value", "type": "integer", "enum": null, "minimum": 1, "maximum": "4000000", "default": "1000", "description": "Sets the number of waveform points to be returned in the :WAVeform:DATA? response", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets or queries the number of waveform points to be returned in the :WAVeform:DATA? response.", "return_format": "Integer value between 1 and 4,000,000", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:PREamble
{ "name": ":WAVeform:PREamble", "syntax": ":WAVeform:PREamble?", "query_syntax": ":WAVeform:PREamble?", "parameters": [], "description": "Queries the preamble information for the waveform data.", "return_format": "Comma-separated string of preamble values", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:SOURce
{ "name": ":WAVeform:SOURce", "syntax": ":WAVeform:SOURce <value>", "query_syntax": ":WAVeform:SOURce?", "parameters": [ { "name": "value", "type": "string", "enum": [ "CHAN1", "CHAN2", "CHAN3", "CHAN4", "MATH", "SBUS1", "SBUS2", "SBUS3", "SBUS4" ], "minimum": null, "maximum": null, "default": "CHAN1", "description": "Specifies the source of the waveform data", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets or queries the source of the waveform data.", "return_format": "CHAN1|CHAN2|CHAN3|CHAN4|MATH|SBUS1|SBUS2|SBUS3|SBUS4", "return_format_values": null, "examples": [], "see_also": null }
false
Replaced invalid entry with duplicate
true
:WAVeform:TYPE
{ "name": ":WAVeform:TYPE", "syntax": ":WAVeform:TYPE?", "query_syntax": ":WAVeform:TYPE?", "parameters": [], "description": "Queries the type of waveform data that will be returned.", "return_format": "NORMAL|PEAK", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:TRIGger:GLITch:GREater than
{ "name": ":TRIGger:GLITch:GREater than", "syntax": ":TRIGger:GLITch:GREater than <greater_than_time>[suffix]", "query_syntax": ":TRIGger:GLITch:GREater than?", "parameters": [ { "name": "<greater_than_time>", "type": "floating-point number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Specifies the time threshold above which a glitch trigger will occur", "unit": "s | ms | us | ns | ps", "suffix": { "enum": null }, "format": null } ], "description": "Sets the time threshold above which a glitch trigger will occur.", "return_format": "Floating-point number in NR3 format with time unit suffix", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger threshold to 100 microseconds", "code": ":TRIGger:GLITch:GREater than 100us" }, { "description": "Query the current glitch trigger threshold", "code": ":TRIGger:GLITch:GREater than?" } ], "see_also": null }
true
null
false
:TRIGger:GLITch:LESSt han
{ "name": ":TRIGger:GLITch:LESSt han", "syntax": ":TRIGger:GLITch:LESSt han <less_than_time>[suffix]", "query_syntax": ":TRIGger:GLITch:LESSt han?", "parameters": [ { "name": "<less_than_time>", "type": "floating-point number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Specifies the time threshold below which a glitch trigger will occur", "unit": "s | ms | us | ns | ps", "suffix": { "enum": null }, "format": null } ], "description": "Sets the time threshold below which a glitch trigger will occur.", "return_format": "Floating-point number in NR3 format with time unit suffix", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger threshold to 50 nanoseconds", "code": ":TRIGger:GLITch:LESSt han 50ns" }, { "description": "Query the current glitch trigger threshold", "code": ":TRIGger:GLITch:LESSt han?" } ], "see_also": null }
true
null
false
:TRIGger:GLITch:LEVel
{ "name": ":TRIGger:GLITch:LEVel", "syntax": ":TRIGger:GLITch:LEVel <level> [<source>]", "query_syntax": ":TRIGger:GLITch:LEVel?", "parameters": [ { "name": "<level>", "type": "floating-point number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Specifies the trigger level. For internal triggers, the level is a percentage of the full-scale voltage from the center of the screen. For external triggers, the level is in volts.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "EXTernal" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the trigger source. <n> is the channel number (1 to the number of analog channels).", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the trigger level and source for the glitch trigger.", "return_format": "The current trigger level and source", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger level to 50% of full-scale on channel 1", "code": ":TRIGger:GLITch:LEVel 0.5 CHANnel1" }, { "description": "Query the current glitch trigger level and source", "code": ":TRIGger:GLITch:LEVel?" } ], "see_also": null }
false
Replaced invalid entry with duplicate
true
:TRIGger:GLITch:POLarity
{ "name": ":TRIGger:GLITch:POLarity", "syntax": ":TRIGger:GLITch:POLarity <polarity>", "query_syntax": ":TRIGger:GLITch:POLarity?", "parameters": [ { "name": "<polarity>", "type": "string", "enum": [ "POSitive", "NEGative" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the polarity of the glitch trigger.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the polarity of the glitch trigger.", "return_format": "The current glitch trigger polarity", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger to detect positive glitches", "code": ":TRIGger:GLITch:POLarity POSitive" }, { "description": "Query the current glitch trigger polarity", "code": ":TRIGger:GLITch:POLarity?" } ], "see_also": null }
false
Duplicate entry skipped
true
:TRIGger:GLITch:QUALifier
{ "name": ":TRIGger:GLITch:QUALifier", "syntax": ":TRIGger:GLITch:QUALifier <qualifier>", "query_syntax": ":TRIGger:GLITch:QUALifier?", "parameters": [ { "name": "<qualifier>", "type": "string", "enum": [ "GREaterthan", "LESSthan", "RANGe" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the qualifier for the glitch trigger.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the qualifier for the glitch trigger.", "return_format": "The current glitch trigger qualifier", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger to qualify on glitches greater than the threshold", "code": ":TRIGger:GLITch:QUALifier GREaterthan" }, { "description": "Query the current glitch trigger qualifier", "code": ":TRIGger:GLITch:QUALifier?" } ], "see_also": null }
false
Duplicate entry skipped
true
:TRIGger:GLITch:RANGE
{ "name": ":TRIGger:GLITch:RANGE", "syntax": ":TRIGger:GLITch:RANGE <less_than_time>[suffix], <greater_than_time>[suffix]", "query_syntax": ":TRIGger:GLITch:RANGE?", "parameters": [ { "name": "<less_than_time>", "type": "floating-point number", "enum": null, "minimum": 15, "maximum": "10000000000", "default": null, "description": "Specifies the lower time threshold for the glitch trigger range", "unit": "s | ms | us | ns | ps", "suffix": { "enum": null }, "format": null }, { "name": "<greater_than_time>", "type": "floating-point number", "enum": null, "minimum": 10, "maximum": "9990000000", "default": null, "description": "Specifies the upper time threshold for the glitch trigger range", "unit": "s | ms | us | ns | ps", "suffix": { "enum": null }, "format": null } ], "description": "Sets the time range for the glitch trigger.", "return_format": "The current glitch trigger time range", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger range to 50 ns to 1 ms", "code": ":TRIGger:GLITch:RANGE 50ns, 1ms" }, { "description": "Query the current glitch trigger range", "code": ":TRIGger:GLITch:RANGE?" } ], "see_also": null }
true
null
false
:TRIGger:GLITch:SOURce
{ "name": ":TRIGger:GLITch:SOURce", "syntax": ":TRIGger:GLITch:SOURce <source>", "query_syntax": ":TRIGger:GLITch:SOURce?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the trigger source channel. <n> is the channel number (1 to the number of analog channels).", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the source for the glitch trigger.", "return_format": "The current glitch trigger source", "return_format_values": null, "examples": [ { "description": "Set the glitch trigger source to channel 2", "code": ":TRIGger:GLITch:SOURce CHANnel2" }, { "description": "Query the current glitch trigger source", "code": ":TRIGger:GLITch:SOURce?" } ], "see_also": null }
false
Replaced invalid entry with duplicate
true
:MTESt:AVERage:COUNt
{ "name": ":MTESt:AVERage:COUNt", "syntax": ":MTESt:AVERage:COUNt <count>", "query_syntax": ":MTESt:AVERage:COUNt?", "parameters": [ { "name": "<count>", "type": "integer", "enum": null, "minimum": 2, "maximum": "65536", "default": null, "description": "The number of averages for the waveforms", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MTESt:AVERage:COUNt command sets the number of averages for the waveforms. With the AVERage acquisition type, the :MTESt:AVERage:COUNt command specifies the number of data values to be averaged for each time bucket before the acquisition is considered complete for that time bucket.", "return_format": "<count><NL>", "return_format_values": null, "examples": [ { "description": "Set the number of averages to 2", "code": ":MTESt:AVERage:COUNt 2" } ], "see_also": null }
true
null
false
:MTESt:RUMode:SOFailure
{ "name": ":MTESt:RUMode:SOFailure", "syntax": ":MTESt:RUMode:SOFailure <on_off>", "query_syntax": ":MTESt:RUMode:SOFailure?", "parameters": [ { "name": "on_off", "type": "string", "enum": [ "1", "ON", "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Enables or disables the Stop On Failure run until criteria", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MTESt:RUMode:SOFailure command enables or disables the Stop On Failure run until criteria. When a mask test is run and a mask violation is detected, the mask test is stopped and the acquisition system is stopped.", "return_format": "<on_off><NL>", "return_format_values": null, "examples": [ { "description": "Enable stop on failure", "code": ":MTESt:RUMode:SOFailure 1" }, { "description": "Disable stop on failure", "code": ":MTESt:RUMode:SOFailure 0" } ], "see_also": null }
true
null
false
:WMEMory<r>:DISPlay
{ "name": ":WMEMory<r>:DISPlay", "syntax": ":WMEMory<r>:DISPlay <on_off>", "query_syntax": ":WMEMory<r>:DISPlay?", "parameters": [ { "name": "<r>", "type": "NR1", "enum": null, "minimum": 1, "maximum": "2", "default": null, "description": "Reference waveform location", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<on_off>", "type": "string", "enum": [ "1", "ON", "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the display of the specified reference waveform on or off", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :WMEMory<r>:DISPlay command turns the display of the specified reference waveform on or off. There are two reference waveform locations, but only one reference waveform can be displayed at a time. That means, if :WMEMory1:DISPlay is ON, sending the :WMEMory2:DISPlay ON command will automatically set :WMEMory1:DISPlay OFF.", "return_format": "<on_off><NL> where <on_off> ::= {1 | 0}", "return_format_values": null, "examples": [ { "description": "Turn on the display of reference waveform 1", "code": ":WMEMory1:DISPlay ON" } ], "see_also": null }
true
null
false
:WMEMory<r>:LABel
{ "name": ":WMEMory<r>:LABel", "syntax": ":WMEMory<r>:LABel <string>", "query_syntax": ":WMEMory<r>:LABel?", "parameters": [ { "name": "<r>", "type": "NR1", "enum": null, "minimum": 1, "maximum": "2", "default": null, "description": "Reference waveform location", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<string>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Quoted ASCII string to set as the reference waveform label. Label strings are 10 characters or less, and may contain any commonly used ASCII characters. Labels with more than 10 characters are truncated to 10 characters. Lower case characters are converted to upper case.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :WMEMory<r>:LABel command sets the reference waveform label to the string that follows. Setting a label for a reference waveform also adds the name to the label list in non-volatile memory (replacing the oldest label in the list).", "return_format": "<string><NL> where <string> ::= quoted ASCII string", "return_format_values": null, "examples": [ { "description": "Set the label for reference waveform 1 to 'WAVEFORM1'", "code": ":WMEMory1:LABel 'WAVEFORM1'" } ], "see_also": null }
true
null
false
:PRINt?
{ "name": ":PRINt?", "syntax": ":PRINt? [<options>]", "query_syntax": ":PRINt? [<options>]", "parameters": [ { "name": "<options>", "type": "string", "enum": [ "COLor", "GRAYscale", "BMP8bit", "BMP" ], "minimum": null, "maximum": null, "default": null, "description": "Print option", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :PRINt? query pulls image data back over the bus for storage.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Pull image data back over the bus for storage", "code": ":PRINt?" } ], "see_also": null }
true
null
false
:SAVE:IMAGe:AREA?
{ "name": ":SAVE:IMAGe:AREA?", "syntax": ":SAVE:IMAGe:AREA?", "query_syntax": ":SAVE:IMAGe:AREA?", "parameters": [], "description": "The :SAVE:IMAGe:AREA? query returns the selected image area. When saving images, this query returns SCR (screen). When saving setups or waveform data, this query returns GRAT (graticule) even though graticule images are not saved.", "return_format": "<area>", "return_format_values": null, "examples": [ { "description": "Query the selected image area", "code": ":SAVE:IMAGe:AREA?" } ], "see_also": null }
true
null
false
:MEASure:TSTArt
{ "name": ":MEASure:TSTArt", "syntax": ":MEASure:TSTArt <value> [suffix]", "query_syntax": ":MEASure:TSTArt?", "parameters": [ { "name": "value", "type": "float", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "time at the start marker in seconds", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "s", "ms", "us", "ns", "ps" ], "minimum": null, "maximum": null, "default": null, "description": "time unit", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:TSTArt command moves the start marker (X1 cursor) to the specified time with respect to the trigger time.", "return_format": "<value><NL>\n<value> ::= time at the start marker in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the start marker to 1.5 seconds", "code": ":MEASure:TSTArt 1.5 s" } ], "see_also": null }
true
null
false
:MEASure:TSTOp
{ "name": ":MEASure:TSTOp", "syntax": ":MEASure:TSTOp <value> [suffix]", "query_syntax": ":MEASure:TSTOp?", "parameters": [ { "name": "value", "type": "float", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "time at the stop marker in seconds", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "s", "ms", "us", "ns", "ps" ], "minimum": null, "maximum": null, "default": null, "description": "time unit", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:TSTOp command moves the stop marker (X2 cursor) to the specified time with respect to the trigger time.", "return_format": "<value><NL>\n<value> ::= time at the stop marker in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the stop marker to 5.25 milliseconds", "code": ":MEASure:TSTOp 5.25 ms" } ], "see_also": null }
true
null
false
:MEASure:TMIN
{ "name": ":MEASure:TMIN", "syntax": ":MEASure:TMIN [<source>]", "query_syntax": ":MEASure:TMIN? [<source>]", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH" ], "minimum": null, "maximum": null, "default": null, "description": "The source waveform for the measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Installs a screen measurement and starts an X-at-Min-Y measurement on the selected waveform. If the optional source is specified, the current source is modified.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Perform a TMIN measurement on the current source", "code": ":MEASure:TMIN" }, { "description": "Perform a TMIN measurement on Channel 1", "code": ":MEASure:TMIN CHANnel1" } ], "see_also": null }
true
null
false
:MEASure:TMIN?
{ "name": ":MEASure:TMIN?", "syntax": ":MEASure:TMIN? [<source>]", "query_syntax": ":MEASure:TMIN? [<source>]", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH" ], "minimum": null, "maximum": null, "default": null, "description": "The source waveform for the measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Returns the horizontal axis value at which the minimum vertical value occurs on the current source. If the optional source is specified, the current source is modified. If all channels are off, the query returns 9.9E+37.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Get the TMIN value for the current source", "code": ":MEASure:TMIN?" }, { "description": "Get the TMIN value for Channel 1", "code": ":MEASure:TMIN? CHANnel1" } ], "see_also": null }
true
null
false
:RUN
{ "name": ":RUN", "syntax": ":RUN", "query_syntax": "", "parameters": [], "description": "Starts repetitive acquisitions on the oscilloscope.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start repetitive acquisitions", "code": ":RUN" } ], "see_also": null }
false
Duplicate entry skipped
true
:STOP
{ "name": ":STOP", "syntax": ":STOP", "query_syntax": "", "parameters": [], "description": "Stops repetitive acquisitions on the oscilloscope.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Stop repetitive acquisitions", "code": ":STOP" } ], "see_also": null }
false
Duplicate entry skipped
true
:SINGle
{ "name": ":SINGle", "syntax": ":SINGle", "query_syntax": "", "parameters": [], "description": "Acquires a single-shot waveform.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Acquire a single-shot waveform", "code": ":SINGle" } ], "see_also": null }
false
Duplicate entry skipped
true
:AUToScale
{ "name": ":AUToScale", "syntax": ":AUToScale", "query_syntax": "", "parameters": [], "description": "Automatically sets the vertical, horizontal, and trigger controls to display the optimal view of the input signals.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Automatically scale the oscilloscope display", "code": ":AUToScale" } ], "see_also": null }
true
null
false
:TIMebase:DELay
{ "name": ":TIMebase:DELay", "syntax": ":TIMebase:DELay <delay_value>", "query_syntax": ":TIMebase:DELay?", "parameters": [ { "name": "<delay_value>", "type": "time in seconds", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Time from trigger to the delay reference point on the screen", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the main time base delay, which is the time between the trigger event and the delay reference point on the screen. The delay reference point is set with the :TIMebase:REFerence command.", "return_format": "<delay_value><NL>, where <delay_value> is the time from trigger to display reference in seconds in NR3 format.", "return_format_values": null, "examples": [ { "description": "Set time base delay to 0.0 seconds", "code": ":TIMEBASE:DELAY 0.0" } ], "see_also": null }
true
null
false
:HARDcopy:PDRiver
{ "name": ":HARDcopy:PDRiver", "syntax": ":HARDcopy:PDRiver <driver>", "query_syntax": ":HARDcopy:PDRiver?", "parameters": [ { "name": "<driver>", "type": "string", "enum": [ "AP2Xxx", "AP21xx", "AP2560", "AP25", "DJ350", "DJ35", "DJ6xx", "DJ630", "DJ63", "DJ6Special", "DJ6Photo", "DJ8Special", "DJ8xx", "DJ9Vip", "OJPRokx50", "DJ9xx", "GVIP", "DJ55xx", "PS470", "PS47", "PS100", "PS10", "CLASer", "MLASer", "LJFastraster", "POSTscript" ], "minimum": null, "maximum": null, "default": null, "description": "Hardcopy printer driver", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The HARDcopy:PDRiver command sets the hardcopy printer driver used for the selected printer. If the correct driver for the selected printer can be identified, it will be selected and cannot be changed. NOTE The :HARDcopy:PDRiver command is an obsolete command provided for compatibility to previous oscilloscopes. Use the :HARDcopy:APRinter (see page 326) command instead.", "return_format": "<driver><NL>", "return_format_values": null, "examples": [ { "description": "Set the hardcopy printer driver", "code": ":HARDcopy:PDRiver AP2Xxx" } ], "see_also": null }
true
null
false
:MEASure:VSTOp
{ "name": ":MEASure:VSTOp", "syntax": ":MEASure:VSTOp <vstop_argument>", "query_syntax": ":MEASure:VSTOp?", "parameters": [ { "name": "vstop_argument", "type": "value", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Value for Y2 cursor", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:VSTOp command moves the vertical marker 2 (Y2 cursor) to the specified value corresponding to the selected source. The source can be selected by the MARKer:X2Y2source command.", "return_format": "<value><NL> <value> ::= value of the Y2 cursor in NR3 format", "return_format_values": null, "examples": [ { "description": "Get the current value of the Y2 cursor", "code": ":MEASure:VSTOp?" } ], "see_also": null }
true
null
false
:MTESt:AMASk:{SAVE | STORe}
{ "name": ":MTESt:AMASk:{SAVE | STORe}", "syntax": ":MTESt:AMASk:{SAVE | STORe} \"<filename>\"", "query_syntax": "", "parameters": [ { "name": "filename", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "MS-DOS compatible name of the file, a maximum of 254 characters long (including the path name, if used)", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MTESt:AMASk:SAVE command saves the automask generated mask to a file. If an automask has not been generated, an error occurs.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Save the automask to a file", "code": ":MTESt:AMASk:SAVE \"my_mask.msk\"" } ], "see_also": null }
true
null
false
:MEASure:TVOLt?
{ "name": ":MEASure:TVOLt?", "syntax": ":MEASure:TVOLt? <value>, [<slope>]<occurrence>[,<source>]", "query_syntax": ":MEASure:TVOLt?", "parameters": [ { "name": "<value>", "type": "numeric", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "the voltage level that the waveform must cross", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<slope>", "type": "string", "enum": [ "+", "-" ], "minimum": null, "maximum": null, "default": null, "description": "direction of the waveform. A rising slope is indicated by a plus sign (+). A falling edge is indicated by a minus sign (-)", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<occurrence>", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "the transition to be reported. If the occurrence number is one, the first crossing is reported. If the number is two, the second crossing is reported, etc.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH" ], "minimum": null, "maximum": null, "default": null, "description": "The source to be used for the measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MEASure:TVOLt? query is used to search the displayed signal for the specified voltage level and transition. The time interval between the trigger event and this defined occurrence is returned as the response to the query. The specified voltage can be negative or positive. To specify a negative voltage, use a minus sign (-). The sign of the slope selects a rising (+) or falling (-) edge. If no sign is specified for the slope, it is assumed to be the rising edge. The magnitude of the occurrence defines the occurrence to be reported.", "return_format": "<value><NL>\n<value> ::= time in seconds of the specified voltage crossing in NR3 format", "return_format_values": null, "examples": [ { "description": "Measure the time for the third positive-going crossing of the waveform at 1.5 V, using the current channel as the source.", "code": ":MEASure:TVOLt? 1.5,+3" }, { "description": "Measure the time for the second negative-going crossing of the waveform at -2.5 V, using channel 2 as the source.", "code": ":MEASure:TVOLt? -2.5,-2,CHAN2" } ], "see_also": null }
true
null
false
:MTESt:STARt
{ "name": ":MTESt:STARt", "syntax": ":MTESt:STARt", "query_syntax": "", "parameters": [], "description": "Starts the acquisition system.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start the acquisition system", "code": ":MTESt:STARt" } ], "see_also": null }
true
null
false
:MTESt:STOP
{ "name": ":MTESt:STOP", "syntax": ":MTESt:STOP", "query_syntax": "", "parameters": [], "description": "Stops the acquisition system.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Stop the acquisition system", "code": ":MTESt:STOP" } ], "see_also": null }
true
null
false
:MTESt:TRIGger:SOURce
{ "name": ":MTESt:TRIGger:SOURce", "syntax": ":MTESt:TRIGger:SOURce <source>", "query_syntax": ":MTESt:TRIGger:SOURce?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>" ], "minimum": 1, "maximum": null, "default": null, "description": "The channel to use as the trigger source", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the channel to use as the trigger source.", "return_format": "<source> ::= CHAN<n>", "return_format_values": null, "examples": [ { "description": "Set the trigger source to Channel 1", "code": ":MTESt:TRIGger:SOURce CHANnel1" }, { "description": "Query the current trigger source", "code": ":MTESt:TRIGger:SOURce?" } ], "see_also": null }
false
{"None is not of type 'integer'",["parameters", "0", "maximum"],"type","integer",null,{"integer","Maximum value for numerical parameters"}}
false
:MTESt:RUMode
{ "name": ":MTESt:RUMode", "syntax": ":MTESt:RUMode {FORever | TIME,<seconds> | {WAVeforms,<wfm_count>}}", "query_syntax": ":MTESt:RUMode?", "parameters": [ { "name": "FORever", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Runs the Mask Test until the test is turned off.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "TIME", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the amount of time in seconds that a mask test will run before it terminates.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "seconds", "type": "number", "enum": null, "minimum": 1, "maximum": "86400", "default": null, "description": "The time in seconds that the mask test will run before terminating.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "WAVeforms", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the maximum number of waveforms that are required before the mask test terminates.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "wfm_count", "type": "integer", "enum": null, "minimum": 1, "maximum": "1000000000", "default": null, "description": "The number of waveforms that are to be acquired before the mask test terminates.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MTESt:RUMode command determines the termination conditions for the mask test. The choices are FORever, TIME, or WAVeforms.", "return_format": "{FOR | TIME,<seconds> | {WAV,<wfm_count>}}<NL>", "return_format_values": null, "examples": [ { "description": "Set the mask test to run forever", "code": ":MTESt:RUMode FORever" }, { "description": "Set the mask test to run for 60 seconds", "code": ":MTESt:RUMode TIME,60" }, { "description": "Set the mask test to run until 1000 waveforms are acquired", "code": ":MTESt:RUMode WAVeforms,1000" } ], "see_also": null }
true
null
false
:Sbus<N>:Uart Commands
null
false
None value for JSON data
false
:WGEN:FUNCtion
{ "name": ":WGEN:FUNCtion", "syntax": ":WGEN:FUNCtion <signal>", "query_syntax": ":WGEN:FUNCtion?", "parameters": [ { "name": "<signal>", "type": "enum", "enum": [ "SINusoid", "SQUare", "RAMP", "PULSe", "NOISe", "DC" ], "minimum": null, "maximum": null, "default": null, "description": "Selects the type of waveform", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :WGEN:FUNCtion command selects the type of waveform.", "return_format": "<signal><NL>\n<signal> ::= {SIN | SQU | RAMP | PULS | NOIS | DC}", "return_format_values": null, "examples": [ { "description": "Set the waveform to sine wave", "code": ":WGEN:FUNCtion SINusoid" } ], "see_also": null }
true
null
false
:WGEN:FREQuency
{ "name": ":WGEN:FREQuency", "syntax": ":WGEN:FREQuency <frequency>", "query_syntax": ":WGEN:FREQuency?", "parameters": [ { "name": "<frequency>", "type": "number", "enum": null, "minimum": 0.1, "maximum": "20000000.0", "default": null, "description": "Sets the frequency for the sine, square, ramp, and pulse waveforms", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the frequency for sine, square, ramp, and pulse waveforms.", "return_format": "<frequency>", "return_format_values": null, "examples": [ { "description": "Set the frequency to 1 kHz", "code": ":WGEN:FREQuency 1000" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:PERiod
{ "name": ":WGEN:PERiod", "syntax": ":WGEN:PERiod <period>", "query_syntax": ":WGEN:PERiod?", "parameters": [ { "name": "<period>", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the period for the sine, square, ramp, and pulse waveforms", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the period for sine, square, ramp, and pulse waveforms.", "return_format": "<period>", "return_format_values": null, "examples": [ { "description": "Set the period to 1 ms", "code": ":WGEN:PERiod 0.001" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:VOLTage
{ "name": ":WGEN:VOLTage", "syntax": ":WGEN:VOLTage <amplitude>", "query_syntax": ":WGEN:VOLTage?", "parameters": [ { "name": "<amplitude>", "type": "number", "enum": null, "minimum": 0.01, "maximum": "2.5", "default": null, "description": "Sets the output amplitude for all waveform types", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the output amplitude for all waveform types.", "return_format": "<amplitude>", "return_format_values": null, "examples": [ { "description": "Set the output amplitude to 1 Vpp", "code": ":WGEN:VOLTage 1" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:VOLTage:OFFSet
{ "name": ":WGEN:VOLTage:OFFSet", "syntax": ":WGEN:VOLTage:OFFSet <offset>", "query_syntax": ":WGEN:VOLTage:OFFSet?", "parameters": [ { "name": "<offset>", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the DC offset for all waveform types", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the DC offset for all waveform types.", "return_format": "<offset>", "return_format_values": null, "examples": [ { "description": "Set the DC offset to 0.5 V", "code": ":WGEN:VOLTage:OFFSet 0.5" } ], "see_also": null }
true
null
false
:WGEN:VOLTage:HIGH
{ "name": ":WGEN:VOLTage:HIGH", "syntax": ":WGEN:VOLTage:HIGH <high_level>", "query_syntax": ":WGEN:VOLTage:HIGH?", "parameters": [ { "name": "<high_level>", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the high level voltage for sine, square, ramp, and pulse waveforms", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the high level voltage for sine, square, ramp, and pulse waveforms.", "return_format": "<high_level>", "return_format_values": null, "examples": [ { "description": "Set the high level voltage to 2 V", "code": ":WGEN:VOLTage:HIGH 2" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:VOLTage:LOW
{ "name": ":WGEN:VOLTage:LOW", "syntax": ":WGEN:VOLTage:LOW <low_level>", "query_syntax": ":WGEN:VOLTage:LOW?", "parameters": [ { "name": "<low_level>", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Sets the low level voltage for sine, square, ramp, and pulse waveforms", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the low level voltage for sine, square, ramp, and pulse waveforms.", "return_format": "<low_level>", "return_format_values": null, "examples": [ { "description": "Set the low level voltage to 0 V", "code": ":WGEN:VOLTage:LOW 0" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:FUNCtion:SQUare:DCYCle
{ "name": ":WGEN:FUNCtion:SQUare:DCYCle", "syntax": ":WGEN:FUNCtion:SQUare:DCYCle <duty_cycle>", "query_syntax": ":WGEN:FUNCtion:SQUare:DCYCle?", "parameters": [ { "name": "<duty_cycle>", "type": "number", "enum": null, "minimum": 1, "maximum": "99", "default": null, "description": "Sets the duty cycle for the square waveform", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the duty cycle for the square waveform.", "return_format": "<duty_cycle>", "return_format_values": null, "examples": [ { "description": "Set the duty cycle to 50%", "code": ":WGEN:FUNCtion:SQUare:DCYCle 50" } ], "see_also": null }
false
Replaced invalid entry with duplicate
true
:WGEN:FUNCtion:RAMP:SYMMetry
{ "name": ":WGEN:FUNCtion:RAMP:SYMMetry", "syntax": ":WGEN:FUNCtion:RAMP:SYMMetry <symmetry>", "query_syntax": ":WGEN:FUNCtion:RAMP:SYMMetry?", "parameters": [ { "name": "<symmetry>", "type": "number", "enum": null, "minimum": 0, "maximum": "100", "default": null, "description": "Sets the symmetry for the ramp waveform", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the symmetry for the ramp waveform.", "return_format": "<symmetry>", "return_format_values": null, "examples": [ { "description": "Set the symmetry to 75%", "code": ":WGEN:FUNCtion:RAMP:SYMMetry 75" } ], "see_also": null }
false
Duplicate entry skipped
true
:WGEN:FUNCtion:PULSe:WIDTh
{ "name": ":WGEN:FUNCtion:PULSe:WIDTh", "syntax": ":WGEN:FUNCtion:PULSe:WIDTh <width>", "query_syntax": ":WGEN:FUNCtion:PULSe:WIDTh?", "parameters": [ { "name": "<width>", "type": "number", "enum": null, "minimum": 2e-8, "maximum": "(period - 20e-9)", "default": null, "description": "Sets the pulse width for the pulse waveform", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Use this command to set the pulse width for the pulse waveform.", "return_format": "<width>", "return_format_values": null, "examples": [ { "description": "Set the pulse width to 100 us", "code": ":WGEN:FUNCtion:PULSe:WIDTh 0.0001" } ], "see_also": null }
false
Duplicate entry skipped
true
:RUN
{ "name": ":RUN", "syntax": ":RUN", "query_syntax": "", "parameters": [], "description": "Starts repetitive acquisitions on the oscilloscope.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start repetitive acquisitions", "code": ":RUN" } ], "see_also": null }
false
Duplicate entry skipped
true
:TRIGger:TV:STANdard
{ "name": ":TRIGger:TV:STANdard", "syntax": ":TRIGger:TV:STANdard <standard>", "query_syntax": ":TRIGger:TV:STANdard?", "parameters": [ { "name": "<standard>", "type": "string", "enum": [ "NTSC", "PALM", "PAL", "SECam" ], "minimum": null, "maximum": null, "default": null, "description": "The video standard to select", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :TRIGger:TV:STANdard command selects the video standard.", "return_format": "<standard><NL>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:BYTeorder
{ "name": ":WAVeform:BYTeorder", "syntax": ":WAVeform:BYTeorder <value>", "query_syntax": ":WAVeform:BYTeorder?", "parameters": [ { "name": "<value>", "type": "string", "enum": [ "LSBFirst", "MSBFirst" ], "minimum": null, "maximum": null, "default": null, "description": "The byte order for WORD format data transfer", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the byte order for WORD format data transfer.", "return_format": "<value>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:COUNt
{ "name": ":WAVeform:COUNt", "syntax": "", "query_syntax": ":WAVeform:COUNt?", "parameters": [], "description": "Returns the number of acquired waveforms.", "return_format": "<count>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:DATA
{ "name": ":WAVeform:DATA", "syntax": "", "query_syntax": ":WAVeform:DATA?", "parameters": [], "description": "Transfers the waveform data.", "return_format": "<binary block length bytes>, <binary data>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:FORMat
{ "name": ":WAVeform:FORMat", "syntax": ":WAVeform:FORMat <value>", "query_syntax": ":WAVeform:FORMat?", "parameters": [ { "name": "<value>", "type": "string", "enum": [ "WORD", "BYTE", "ASCII" ], "minimum": null, "maximum": null, "default": null, "description": "The data format for waveform transfer", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the data format for waveform transfer.", "return_format": "<value>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:POINts
{ "name": ":WAVeform:POINts", "syntax": ":WAVeform:POINts <# points>", "query_syntax": ":WAVeform:POINts?", "parameters": [ { "name": "<# points>", "type": "integer", "enum": [ "100", "250", "500", "1000", "2000" ], "minimum": 100, "maximum": "2000000", "default": null, "description": "The number of waveform points to be transferred", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<points_mode>", "type": "string", "enum": [ "NORMal", "MAXimum", "RAW" ], "minimum": null, "maximum": null, "default": null, "description": "The waveform points mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the number of waveform points to be transferred.", "return_format": "<# points>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:POINts:MODE
{ "name": ":WAVeform:POINts:MODE", "syntax": ":WAVeform:POINts:MODE <points_mode>", "query_syntax": ":WAVeform:POINts:MODE?", "parameters": [ { "name": "<points_mode>", "type": "string", "enum": [ "NORMal", "MAXimum", "RAW" ], "minimum": null, "maximum": null, "default": null, "description": "The waveform points mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the waveform points mode.", "return_format": "<points_mode>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:PREamble
{ "name": ":WAVeform:PREamble", "syntax": "", "query_syntax": ":WAVeform:PREamble?", "parameters": [], "description": "Returns the waveform preamble information.", "return_format": "<preamble_block>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:SEGMented:COUNt
{ "name": ":WAVeform:SEGMented:COUNt", "syntax": "", "query_syntax": ":WAVeform:SEGMented:COUNt?", "parameters": [], "description": "Returns the number of segments in a segmented waveform acquisition.", "return_format": "<count>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:SEGMented:TAG
{ "name": ":WAVeform:SEGMented:TAG", "syntax": "", "query_syntax": ":WAVeform:SEGMented:TAG?", "parameters": [], "description": "Returns the time tag of the current waveform segment.", "return_format": "<time_tag>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:SOURce
{ "name": ":WAVeform:SOURce", "syntax": ":WAVeform:SOURce <source>", "query_syntax": ":WAVeform:SOURce?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "FFT", "WMEMory<r>", "SBUS1", "ABUS", "EXT" ], "minimum": null, "maximum": null, "default": null, "description": "The waveform source", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Selects the waveform source.", "return_format": "<source>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:SOURce:SUBSource
{ "name": ":WAVeform:SOURce:SUBSource", "syntax": ":WAVeform:SOURce:SUBSource <subsource>", "query_syntax": ":WAVeform:SOURce:SUBSource?", "parameters": [ { "name": "<subsource>", "type": "string", "enum": [ "SUB0", "RX", "MOSI", "SUB1", "TX", "MISO" ], "minimum": null, "maximum": null, "default": null, "description": "The waveform sub-source", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Selects the waveform sub-source.", "return_format": "<subsource>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:TYPE
{ "name": ":WAVeform:TYPE", "syntax": "", "query_syntax": ":WAVeform:TYPE?", "parameters": [], "description": "Returns the waveform acquisition type.", "return_format": "<return_mode>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:UNSigned
{ "name": ":WAVeform:UNSigned", "syntax": ":WAVeform:UNSigned {{0 | OFF} | {1 | ON}}", "query_syntax": ":WAVeform:UNSigned?", "parameters": [], "description": "Sets whether the waveform data is transferred as signed or unsigned integers.", "return_format": "{0 | 1}", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:VIEW
{ "name": ":WAVeform:VIEW", "syntax": ":WAVeform:VIEW <view>", "query_syntax": ":WAVeform:VIEW?", "parameters": [ { "name": "<view>", "type": "string", "enum": [ "MAIN" ], "minimum": null, "maximum": null, "default": null, "description": "The waveform view", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Selects the waveform view.", "return_format": "<view>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:WAVeform:XINCrement
{ "name": ":WAVeform:XINCrement", "syntax": "", "query_syntax": ":WAVeform:XINCrement?", "parameters": [], "description": "Returns the x-increment value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:XORigin
{ "name": ":WAVeform:XORigin", "syntax": "", "query_syntax": ":WAVeform:XORigin?", "parameters": [], "description": "Returns the x-origin value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:XREFerence
{ "name": ":WAVeform:XREFerence", "syntax": "", "query_syntax": ":WAVeform:XREFerence?", "parameters": [], "description": "Returns the x-reference value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:YINCrement
{ "name": ":WAVeform:YINCrement", "syntax": "", "query_syntax": ":WAVeform:YINCrement?", "parameters": [], "description": "Returns the y-increment value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:YORigin
{ "name": ":WAVeform:YORigin", "syntax": "", "query_syntax": ":WAVeform:YORigin?", "parameters": [], "description": "Returns the y-origin value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:WAVeform:YREFerence
{ "name": ":WAVeform:YREFerence", "syntax": "", "query_syntax": ":WAVeform:YREFerence?", "parameters": [], "description": "Returns the y-reference value in the current preamble.", "return_format": "<return_value>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:TRIGger:TV:TVMode
{ "name": ":TRIGger:TV:TVMode", "syntax": ":TRIGger:TV:TVMode <mode>", "query_syntax": ":TRIGger:TV:TVMode?", "parameters": [ { "name": "<mode>", "type": "string", "enum": [ "FIEld1", "FIEld2", "AFIelds", "ALINes", "LINE", "VERTical", "LFIeld1", "LFIeld2", "LALTernate", "LVERtical" ], "minimum": null, "maximum": null, "default": null, "description": "The TV trigger mode and field", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :TRIGger:TV:MODE command selects the TV trigger mode and field. The LVERtical parameter is only available when :TRIGger:TV:STANdard is GENeric. The LALTernate parameter is not available when :TRIGger:TV:STANdard is GENeric.", "return_format": "<value><NL>\n<value> ::= {FIE1 | FIE2 | AFI | ALIN | LINE | VERT | LFI1 | LFI2 | LALT | LVER}", "return_format_values": null, "examples": [ { "description": "Query the current TV trigger mode", "code": ":TRIGger:TV:TVMode?" } ], "see_also": null }
true
null
false
:WGEN:VOLTAGE:OFFSET
{ "name": ":WGEN:VOLTAGE:OFFSET", "syntax": ":WGEN:VOLTage:OFFSet <offset>", "query_syntax": ":WGEN:VOLTage:OFFSet?", "parameters": [ { "name": "offset", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The waveform's offset voltage or DC level", "unit": "volts", "suffix": { "enum": null }, "format": null } ], "description": "The :WGEN:VOLTage:OFFSet command specifies the waveform's offset voltage or the DC level. Use the :WGEN:VOLTage command to specify the amplitude. You can also specify the amplitude and offset indirectly using the :WGEN:VOLTage:HIGH and :WGEN:VOLTage:LOW commands.", "return_format": "<offset><NL>, where <offset> is the offset in volts in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the waveform offset voltage to 1 volt", "code": ":WGEN:VOLTage:OFFSet 1" } ], "see_also": null }
true
null
false
:WMEMORY<R>:CLEAR
{ "name": ":WMEMORY<R>:CLEAR", "syntax": ":WMEMory<r>:CLEar", "query_syntax": "", "parameters": [ { "name": "r", "type": "integer", "enum": [ "1", "2" ], "minimum": null, "maximum": null, "default": null, "description": "Reference waveform number", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Clears the specified reference waveform.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Clear reference waveform 1", "code": ":WMEMory1:CLEar" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:DISPLAY
{ "name": ":WMEMORY<R>:DISPLAY", "syntax": ":WMEMory<r>:DISPlay {{0 | OFF} | {1 | ON}}", "query_syntax": ":WMEMory<r>:DISPlay?", "parameters": [ { "name": "r", "type": "integer", "enum": [ "1", "2" ], "minimum": null, "maximum": null, "default": null, "description": "Reference waveform number", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "state", "type": "string", "enum": [ "0", "OFF", "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the display of the reference waveform on or off", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Turns the display of the specified reference waveform on or off.", "return_format": "{0 | 1}", "return_format_values": null, "examples": [ { "description": "Turn on the display of reference waveform 2", "code": ":WMEMory2:DISPlay ON" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:LABEL
{ "name": ":WMEMORY<R>:LABEL", "syntax": ":WMEMory<r>:LABel <string>", "query_syntax": ":WMEMory<r>:LABel?", "parameters": [ { "name": "r", "type": "integer", "enum": [ "1", "2" ], "minimum": null, "maximum": null, "default": null, "description": "Reference waveform number", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "string", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "A label for the reference waveform, up to 10 ASCII characters", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets a label for the specified reference waveform.", "return_format": "<string>", "return_format_values": null, "examples": [ { "description": "Set the label for reference waveform 1 to 'REF1'", "code": ":WMEMory1:LABel 'REF1'" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:SAVE
{ "name": ":WMEMORY<R>:SAVE", "syntax": ":WMEMory<r>:SAVE <source>", "query_syntax": "", "parameters": [ { "name": "r", "type": "integer", "enum": [ "1", "2" ], "minimum": null, "maximum": null, "default": null, "description": "Reference waveform number", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "source", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH" ], "minimum": null, "maximum": null, "default": null, "description": "The source waveform to be saved as the reference waveform", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "n", "type": "integer", "enum": null, "minimum": 1, "maximum": "2", "default": null, "description": "The analog channel number", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Saves the specified source waveform to the reference waveform memory. Only ADD or SUBtract math operations can be saved as reference waveforms.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Save channel 1 waveform to reference waveform 2", "code": ":WMEMory2:SAVE CHANnel1" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:SKEW
{ "name": ":WMEMORY<R>:SKEW", "syntax": ":WMEMory<r>:SKEW <skew>", "query_syntax": ":WMEMory<r>:SKEW?", "parameters": [ { "name": "r", "type": "integer", "enum": [ "1", "2" ], "minimum": null, "maximum": null, "default": null, "description": "Reference waveform number", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "skew", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The skew time for the reference waveform", "unit": "seconds", "suffix": { "enum": null }, "format": null } ], "description": "Sets the skew time for the specified reference waveform.", "return_format": "<skew>, where <skew> is the skew time in seconds in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the skew time for reference waveform 1 to 100 microseconds", "code": ":WMEMory1:SKEW 0.0001" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:YOFFSET
{ "name": ":WMEMORY<R>:YOFFSET", "syntax": ":WMEMory<r>:YOFFset <offset>[suffix]", "query_syntax": ":WMEMory<r>:YOFFset?", "parameters": [ { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null }, { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the vertical offset for the specified reference waveform.", "return_format": "<offset><NL>, where <offset> is the vertical offset value in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the vertical offset for reference waveform 2 to 500 millivolts", "code": ":WMEMory2:YOFFset 0.5V" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:YRANGE
{ "name": ":WMEMORY<R>:YRANGE", "syntax": ":WMEMory<r>:YRANge <range>[suffix]", "query_syntax": ":WMEMory<r>:YRANge?", "parameters": [ { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null }, { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the full-scale vertical range for the specified reference waveform.", "return_format": "<range><NL>, where <range> is the vertical full-scale range value in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the vertical range for reference waveform 1 to 5 volts", "code": ":WMEMory1:YRANge 5V" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:WMEMORY<R>:YSCALE
{ "name": ":WMEMORY<R>:YSCALE", "syntax": ":WMEMory<r>:YSCale <scale>[suffix]", "query_syntax": ":WMEMory<r>:YSCale?", "parameters": [ { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null }, { "name": null, "type": null, "enum": null, "minimum": null, "maximum": null, "default": null, "description": null, "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the vertical units per division for the specified reference waveform.", "return_format": "<scale><NL>, where <scale> is the vertical units per division value in NR3 format", "return_format_values": null, "examples": [ { "description": "Set the vertical scale for reference waveform 2 to 1 volt per division", "code": ":WMEMory2:YSCale 1V" } ], "see_also": null }
false
{"2 is not of type 'string'",["parameters", "0", … "1"],"type","string",2,{"string"}}
false
:Waveform:Yreference
null
false
None value for JSON data
false