command
large_stringlengths
4
40
description
dict
schema_match
bool
2 classes
schema_error
large_stringclasses
37 values
duplicate
bool
2 classes
:DISPlay:CLEar
{ "name": ":DISPlay:CLEar", "syntax": ":DISPlay:CLEar", "query_syntax": "", "parameters": [], "description": "Erases points stored by persistence.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Clear the display", "code": ":DISPlay:CLEar" } ], "see_also": null }
false
Duplicate entry skipped
true
:FFT:SOURce1
{ "name": ":FFT:SOURce1", "syntax": ":FFT:SOURce1 <offset> <source>", "query_syntax": ":FFT:SOURce1?", "parameters": [ { "name": "<offset>", "type": "NR1", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The source for the FFT function", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<source>", "type": "enum", "enum": [ "CHANnel<n>" ], "minimum": null, "maximum": null, "default": null, "description": "The channel source for the FFT function", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FFT:SOURce1 command selects the source for the FFT function.", "return_format": "<source><NL> <source> ::= {CHAN<n>}", "return_format_values": null, "examples": [ { "description": "Select the source for the FFT function", "code": ":FFT:SOURce1 CHANnel1" } ], "see_also": null }
true
null
false
:DISPlay:DATA?
{ "name": ":DISPlay:DATA?", "syntax": ":DISPlay:DATA? [<format>][,][<palette>]", "query_syntax": ":DISPlay:DATA? [<format>][,][<palette>]", "parameters": [ { "name": "<format>", "type": "string", "enum": [ "BMP", "BMP8bit", "PNG" ], "minimum": null, "maximum": null, "default": null, "description": "The format of the screen image data", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<palette>", "type": "string", "enum": [ "COLor", "GRAYscale" ], "minimum": null, "maximum": null, "default": null, "description": "The palette to use for the screen image", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Reads the screen image data. You can choose 24-bit BMP, 8-bit BMP8bit, or 24-bit PNG formats in color or grayscale. You can invert the screen image graticule colors (before reading the data) by using the \":HARDcopy:INKSaver ON\" command. If no format or palette option is specified, the screen image is returned in BMP, COLor format.", "return_format": "<display data><NL> <display data> ::= binary block data in IEEE-488.2 # format. Screen image data is returned in the IEEE-488.2 # binary block data format.", "return_format_values": null, "examples": [ { "description": "Query for the image data with \":DISPlay:DATA?\", read the data, and then save it to a file.", "code": "Dim byteData() As Byte\nmyScope.IO.Timeout = 15000\nmyScope.WriteString \":DISPlay:DATA? BMP, COLOR\"\nbyteData = myScope.ReadIEEEBlock(BinaryType_UI1)\n\n' Output display data to a file:\nstrPath = \"c:\\scope\\data\\screen.bmp\"\n' Remove file if it exists. If Len(Dir(strPath)) Then Kill strPath End If\nClose #1 ' If #1 is open, close it.\nOpen strPath For Binary Access Write Lock Write As #1 ' Open file\nPut #1, , byteData ' Write data.\nClose #1 ' Close file.\n\nmyScope.IO.Timeout = 5000" } ], "see_also": null }
true
null
false
:FFT:SCALe
{ "name": ":FFT:SCALe", "syntax": ":FFT:SCALe <scale_value>[<suffix>]", "query_syntax": ":FFT:SCALe?", "parameters": [ { "name": "scale_value", "type": "floating-point", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The vertical scale, or units per division, of the FFT function", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "dB" ], "minimum": null, "maximum": null, "default": null, "description": "The unit for the scale value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FFT:SCALe command sets the vertical scale, or units per division, of the FFT function. Legal values for the scale depend on the selected function.", "return_format": "<scale_value><NL>", "return_format_values": null, "examples": [ { "description": "Set the FFT scale to 10 dB per division", "code": ":FFT:SCALe 10dB" } ], "see_also": null }
true
null
false
:FRANalysis:DATA?
{ "name": ":FRANalysis:DATA?", "syntax": ":FRANalysis:DATA?", "query_syntax": ":FRANalysis:DATA?", "parameters": [], "description": "The :FRANalysis:DATA? query returns the frequency response analysis data. The data is returned in four comma-separated columns of data for each step in the sweep: Frequency (Hz), Amplitude (Vpp), Gain (dB), and Phase (°).", "return_format": "<binary_block><NL>", "return_format_values": null, "examples": [ { "description": "Query frequency response analysis data", "code": ":FRANalysis:DATA?" } ], "see_also": null }
true
null
false
:FFT:SPAN
{ "name": ":FFT:SPAN", "syntax": ":FFT:SPAN <span>", "query_syntax": ":FFT:SPAN?", "parameters": [ { "name": "span", "type": "NR3", "enum": null, "minimum": 1, "maximum": "100000000000", "default": null, "description": "The current frequency span in Hertz. Legal values are 1 Hz to 100 GHz.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the frequency span of the display (left graticule to right graticule) when FFT (Fast Fourier Transform) is selected.", "return_format": "<span><NL>", "return_format_values": null, "examples": [ { "description": "Set the frequency span to 10 GHz", "code": ":FFT:SPAN 10000000000" } ], "see_also": null }
true
null
false
:EXTernal:RANGe
{ "name": ":EXTernal:RANGe", "syntax": ":EXTernal:RANGe <range>[<suffix>]", "query_syntax": ":EXTernal:RANGe?", "parameters": [ { "name": "range", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "vertical full-scale range value in NR3 format", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "V", "mV" ], "minimum": null, "maximum": null, "default": null, "description": "unit of the range value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :EXTernal:RANGe command sets the external trigger input signal range. When using DSOX1200-Series oscilloscopes, this range is either 1.6 V or 8 V when you are using a 1:1 probe. When using EDUX1000-Series oscilloscopes, this range is 8 V when you are using a 1:1 probe and cannot be changed. If the probe attenuation is changed, the range value is multiplied by the probe attenuation factor.", "return_format": "<range_argument><NL> where <range_argument> is the external trigger range value in NR3 format.", "return_format_values": null, "examples": [ { "description": "Set the external trigger range to 1.6V", "code": ":EXTernal:RANGe 1.6V" }, { "description": "Set the external trigger range to 8V", "code": ":EXTernal:RANGe 8V" } ], "see_also": null }
true
null
false
:FFT:VTYPe
{ "name": ":FFT:VTYPe", "syntax": ":FFT:VTYPe <units>", "query_syntax": ":FFT:VTYPe?", "parameters": [ { "name": "<units>", "type": "string", "enum": [ "DECibel", "VRMS" ], "minimum": null, "maximum": null, "default": null, "description": "FFT vertical units", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FFT:VTYPe command specifies FFT vertical units as DECibel or VRMS.", "return_format": "<units><NL>", "return_format_values": null, "examples": [ { "description": "Set FFT vertical units to DECibel", "code": ":FFT:VTYPe DECibel" }, { "description": "Set FFT vertical units to VRMS", "code": ":FFT:VTYPe VRMS" }, { "description": "Query the current FFT vertical units", "code": ":FFT:VTYPe?" } ], "see_also": null }
true
null
false
:FRANalysis:FREQuency:SINGle
{ "name": ":FRANalysis:FREQuency:SINGle", "syntax": ":FRANalysis:FREQuency:SINGle <value>[suffix]", "query_syntax": ":FRANalysis:FREQuency:SINGle?", "parameters": [ { "name": "value", "type": "number", "enum": null, "minimum": 10, "maximum": "20000000", "default": null, "description": "The single frequency value between 10 Hz and 20 MHz with a resolution of 0.1 Hz in NR3 format.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "Hz", "kHz", "MHz" ], "minimum": null, "maximum": null, "default": "Hz", "description": "The frequency unit.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:FREQuency:SINGle command sets the single frequency value.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Set the single frequency to 1 kHz", "code": ":FRANalysis:FREQuency:SINGle 1kHz" } ], "see_also": null }
false
{"None is not of type 'string'",["parameters", "0", "default"],"type","string",null,{"string","Default value if parameter is not specified"}}
false
:FRANalysis:FREQuency:STOP
{ "name": ":FRANalysis:FREQuency:STOP", "syntax": ":FRANalysis:FREQuency:STOP <value>[suffix]", "query_syntax": ":FRANalysis:FREQuency:STOP?", "parameters": [ { "name": "value", "type": "number", "enum": null, "minimum": 10.1, "maximum": "20000000", "default": null, "description": "Frequency sweep stop value, between 10.1 Hz and 20 MHz with a resolution of 0.1 Hz in NR3 format", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "Hz", "kHz", "MHz" ], "minimum": null, "maximum": null, "default": "Hz", "description": "Unit for the frequency value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the frequency sweep stop value.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Set the frequency sweep stop value to 1 MHz", "code": ":FRANalysis:FREQuency:STOP 1MHz" } ], "see_also": null }
false
{"10.1 is not of type 'integer'",["parameters", "0", "minimum"],"type","integer",10.1,{"integer","Minimum value for numerical parameters"}}
false
:VIEW
{ "name": ":VIEW", "syntax": ":VIEW <source>", "query_syntax": "", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "SBUS{1}", "FFT", "WMEMory<r>", "ABUS", "EXT" ], "minimum": null, "maximum": null, "default": null, "description": "The channel, function, or serial decode bus to turn on", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<n>", "type": "integer", "enum": null, "minimum": 1, "maximum": "# of analog channels", "default": null, "description": "The channel number (for CHANnel<n>)", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<r>", "type": "integer", "enum": null, "minimum": 1, "maximum": "# of reference waveforms", "default": null, "description": "The reference waveform number (for WMEMory<r>)", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Turns on the specified channel, function, or serial decode bus.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Turn channel 1 on", "code": ":VIEW CHANnel1" } ], "see_also": null }
false
{"'# of reference waveforms' is not of type 'integer'",["parameters", "2", "maximum"],"type","integer","# of reference waveforms",{"integer","Maximum value for numerical parameters"}}
false
:ABUS:BIT<m>
{ "name": ":ABUS:BIT<m>", "syntax": ":ABUS:BIT<m> {{0 | OFF} | {1 | ON}}", "query_syntax": ":ABUS:BIT<m>?", "parameters": [ { "name": "<m>", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The bit number (integer)", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "0 | OFF", "type": "string", "enum": [ "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the specified bit off", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "1 | ON", "type": "string", "enum": [ "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the specified bit on", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables the specified bit of the analog bus.", "return_format": "{0 | 1}", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:ABUS:BITS
{ "name": ":ABUS:BITS", "syntax": ":ABUS:BITS <channel_list>, {{0 | OFF} | {1 | ON}}", "query_syntax": ":ABUS:BITS?", "parameters": [ { "name": "<channel_list>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "A list of channel numbers separated by commas and/or ranges using a colon. Example: (@1,3:5)", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "0 | OFF", "type": "string", "enum": [ "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the specified channels off", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "1 | ON", "type": "string", "enum": [ "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the specified channels on", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables the specified channels of the analog bus.", "return_format": "<channel_list>, {0 | 1}", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:ABUS:CLEar
{ "name": ":ABUS:CLEar", "syntax": ":ABUS:CLEar", "query_syntax": "", "parameters": [], "description": "Clears the analog bus configuration.", "return_format": "", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:ABUS:DISPlay
{ "name": ":ABUS:DISPlay", "syntax": ":ABUS:DISPlay {{0 | OFF} | {1 | ON}}", "query_syntax": ":ABUS:DISPlay?", "parameters": [ { "name": "0 | OFF", "type": "string", "enum": [ "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the analog bus display off", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "1 | ON", "type": "string", "enum": [ "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the analog bus display on", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables the display of the analog bus.", "return_format": "{0 | 1}", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:ABUS:LABel
{ "name": ":ABUS:LABel", "syntax": ":ABUS:LABel <string>", "query_syntax": ":ABUS:LABel?", "parameters": [ { "name": "<string>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "A quoted ASCII string up to 10 characters long, used as the label for the analog bus", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the label for the analog bus.", "return_format": "<string>", "return_format_values": null, "examples": [], "see_also": null }
false
Duplicate entry skipped
true
:ABUS:MASK
{ "name": ":ABUS:MASK", "syntax": ":ABUS:MASK <mask>", "query_syntax": ":ABUS:MASK?", "parameters": [ { "name": "<mask>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "A 32-bit integer value that specifies the mask for the analog bus. This can be specified in decimal, hexadecimal, or binary format.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the mask for the analog bus.", "return_format": "<mask>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:FFT:CENTer
{ "name": ":FFT:CENTer", "syntax": ":FFT:CENTer <frequency>", "query_syntax": ":FFT:CENTer?", "parameters": [ { "name": "frequency", "type": "NR3", "enum": null, "minimum": -25000000000, "maximum": "25000000000", "default": null, "description": "the current center frequency in NR3 format. The range of legal values is from -25 GHz to 25 GHz.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FFT:CENTer command sets the center frequency when FFT (Fast Fourier Transform) is selected.", "return_format": "<frequency><NL>", "return_format_values": null, "examples": [ { "description": "Set the center frequency", "code": ":FFT:CENTer <frequency>" }, { "description": "Query the current center frequency", "code": ":FFT:CENTer?" } ], "see_also": null }
true
null
false
:FFT:DISPlay
{ "name": ":FFT:DISPlay", "syntax": ":FFT:DISPlay {{0 | OFF} | {1 | ON}}", "query_syntax": ":FFT:DISPlay?", "parameters": [ { "name": "display", "type": "enum", "enum": [ "0", "1", "OFF", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the display of the FFT function on or off. When ON is selected, the FFT function is calculated and displayed. When OFF is selected, the FFT function is neither calculated nor displayed.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FFT:DISPlay command turns the display of the FFT function on or off.", "return_format": "<display><NL>", "return_format_values": null, "examples": [ { "description": "Turn on the FFT display", "code": ":FFT:DISPlay ON" }, { "description": "Turn off the FFT display", "code": ":FFT:DISPlay OFF" }, { "description": "Query the current FFT display state", "code": ":FFT:DISPlay?" } ], "see_also": null }
true
null
false
:CHANnel<n>:VERNier
{ "name": ":CHANnel<n>:VERNier", "syntax": ":CHANnel<n>:VERNier <vernier value>", "query_syntax": ":CHANnel<n>:VERNier?", "parameters": [ { "name": "<vernier value>", "type": "integer", "enum": [ "0", "1" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies whether the channel's vernier (fine vertical adjustment) setting is ON (1) or OFF (0)", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<n>", "type": "integer", "enum": null, "minimum": 1, "maximum": "# analog channels", "default": null, "description": "Channel number", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Specifies whether the channel's vernier (fine vertical adjustment) setting is ON or OFF", "return_format": "<vernier value><NL>", "return_format_values": null, "examples": [ { "description": "Set the vernier setting for channel 1 to ON", "code": ":CHANnel1:VERNier 1" }, { "description": "Query the vernier setting for channel 1", "code": ":CHANnel1:VERNier?" } ], "see_also": null }
false
{"'# analog channels' is not of type 'integer'",["parameters", "1", "maximum"],"type","integer","# analog channels",{"integer","Maximum value for numerical parameters"}}
false
:DEMO:FUNCtion
{ "name": ":DEMO:FUNCtion", "syntax": ":DEMO:FUNCtion <signal>", "query_syntax": ":DEMO:FUNCtion?", "parameters": [ { "name": "<signal>", "type": "string", "enum": [ "SINusoid", "NOISy", "LFSine", "AM", "RFBurst", "FMBurst", "HARMonics", "COUPling", "RINGing", "SINGle", "CLK", "TRANsition", "BURSt", "GLITch", "CAN", "LIN" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the type of demonstration signal to output", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Selects the type of demonstration signal to output on the oscilloscope's Demo terminal", "return_format": "<signal>", "return_format_values": null, "examples": [ { "description": "Set the demonstration signal to SINusoid", "code": ":DEMO:FUNCtion SINusoid" }, { "description": "Query the current demonstration signal", "code": ":DEMO:FUNCtion?" } ], "see_also": null }
false
Duplicate entry skipped
true
:DEMO:OUTPut
{ "name": ":DEMO:OUTPut", "syntax": ":DEMO:OUTPut {{0 | OFF} | {1 | ON}}", "query_syntax": ":DEMO:OUTPut?", "parameters": [ { "name": "0 | OFF", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Turns the demonstration signal output off", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "1 | ON", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Turns the demonstration signal output on", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables the output of the demonstration signal on the oscilloscope's Demo terminal", "return_format": "{0 | 1}", "return_format_values": null, "examples": [ { "description": "Enable the demonstration signal output", "code": ":DEMO:OUTPut ON" }, { "description": "Disable the demonstration signal output", "code": ":DEMO:OUTPut OFF" }, { "description": "Query the current state of the demonstration signal output", "code": ":DEMO:OUTPut?" } ], "see_also": null }
true
null
false
:FUNCtion[:FFT]:CENTer
{ "name": ":FUNCtion[:FFT]:CENTer", "syntax": ":FUNCtion[:FFT]:CENTer <frequency>", "query_syntax": ":FUNCtion[:FFT]:CENTer?", "parameters": [ { "name": "<frequency>", "type": "NR3", "enum": null, "minimum": 0, "maximum": "25000000000", "default": null, "description": "The current center frequency", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion[:FFT]:CENTer command sets the center frequency when FFT (Fast Fourier Transform) is selected.", "return_format": "<frequency><NL>", "return_format_values": null, "examples": [ { "description": "Set the center frequency", "code": ":FUNCtion[:FFT]:CENTer <frequency>" }, { "description": "Query the current center frequency", "code": ":FUNCtion[:FFT]:CENTer?" } ], "see_also": null }
true
null
false
:FRANalysis:WGEN:LOAD
{ "name": ":FRANalysis:WGEN:LOAD", "syntax": ":FRANalysis:WGEN:LOAD <impedance>", "query_syntax": ":FRANalysis:WGEN:LOAD?", "parameters": [ { "name": "<impedance>", "type": "string", "enum": [ "ONEMeg", "FIFTy" ], "minimum": null, "maximum": null, "default": null, "description": "The expected output load impedance", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:WGEN:LOAD command selects the expected output load impedance. The output impedance of the Gen Out BNC is fixed at 50 ohms. However, the output load selection lets the waveform generator display the correct amplitude and offset levels for the expected output load. If the actual load impedance is different than the selected value, the displayed amplitude and offset levels will be incorrect.", "return_format": "<impedance><NL> <impedance> ::= {ONEM | FIFT}", "return_format_values": null, "examples": [ { "description": "Set the expected output load to 50 ohms", "code": ":FRANalysis:WGEN:LOAD FIFTy" } ], "see_also": null }
true
null
false
:FUNCtion[:FFT]:PHASe:REFerence
{ "name": ":FUNCtion[:FFT]:PHASe:REFerence", "syntax": ":FUNCtion[:FFT]:PHASe:REFerence <ref_point>", "query_syntax": ":FUNCtion[:FFT]:PHASe:REFerence?", "parameters": [ { "name": "<ref_point>", "type": "string", "enum": [ "TRIGger", "DISPlay" ], "minimum": null, "maximum": null, "default": null, "description": "The reference point for calculating the FFT Phase function", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion[:FFT]:PHASe:REFerence command sets the reference point for calculating the FFT Phase function to either the trigger point or beginning of the displayed waveform.", "return_format": "<ref_point><NL>\n<ref_point> ::= {TRIGger | DISPlay}", "return_format_values": null, "examples": [ { "description": "Set the reference point to the trigger point", "code": ":FUNCtion[:FFT]:PHASe:REFerence TRIGger" } ], "see_also": null }
true
null
false
:FRANalysis:SOURce:INPut
{ "name": ":FRANalysis:SOURce:INPut", "syntax": ":FRANalysis:SOURce:INPut <source>", "query_syntax": ":FRANalysis:SOURce:INPut?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>" ], "minimum": null, "maximum": null, "default": null, "description": "The analog input channel that is probing the input voltage to the device under test (DUT) in the frequency response analysis.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<n>", "type": "integer", "enum": null, "minimum": 1, "maximum": "4", "default": null, "description": "The channel number in NR1 format.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:SOURce:INPut command specifies the analog input channel that is probing the input voltage to the device under test (DUT) in the frequency response analysis.", "return_format": "<source><NL> where <source> ::= CHAN<n>", "return_format_values": null, "examples": [ { "description": "Specify the analog input channel for frequency response analysis", "code": ":FRANalysis:SOURce:INPut CHANnel1" } ], "see_also": null }
true
null
false
:FUNCtion:DISPlay
{ "name": ":FUNCtion:DISPlay", "syntax": ":FUNCtion:DISPlay <display>", "query_syntax": ":FUNCtion:DISPlay?", "parameters": [ { "name": "<display>", "type": "enum", "enum": [ "1", "ON", "0", "OFF" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the display of the function on or off", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:DISPlay command turns the display of the function on or off. When ON is selected, the function performs as specified using the other FUNCtion commands. When OFF is selected, function is neither calculated nor displayed.", "return_format": "<display><NL>\n<display> ::= {1 | 0}", "return_format_values": null, "examples": [ { "description": "Turn the function display on", "code": ":FUNCtion:DISPlay 1" }, { "description": "Turn the function display off", "code": ":FUNCtion:DISPlay 0" } ], "see_also": null }
true
null
false
:FRANalysis:SOURce:OUTPut
{ "name": ":FRANalysis:SOURce:OUTPut", "syntax": ":FRANalysis:SOURce:OUTPut <source>", "query_syntax": ":FRANalysis:SOURce:OUTPut?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>" ], "minimum": null, "maximum": null, "default": null, "description": "The analog input channel that is probing the output voltage from the device under test (DUT) in the frequency response analysis.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:SOURce:OUTPut command specifies the analog input channel that is probing the output voltage from the device under test (DUT) in the frequency response analysis.", "return_format": "<source><NL>\n<source> ::= CHAN<n>", "return_format_values": null, "examples": [ { "description": "Set the output source channel to Channel 1", "code": ":FRANalysis:SOURce:OUTPut CHAN1" }, { "description": "Query the current output source channel", "code": ":FRANalysis:SOURce:OUTPut?" } ], "see_also": null }
true
null
false
:FRANalysis:FREQuency:STARt
{ "name": ":FRANalysis:FREQuency:STARt", "syntax": ":FRANalysis:FREQuency:STARt <value>[suffix]", "query_syntax": ":FRANalysis:FREQuency:STARt?", "parameters": [ { "name": "value", "type": "numeric", "enum": null, "minimum": 10, "maximum": "19990000", "default": null, "description": "The frequency sweep start value. The range is between 10 Hz and 19.99 MHz with a resolution of 0.1 Hz.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "Hz", "kHz", "MHz" ], "minimum": null, "maximum": null, "default": "Hz", "description": "The unit for the frequency value.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:FREQuency:STARt command sets the frequency sweep start value.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Set the frequency sweep start value to 1 kHz", "code": ":FRANalysis:FREQuency:STARt 1 kHz" }, { "description": "Query the frequency sweep start value", "code": ":FRANalysis:FREQuency:STARt?" } ], "see_also": null }
false
{"None is not of type 'string'",["parameters", "0", "default"],"type","string",null,{"string","Default value if parameter is not specified"}}
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
:FUNCtion:GOFT:SOURce1
{ "name": ":FUNCtion:GOFT:SOURce1", "syntax": ":FUNCtion:GOFT:SOURce1 <source>", "query_syntax": ":FUNCtion:GOFT:SOURce1?", "parameters": [ { "name": "source", "type": "enum", "enum": [ "CHANnel<n>" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the first source channel for the G of T math function", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Specifies the first source channel for the G of T math function", "return_format": "<source>", "return_format_values": null, "examples": null, "see_also": null }
true
null
false
:FUNCtion:FREQuency:LOWPass
{ "name": ":FUNCtion:FREQuency:LOWPass", "syntax": ":FUNCtion:FREQuency:LOWPass <3dB_freq>", "query_syntax": ":FUNCtion:FREQuency:LOWPass?", "parameters": [ { "name": "<3dB_freq>", "type": "NR3", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "-3dB cutoff frequency value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:FREQuency:LOWPass command sets the low-pass filter's -3 dB cutoff frequency. The low-pass filter is a 4th order Bessel-Thompson filter.", "return_format": "<3dB_freq><NL>", "return_format_values": null, "examples": [ { "description": "Set the low-pass filter's -3dB cutoff frequency", "code": ":FUNCtion:FREQuency:LOWPass <3dB_freq>" }, { "description": "Query the low-pass filter's cutoff frequency", "code": ":FUNCtion:FREQuency:LOWPass?" } ], "see_also": null }
true
null
false
:FUNCtion[:FFT]:SPAN
{ "name": ":FUNCtion[:FFT]:SPAN", "syntax": ":FUNCtion[:FFT]:SPAN <span>", "query_syntax": ":FUNCtion[:FFT]:SPAN?", "parameters": [ { "name": "<span>", "type": "NR3", "enum": null, "minimum": 1, "maximum": "100000000000", "default": null, "description": "The current frequency span in NR3 format. Legal values are 1 Hz to 100 GHz. If you set the frequency span to a value outside of the legal range, the step size is automatically set to the nearest legal value.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion[:FFT]:SPAN command sets the frequency span of the display (left graticule to right graticule) when FFT (Fast Fourier Transform) is selected.", "return_format": "<span><NL>", "return_format_values": null, "examples": [ { "description": "Set the frequency span", "code": ":FUNCtion[:FFT]:SPAN 1000" }, { "description": "Query the current frequency span", "code": ":FUNCtion[:FFT]:SPAN?" } ], "see_also": null }
true
null
false
:FRANalysis:ENABle
{ "name": ":FRANalysis:ENABle", "syntax": ":FRANalysis:ENABle <setting>", "query_syntax": ":FRANalysis:ENABle?", "parameters": [ { "name": "setting", "type": "enum", "enum": [ "0", "OFF", "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the Frequency Response Analysis (FRA) feature on or off", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:ENABle command turns the Frequency Response Analysis (FRA) feature on or off.", "return_format": "<setting><NL>", "return_format_values": null, "examples": [ { "description": "Turn on the Frequency Response Analysis (FRA) feature", "code": ":FRANalysis:ENABle 1" }, { "description": "Turn off the Frequency Response Analysis (FRA) feature", "code": ":FRANalysis:ENABle 0" } ], "see_also": null }
true
null
false
:FRANalysis:FREQuency:MODE
{ "name": ":FRANalysis:FREQuency:MODE", "syntax": ":FRANalysis:FREQuency:MODE <setting>", "query_syntax": ":FRANalysis:FREQuency:MODE?", "parameters": [ { "name": "setting", "type": "enum", "enum": [ "SWEep", "SINGle" ], "minimum": null, "maximum": null, "default": null, "description": "Selects between the normal swept frequency response analysis or analysis at a single frequency", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FRANalysis:FREQuency:MODE command lets you select between the normal swept frequency response analysis or analysis at a single frequency, which can be useful when debugging.", "return_format": "<setting><NL>", "return_format_values": null, "examples": [ { "description": "Set the frequency mode to swept", "code": ":FRANalysis:FREQuency:MODE SWEep" }, { "description": "Set the frequency mode to single", "code": ":FRANalysis:FREQuency:MODE SINGle" } ], "see_also": null }
true
null
false
:FUNCtion:GOFT:OPERation
{ "name": ":FUNCtion:GOFT:OPERation", "syntax": ":FUNCtion:GOFT:OPERation <operation>", "query_syntax": ":FUNCtion:GOFT:OPERation?", "parameters": [ { "name": "<operation>", "type": "string", "enum": [ "ADD", "SUBTract", "MULTiply" ], "minimum": null, "maximum": null, "default": null, "description": "The math operation for the g(t) source that can be used as the input to the FFT function", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:GOFT:OPERation command sets the math operation for the g(t) source that can be used as the input to the FFT function: - ADD - Source1 + source2, - SUBTract - Source1 - source2, - MULTiply - Source1 * source2.", "return_format": "<operation><NL> where <operation> ::= {ADD | SUBT | MULT}", "return_format_values": null, "examples": [ { "description": "Set the g(t) source operation to ADD", "code": ":FUNCtion:GOFT:OPERation ADD" } ], "see_also": null }
true
null
false
:FUNCtion[:FFT]:VTYPe
{ "name": ":FUNCtion[:FFT]:VTYPe", "syntax": ":FUNCtion[:FFT]:VTYPe <units>", "query_syntax": ":FUNCtion[:FFT]:VTYPe?", "parameters": [ { "name": "units", "type": "string", "enum": [ "DECibel", "VRMS" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies FFT vertical units for the FFT (magnitude) operation", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion[:FFT]:VTYPe command specifies FFT vertical units.", "return_format": "<units><NL>", "return_format_values": null, "examples": [ { "description": "Set the FFT vertical units to decibel", "code": ":FUNCtion[:FFT]:VTYPe DECibel" }, { "description": "Set the FFT vertical units to VRMS", "code": ":FUNCtion[:FFT]:VTYPe VRMS" }, { "description": "Query the current FFT vertical units", "code": ":FUNCtion[:FFT]:VTYPe?" } ], "see_also": null }
true
null
false
:FUNCtion[:FFT]:WINDow
{ "name": ":FUNCtion[:FFT]:WINDow", "syntax": ":FUNCtion[:FFT]:WINDow <window>", "query_syntax": ":FUNCtion[:FFT]:WINDow?", "parameters": [ { "name": "<window>", "type": "string", "enum": [ "RECTangular", "HANNing", "FLATtop", "BHARris" ], "minimum": null, "maximum": null, "default": null, "description": "Selects the windowing transform or operation for the FFT (Fast Fourier Transform) function", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion[:FFT]:WINDow command allows the selection of four different windowing transforms or operations for the FFT (Fast Fourier Transform) function. The FFT operation assumes that the time record repeats. Unless an integral number of sampled waveform cycles exist in the record, a discontinuity is created between the end of one record and the beginning of the next. This discontinuity introduces additional frequency components about the peaks into the spectrum. This is referred to as leakage. To minimize leakage, windows that approach zero smoothly at the start and end of the record are employed as filters to the FFTs. Each window is useful for certain classes of input signals.", "return_format": "<window><NL>", "return_format_values": null, "examples": [ { "description": "Select the Hanning window for the FFT function", "code": ":FUNCtion[:FFT]:WINDow HANN" } ], "see_also": null }
true
null
false
:FUNCtion:OFFSet
{ "name": ":FUNCtion:OFFSet", "syntax": ":FUNCtion:OFFSet <offset>", "query_syntax": ":FUNCtion:OFFSet?", "parameters": [ { "name": "offset", "type": "number", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "the value at center screen in NR3 format. The range of legal values is generally +/-10 times the current scale of the selected function, but will vary by function. If you set the offset to a value outside of the legal range, the offset value is automatically set to the nearest legal value.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:OFFSet command sets the voltage or vertical value represented at center screen for the selected function.", "return_format": "<offset><NL> <offset> ::= the value at center screen in NR3 format.", "return_format_values": null, "examples": [ { "description": "Set the offset value", "code": ":FUNCtion:OFFSet <offset>" }, { "description": "Query the current offset value", "code": ":FUNCtion:OFFSet?" } ], "see_also": null }
true
null
false
:FRANalysis:RUN
{ "name": ":FRANalysis:RUN", "syntax": ":FRANalysis:RUN", "query_syntax": "", "parameters": [], "description": "Performs the Frequency Response Analysis. This analysis controls the built-in waveform generator to sweep a sine wave across a range of frequencies while measuring the input to and output from a device under test (DUT). At each frequency, gain (A) and phase are measured and plotted on a Bode frequency response chart.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start the frequency response analysis", "code": ":FRANalysis:RUN" } ], "see_also": null }
true
null
false
:FRANalysis:APPLy
{ "name": ":FRANalysis:APPLy", "syntax": ":FRANalysis:APPLy", "query_syntax": "", "parameters": [], "description": "A valid compatible alias for the :FRANalysis:RUN command.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start the frequency response analysis using the alias", "code": ":FRANalysis:APPLy" } ], "see_also": null }
true
null
false
:FRANalysis:DATA?
{ "name": ":FRANalysis:DATA?", "syntax": ":FRANalysis:DATA?", "query_syntax": ":FRANalysis:DATA?", "parameters": [], "description": "Queries the four comma-separated columns of data for each step in the frequency sweep: Frequency (Hz), Amplitude (Vpp), Gain (dB), and Phase (°).", "return_format": "Comma-separated values", "return_format_values": null, "examples": [ { "description": "Retrieve the frequency response analysis data", "code": ":FRANalysis:DATA?" } ], "see_also": null }
false
Duplicate entry skipped
true
*ESR?
{ "name": "*ESR?", "syntax": "*ESR?", "query_syntax": "*ESR?", "parameters": [], "description": "Queries the Standard Event Status Register to determine when the frequency response analysis is complete (bit 0).", "return_format": "Numeric value representing the standard event status register", "return_format_values": null, "examples": [ { "description": "Check if the frequency response analysis is complete", "code": "*ESR?" } ], "see_also": null }
true
null
false
:FUNCtion:RANGe
{ "name": ":FUNCtion:RANGe", "syntax": ":FUNCtion:RANGe <range>", "query_syntax": ":FUNCtion:RANGe?", "parameters": [ { "name": "range", "type": "NR3", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "the full-scale vertical axis value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:RANGe command defines the full-scale vertical axis for the selected function.", "return_format": "<range><NL>", "return_format_values": null, "examples": [ { "description": "Set the full-scale vertical axis range", "code": ":FUNCtion:RANGe <range>" }, { "description": "Query the current full-scale vertical axis range", "code": ":FUNCtion:RANGe?" } ], "see_also": null }
true
null
false
:FRANalysis:SWEep:POINts
{ "name": ":FRANalysis:SWEep:POINts", "syntax": ":FRANalysis:SWEep:POINts <pts>", "query_syntax": ":FRANalysis:SWEep:POINts?", "parameters": [ { "name": "pts", "type": "number", "enum": null, "minimum": 1, "maximum": "1000", "default": null, "description": "Number of points in the frequency response analysis", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Specifies the total number of points in the frequency response analysis.", "return_format": "<pts><NL>", "return_format_values": null, "examples": [ { "description": "Set the number of points to 500", "code": ":FRANalysis:SWEep:POINts 500" }, { "description": "Query the current number of points", "code": ":FRANalysis:SWEep:POINts?" } ], "see_also": null }
true
null
false
:FRANalysis:TRACe
{ "name": ":FRANalysis:TRACe", "syntax": ":FRANalysis:TRACe <selection>", "query_syntax": ":FRANalysis:TRACe?", "parameters": [ { "name": "selection", "type": "string", "enum": [ "NONE", "ALL", "GAIN", "PHASE", "GAIN,PHASE" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies which data to include in the frequency response analysis results", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Specifies whether to include gain, phase, both gain and phase, or neither in the frequency response analysis results. This command affects the oscilloscope's front panel graphical user interface (plot and table) as well as when saving analysis data.", "return_format": "<selection_list><NL>", "return_format_values": null, "examples": [ { "description": "Include both gain and phase data in the analysis", "code": ":FRANalysis:TRACe GAIN,PHASE" }, { "description": "Query the currently included data types", "code": ":FRANalysis:TRACe?" } ], "see_also": null }
true
null
false
:HARDcopy:NETWork:APPLy
{ "name": ":HARDcopy:NETWork:APPLy", "syntax": ":HARDcopy:NETWork:APPLy", "query_syntax": "", "parameters": [], "description": "The :HARDcopy:NETWork:APPLy command applies the network printer settings and makes the printer connection.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Apply network printer settings and connect to printer", "code": ":HARDcopy:NETWork:APPLy" } ], "see_also": null }
true
null
false
:FUNCtion:REFerence
{ "name": ":FUNCtion:REFerence", "syntax": ":FUNCtion:REFerence <level>", "query_syntax": ":FUNCtion:REFerence?", "parameters": [ { "name": "<level>", "type": "numeric", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The current reference level in NR3 format. The range of legal values is generally +/-10 times the current scale of the selected function, but will vary by function. If you set the reference level to a value outside of the legal range, the level is automatically set to the nearest legal value.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:REFerence command sets the voltage or vertical value represented at center screen for the selected function.", "return_format": "<level><NL>", "return_format_values": null, "examples": [ { "description": "Set the reference level", "code": ":FUNCtion:REFerence <level>" }, { "description": "Query the current reference level", "code": ":FUNCtion:REFerence?" } ], "see_also": null }
true
null
false
:FUNCtion:SCALe
{ "name": ":FUNCtion:SCALe", "syntax": ":FUNCtion:SCALe <scale value>[<suffix>]", "query_syntax": ":FUNCtion:SCALe?", "parameters": [ { "name": "scale value", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The vertical scale or units per division of the selected function", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "suffix", "type": "string", "enum": [ "V", "dB" ], "minimum": null, "maximum": null, "default": null, "description": "The unit of the scale value", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the vertical scale, or units per division, of the selected function. Legal values for the scale depend on the selected function.", "return_format": "<scale value><NL>", "return_format_values": null, "examples": [ { "description": "Set the vertical scale to 5 V/div", "code": ":FUNCtion:SCALe 5V" } ], "see_also": null }
true
null
false
:HARDcopy:AREA
{ "name": ":HARDcopy:AREA", "syntax": ":HARDcopy:AREA <area>", "query_syntax": ":HARDcopy:AREA?", "parameters": [ { "name": "<area>", "type": "string", "enum": [ "SCReen" ], "minimum": null, "maximum": null, "default": null, "description": "The part of the display area to be printed", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:AREA command controls what part of the display area is printed. Currently, the only legal choice is SCReen.", "return_format": "<area><NL>", "return_format_values": null, "examples": [ { "description": "Set the display area to be printed", "code": ":HARDcopy:AREA SCReen" }, { "description": "Query the selected display area", "code": ":HARDcopy:AREA?" } ], "see_also": null }
true
null
false
:LISTer:DATA?
{ "name": ":LISTer:DATA?", "syntax": ":LISTer:DATA?", "query_syntax": ":LISTer:DATA?", "parameters": [], "description": "The :LISTer:DATA? query returns the lister data.", "return_format": "<binary block><NL> <binary_block> ::= comma-separated data with newlines at the end of each row", "return_format_values": null, "examples": [ { "description": "Return the lister data", "code": ":LISTer:DATA?" } ], "see_also": null }
true
null
false
:HARDcopy:APRinter
{ "name": ":HARDcopy:APRinter", "syntax": ":HARDcopy:APRinter <active_printer>", "query_syntax": ":HARDcopy:APRinter?", "parameters": [ { "name": "<active_printer>", "type": "string", "enum": [ "<index>", "<name>" ], "minimum": null, "maximum": null, "default": null, "description": "Sets the active printer", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<index>", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Index of printer in list", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<name>", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Name of printer in list", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:APRinter command sets the active printer.", "return_format": "<name><NL>\n<name> ::= name of printer in list", "return_format_values": null, "examples": [ { "description": "Set the active printer", "code": ":HARDcopy:APRinter <active_printer>" }, { "description": "Query the active printer", "code": ":HARDcopy:APRinter?" } ], "see_also": null }
true
null
false
:HARDcopy:FFEed
{ "name": ":HARDcopy:FFEed", "syntax": ":HARDcopy:FFEed <ffeed>", "query_syntax": ":HARDcopy:FFEed?", "parameters": [ { "name": "ffeed", "type": "string", "enum": [ "OFF", "0", "ON", "1" ], "minimum": null, "maximum": null, "default": null, "description": "Controls whether a formfeed is output between the screen image and factors of a hardcopy dump", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The HARDcopy:FFEed command controls whether a formfeed is output between the screen image and factors of a hardcopy dump.", "return_format": "<ffeed><NL>\n<ffeed> ::= {0 | 1}", "return_format_values": null, "examples": [ { "description": "Query whether a formfeed is output at the end of the hardcopy dump", "code": ":HARDcopy:FFEed?" }, { "description": "Disable formfeed output between the screen image and hardcopy factors", "code": ":HARDcopy:FFEed OFF" } ], "see_also": null }
true
null
false
:HARDcopy:PRINter:LIST?
{ "name": ":HARDcopy:PRINter:LIST?", "syntax": ":HARDcopy:PRINter:LIST?", "query_syntax": ":HARDcopy:PRINter:LIST?", "parameters": [], "description": "The :HARDcopy:PRINter:LIST? query returns a list of available printers. The list can be empty.", "return_format": "<list><NL> <list> ::= [<printer_spec>] ... [printer_spec>] <printer_spec> ::= \"<index>,<active>,<name>;\" <index> ::= integer index of printer <active> ::= {Y | N} <name> ::= name of printer (for example \"DESKJET 950C\")", "return_format_values": null, "examples": [ { "description": "Query the list of available printers", "code": ":HARDcopy:PRINter:LIST?" } ], "see_also": null }
true
null
false
:FUNCtion:SOURce1
{ "name": ":FUNCtion:SOURce1", "syntax": ":FUNCtion:SOURce1 <value>", "query_syntax": ":FUNCtion:SOURce1?", "parameters": [ { "name": "<value>", "type": "string", "enum": [ "CHANnel<n>", "GOFT" ], "minimum": null, "maximum": null, "default": null, "description": "Specifies the source for channel math operations or the single source for the transforms. The GOFT parameter is only available for the FFT function.", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<n>", "type": "integer", "enum": null, "minimum": 1, "maximum": "2", "default": null, "description": "Channel number in NR1 format.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:SOURce1 command is used for any :FUNCtion:OPERation selection (including the ADD, SUBTract, or MULTiply channel math operations and the FFT transform). This command selects the first source for channel math operations or the single source for the transforms.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Specify the source for channel math operations or FFT transform.", "code": ":FUNCtion:SOURce1 CHANnel1" } ], "see_also": null }
true
null
false
:FUNCtion:GOFT:SOURce2
{ "name": ":FUNCtion:GOFT:SOURce2", "syntax": ":FUNCtion:GOFT:SOURce2 <value>", "query_syntax": ":FUNCtion:GOFT:SOURce2?", "parameters": [ { "name": "<value>", "type": "NR1", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The second input channel for the g(t) source that can be used as the input to the FFT function. The value represents the channel number from 1 to the number of analog channels.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:GOFT:SOURce2 command selects the second input channel for the g(t) source that can be used as the input to the FFT function.", "return_format": "<value><NL>\n<value> ::= CHAN<n>\n<n> ::= 1 to (# analog channels) in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the second g(t) source to channel 2", "code": ":FUNCtion:GOFT:SOURce2 CHAN2" } ], "see_also": null }
true
null
false
:HARDcopy:FACTors
{ "name": ":HARDcopy:FACTors", "syntax": ":HARDcopy:FACTors <factors>", "query_syntax": ":HARDcopy:FACTors?", "parameters": [ { "name": "<factors>", "type": "enum", "enum": [ "OFF", "0", "ON", "1" ], "minimum": null, "maximum": null, "default": null, "description": "Controls whether the scale factors are output on the hardcopy dump.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The HARDcopy:FACTors command controls whether the scale factors are output on the hardcopy dump.", "return_format": "<factors><NL>", "return_format_values": null, "examples": [ { "description": "Turn on scale factors output on hardcopy", "code": ":HARDcopy:FACTors ON" }, { "description": "Turn off scale factors output on hardcopy", "code": ":HARDcopy:FACTors OFF" } ], "see_also": null }
true
null
false
:HARDcopy:NETWork:SLOT
{ "name": ":HARDcopy:NETWork:SLOT", "syntax": ":HARDcopy:NETWork:SLOT <slot>", "query_syntax": ":HARDcopy:NETWork:SLOT?", "parameters": [ { "name": "<slot>", "type": "string", "enum": [ "NET0", "NET1" ], "minimum": null, "maximum": null, "default": null, "description": "The network printer slot used for the address and apply commands.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:NETWork:SLOT command selects the network printer slot used for the address and apply commands. There are two network printer slots to choose from.", "return_format": "<slot><NL>\n<slot> ::= {NET0 | NET1}", "return_format_values": null, "examples": [ { "description": "Select the network printer slot", "code": ":HARDcopy:NETWork:SLOT NET0" }, { "description": "Query the currently selected network printer slot", "code": ":HARDcopy:NETWork:SLOT?" } ], "see_also": null }
true
null
false
:HARDcopy:INKSaver
{ "name": ":HARDcopy:INKSaver", "syntax": ":HARDcopy:INKSaver <value>", "query_syntax": ":HARDcopy:INKSaver?", "parameters": [ { "name": "value", "type": "enum", "enum": [ "OFF", "0", "ON", "1" ], "minimum": null, "maximum": null, "default": null, "description": "Controls whether the graticule colors are inverted or not", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The HARDcopy:INKSaver command controls whether the graticule colors are inverted or not.", "return_format": "<value><NL>", "return_format_values": { "value": { "type": "enum", "enum": [ "0", "1" ] } }, "examples": [ { "description": "Set graticule colors to be inverted", "code": ":HARDcopy:INKSaver ON" }, { "description": "Query graticule color inversion status", "code": ":HARDcopy:INKSaver?" } ], "see_also": [ "Introduction to :HARDcopy Commands on page 324", ":HARDcopy:STARt on page 336", ":HARDcopy:FACTors on page 327", ":HARDcopy:FFEed on page 328", ":HARDcopy:LAYout on page 330", ":HARDcopy:PALette on page 334" ] }
true
null
false
:LISTer:DISPlay
{ "name": ":LISTer:DISPlay", "syntax": ":LISTer:DISPlay <value>", "query_syntax": ":LISTer:DISPlay?", "parameters": [ { "name": "value", "type": "enum", "enum": [ "OFF", "0", "SBUS1", "ON", "1" ], "minimum": null, "maximum": null, "default": null, "description": "Turns the serial bus Lister display on or off. \"ON\" or \"1\" is the same as \"SBUS1\". Serial bus decode must be on before it can be displayed in the Lister.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :LISTer:DISPlay command turns the serial bus Lister display on or off.", "return_format": "<value><NL>\n<value> ::= {OFF | SBUS1}", "return_format_values": null, "examples": [ { "description": "Turn on the serial bus Lister display", "code": ":LISTer:DISPlay SBUS1" }, { "description": "Turn off the serial bus Lister display", "code": ":LISTer:DISPlay OFF" } ], "see_also": null }
true
null
false
:DVM:ARANge
{ "name": ":DVM:ARANge", "syntax": ":DVM:ARANge {{0 | OFF} | {1 | ON}}", "query_syntax": ":DVM:ARANge?", "parameters": [ { "name": "RANGE", "type": "enum", "enum": [ "0", "OFF", "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Selects the DVM range", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the DVM range to automatic or manual", "return_format": "{0 | 1}", "return_format_values": null, "examples": [ { "description": "Set DVM range to automatic", "code": ":DVM:ARANge 0" }, { "description": "Set DVM range to manual", "code": ":DVM:ARANge 1" } ], "see_also": null }
false
Duplicate entry skipped
true
:DVM:CURRent
{ "name": ":DVM:CURRent", "syntax": "", "query_syntax": ":DVM:CURRent?", "parameters": [], "description": "Returns the current DVM measurement", "return_format": "<dvm_value>::=floating-point number in NR3 format", "return_format_values": null, "examples": [ { "description": "Query the current DVM measurement", "code": ":DVM:CURRent?" } ], "see_also": null }
true
null
false
:DVM:ENABle
{ "name": ":DVM:ENABle", "syntax": ":DVM:ENABle {{0 | OFF} | {1 | ON}}", "query_syntax": ":DVM:ENABle?", "parameters": [ { "name": "ENABLE", "type": "enum", "enum": [ "0", "OFF", "1", "ON" ], "minimum": null, "maximum": null, "default": null, "description": "Enables or disables the DVM", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Enables or disables the DVM", "return_format": "{0 | 1}", "return_format_values": null, "examples": [ { "description": "Enable the DVM", "code": ":DVM:ENABle 1" }, { "description": "Disable the DVM", "code": ":DVM:ENABle 0" } ], "see_also": null }
false
Duplicate entry skipped
true
:DVM:FREQuency
{ "name": ":DVM:FREQuency", "syntax": "", "query_syntax": ":DVM:FREQuency?", "parameters": [], "description": "Returns the current DVM frequency measurement", "return_format": "<freq_value>::=floating-point number in NR3 format", "return_format_values": null, "examples": [ { "description": "Query the current DVM frequency measurement", "code": ":DVM:FREQuency?" } ], "see_also": null }
true
null
false
:DVM:MODE
{ "name": ":DVM:MODE", "syntax": ":DVM:MODE <mode>", "query_syntax": ":DVM:MODE?", "parameters": [ { "name": "MODE", "type": "enum", "enum": [ "ACRMs", "DC", "DCRMs", "FREQuency" ], "minimum": null, "maximum": null, "default": null, "description": "Sets the DVM measurement mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the DVM measurement mode", "return_format": "<dvm_mode>::={ACRMs | DC | DCRMs | FREQuency}", "return_format_values": null, "examples": [ { "description": "Set the DVM mode to AC RMS", "code": ":DVM:MODE ACRMs" }, { "description": "Set the DVM mode to DC", "code": ":DVM:MODE DC" }, { "description": "Set the DVM mode to DC RMS", "code": ":DVM:MODE DCRMs" }, { "description": "Set the DVM mode to frequency", "code": ":DVM:MODE FREQuency" } ], "see_also": null }
false
Duplicate entry skipped
true
:DVM:SOURce
{ "name": ":DVM:SOURce", "syntax": ":DVM:SOURce <source>", "query_syntax": ":DVM:SOURce?", "parameters": [ { "name": "SOURCE", "type": "enum", "enum": [ "CHANnel<n>" ], "minimum": 1, "maximum": "4", "default": "1", "description": "Specifies the source channel for the DVM measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Specifies the source channel for the DVM measurement", "return_format": "<source>::={CHANnel<n>} <n>::=1 to (# analog channels) in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the DVM source to Channel 1", "code": ":DVM:SOURce CHANnel1" } ], "see_also": null }
true
null
false
:MARKer:XDELta?
{ "name": ":MARKer:XDELta?", "syntax": ":MARKer:XDELta?", "query_syntax": ":MARKer:XDELta?", "parameters": [], "description": "The MARKer:XDELta? query returns the value difference between the current X1 and X2 cursor positions. Xdelta = (Value at X2 cursor) - (Value at X1 cursor) X cursor units are set by the :MARKer:XUNits command.", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Query the difference between the X1 and X2 cursor positions", "code": ":MARKer:XDELta?" } ], "see_also": null }
true
null
false
:MEASure:ALL
{ "name": ":MEASure:ALL", "syntax": ":MEASure:ALL", "query_syntax": "", "parameters": [], "description": "This command installs a Snapshot All measurement on the screen.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Install a Snapshot All measurement on the screen", "code": ":MEASure:ALL" } ], "see_also": null }
true
null
false
:HARDcopy:PALette
{ "name": ":HARDcopy:PALette", "syntax": ":HARDcopy:PALette <palette>", "query_syntax": ":HARDcopy:PALette?", "parameters": [ { "name": "<palette>", "type": "string", "enum": [ "COLor", "GRAYscale", "NONE" ], "minimum": null, "maximum": null, "default": null, "description": "The hardcopy palette color", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:PALette command sets the hardcopy palette color. The oscilloscope's print driver cannot print color images to color laser printers, so the COLor option is not available when connected to laser printers.", "return_format": "<palette><NL>", "return_format_values": null, "examples": [ { "description": "Set the hardcopy palette color to grayscale", "code": ":HARDcopy:PALette GRAYscale" } ], "see_also": null }
true
null
false
:MARKer:XUNits:USE
{ "name": ":MARKer:XUNits:USE", "syntax": ":MARKer:XUNits:USE", "query_syntax": "", "parameters": [], "description": "When DEGRees is selected for :MARKer:XUNits, the :MARKer:XUNits:USE command sets the current X1 location as 0 degrees and the current X2 location as 360 degrees. When PERCent is selected for :MARKer:XUNits, the :MARKer:XUNits:USE command sets the current X1 location as 0 percent and the current X2 location as 100 percent.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Set the current X1 location as 0 degrees and X2 location as 360 degrees", "code": ":MARKer:XUNits:USE" } ], "see_also": null }
true
null
false
:MEASure:CLEar
{ "name": ":MEASure:CLEar", "syntax": ":MEASure:CLEar", "query_syntax": "", "parameters": [], "description": "This command clears all selected measurements and markers from the screen.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Clears all selected measurements and markers from the screen", "code": ":MEASure:CLEar" } ], "see_also": null }
true
null
false
:MARKer:X1Position
{ "name": ":MARKer:X1Position", "syntax": ":MARKer:X1Position <position> [suffix]", "query_syntax": ":MARKer:X1Position?", "parameters": [ { "name": "<position>", "type": "NR3 format", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "X1 cursor position", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<suffix>", "type": "string", "enum": [ "s", "ms", "us", "ns", "ps", "Hz", "kHz", "MHz" ], "minimum": null, "maximum": null, "default": null, "description": "Units for the cursor position", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the X1 cursor position to the specified value. If the front-panel cursors are off, the marker position values are not defined and an error is generated. Make sure to set :MARKer:MODE to MANual or WAVeform to put the cursors in the front-panel Normal mode.", "return_format": "<position><NL>", "return_format_values": null, "examples": [ { "description": "Set the X1 cursor position", "code": ":MARKer:X1Position 10.0 ms" } ], "see_also": null }
true
null
false
:MARKer:YDELta?
{ "name": ":MARKer:YDELta?", "syntax": ":MARKer:YDELta?", "query_syntax": ":MARKer:YDELta?", "parameters": [], "description": "The :MARKer:YDELta? query returns the value difference between the current Y1 and Y2 cursor positions. Ydelta = (Value at Y2 cursor) - (Value at Y1 cursor)", "return_format": "<value><NL>", "return_format_values": null, "examples": [ { "description": "Query the difference between the Y1 and Y2 cursor positions", "code": ":MARKer:YDELta?" } ], "see_also": null }
true
null
false
:HARDcopy:LAYout
{ "name": ":HARDcopy:LAYout", "syntax": ":HARDcopy:LAYout <layout>", "query_syntax": ":HARDcopy:LAYout?", "parameters": [ { "name": "layout", "type": "string", "enum": [ "LANDscape", "PORTrait" ], "minimum": null, "maximum": null, "default": null, "description": "The hardcopy layout mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:LAYout command sets the hardcopy layout mode.", "return_format": "<layout><NL>\n<layout> ::= {LAND | PORT}", "return_format_values": null, "examples": [ { "description": "Set the hardcopy layout mode to landscape", "code": ":HARDcopy:LAYout LANDscape" } ], "see_also": null }
true
null
false
:HARDcopy:NETWork:ADDRess
{ "name": ":HARDcopy:NETWork:ADDRess", "syntax": ":HARDcopy:NETWork:ADDRess <address>", "query_syntax": ":HARDcopy:NETWork:ADDRess?", "parameters": [ { "name": "address", "type": "string", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "The address for a network printer slot. The address can be the IP address of a network-enabled printer (with an optional non-standard port number) or the IP address of a print server followed by the path to the printer.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :HARDcopy:NETWork:ADDRess command sets the address for a network printer slot. To apply the entered address, use the :HARDcopy:NETWork:APPLy command.", "return_format": "<address><NL>\n<address> ::= quoted ASCII string", "return_format_values": null, "examples": [ { "description": "Set the address for the network printer slot", "code": ":HARDcopy:NETWork:ADDRess \"192.168.1.100\"" } ], "see_also": null }
true
null
false
:ABUS:MASK
{ "name": ":ABUS:MASK", "syntax": ":ABUS:MASK <mask>", "query_syntax": ":ABUS:MASK?", "parameters": [ { "name": "<mask>", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "32-bit integer in decimal, hexadecimal, or binary format", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Defines the bits included and excluded in the selected bus according to the mask. Set a mask bit to a \"1\" to include that bit in the selected bus, and set a mask bit to a \"0\" to exclude it.", "return_format": "<mask><NL> in decimal format", "return_format_values": null, "examples": [ { "description": "Set the mask for the selected bus", "code": ":ABUS:MASK #H0F0F0F0F" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:COMPlete
{ "name": ":ACQuire:COMPlete", "syntax": ":ACQuire:COMPlete <complete>", "query_syntax": ":ACQuire:COMPlete?", "parameters": [ { "name": "<complete>", "type": "integer", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "Percentage of total samples to acquire before triggering is completed", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the percentage of total samples to acquire before triggering is considered complete.", "return_format": "<complete> in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the acquisition complete percentage to 100%", "code": ":ACQuire:COMPlete 100" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:COUNt
{ "name": ":ACQuire:COUNt", "syntax": ":ACQuire:COUNt <count>", "query_syntax": ":ACQuire:COUNt?", "parameters": [ { "name": "<count>", "type": "integer", "enum": null, "minimum": 2, "maximum": "65536", "default": null, "description": "The number of averages to be acquired", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the number of averages to be acquired in Average acquisition mode.", "return_format": "<count> in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the acquisition count to 16", "code": ":ACQuire:COUNt 16" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:MODE
{ "name": ":ACQuire:MODE", "syntax": ":ACQuire:MODE <mode>", "query_syntax": ":ACQuire:MODE?", "parameters": [ { "name": "<mode>", "type": "string", "enum": [ "RTIMe", "SEGMented" ], "minimum": null, "maximum": null, "default": null, "description": "The acquisition mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the acquisition mode to real-time or segmented.", "return_format": "<mode>", "return_format_values": null, "examples": [ { "description": "Set the acquisition mode to segmented", "code": ":ACQuire:MODE SEGMented" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:POINts?
{ "name": ":ACQuire:POINts?", "syntax": ":ACQuire:POINts?", "query_syntax": "", "parameters": [], "description": "Queries the number of data points that will be acquired for the next acquisition.", "return_format": "<# points> in NR1 format", "return_format_values": null, "examples": [ { "description": "Query the number of acquisition points", "code": ":ACQuire:POINts?" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:SEGMented:ANALyze
{ "name": ":ACQuire:SEGMented:ANALyze", "syntax": ":ACQuire:SEGMented:ANALyze", "query_syntax": "", "parameters": [], "description": "Analyzes the acquired segmented waveform data.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Analyze the acquired segmented waveform data", "code": ":ACQuire:SEGMented:ANALyze" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:SEGMented:COUNt
{ "name": ":ACQuire:SEGMented:COUNt", "syntax": ":ACQuire:SEGMented:COUNt <count>", "query_syntax": ":ACQuire:SEGMented:COUNt?", "parameters": [ { "name": "<count>", "type": "integer", "enum": null, "minimum": 2, "maximum": "500", "default": null, "description": "The number of segments to acquire", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the number of segments to be acquired in Segmented acquisition mode.", "return_format": "<count> in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the number of segments to acquire to 100", "code": ":ACQuire:SEGMented:COUNt 100" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:SEGMented:INDex
{ "name": ":ACQuire:SEGMented:INDex", "syntax": ":ACQuire:SEGMented:INDex <index>", "query_syntax": ":ACQuire:SEGMented:INDex?", "parameters": [ { "name": "<index>", "type": "integer", "enum": null, "minimum": 1, "maximum": "500", "default": null, "description": "The segment index to be displayed", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the segment index to be displayed in Segmented acquisition mode.", "return_format": "<index> in NR1 format", "return_format_values": null, "examples": [ { "description": "Set the displayed segment index to 25", "code": ":ACQuire:SEGMented:INDex 25" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:SRATe?
{ "name": ":ACQuire:SRATe?", "syntax": ":ACQuire:SRATe?", "query_syntax": "", "parameters": [], "description": "Queries the sample rate of the last acquisition.", "return_format": "<sample_rate> in NR3 format", "return_format_values": null, "examples": [ { "description": "Query the sample rate of the last acquisition", "code": ":ACQuire:SRATe?" } ], "see_also": null }
false
Duplicate entry skipped
true
:ACQuire:TYPE
{ "name": ":ACQuire:TYPE", "syntax": ":ACQuire:TYPE <type>", "query_syntax": ":ACQuire:TYPE?", "parameters": [ { "name": "<type>", "type": "string", "enum": [ "NORMal", "AVERage", "HRESolution", "PEAK" ], "minimum": null, "maximum": null, "default": null, "description": "The acquisition type", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the acquisition type to normal, average, high resolution, or peak detect.", "return_format": "<type>", "return_format_values": null, "examples": [ { "description": "Set the acquisition type to average", "code": ":ACQuire:TYPE AVERage" } ], "see_also": null }
false
Duplicate entry skipped
true
:MARKer:X2Position
{ "name": ":MARKer:X2Position", "syntax": ":MARKer:X2Position <position> [suffix]", "query_syntax": ":MARKer:X2Position?", "parameters": [ { "name": "<position>", "type": "NR3", "enum": null, "minimum": null, "maximum": null, "default": null, "description": "X2 cursor position", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<suffix>", "type": "string", "enum": [ "s", "ms", "us", "ns", "ps", "Hz", "kHz", "MHz" ], "minimum": null, "maximum": null, "default": null, "description": "Unit for the position", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the X2 cursor position to the specified value. X cursor units are set by the :MARKer:XUNits command.", "return_format": "<position><NL>", "return_format_values": null, "examples": [ { "description": "Set the X2 cursor position to 10 ms", "code": ":MARKer:X2Position 10 ms" } ], "see_also": null }
true
null
false
:MARKer:MODE
{ "name": ":MARKer:MODE", "syntax": ":MARKer:MODE <mode>", "query_syntax": ":MARKer:MODE?", "parameters": [ { "name": "<mode>", "type": "string", "enum": [ "OFF", "MEASurement", "MANual", "WAVeform" ], "minimum": null, "maximum": null, "default": null, "description": "Sets the cursors mode", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MARKer:MODE command sets the cursors mode:\n- OFF - removes the cursor information from the display.\n- MANual - enables manual placement of the X and Y cursors. If the front-panel cursors are off, or are set to the front-panel Hex or Binary mode, setting :MARKer:MODE MANual will put the cursors in the front-panel Normal mode.\n- MEASurement - cursors track the most recent measurement. Setting the mode to MEASurement sets the marker sources (:MARKer:X1Y1source and :MARKer:X2Y2source) to the measurement source (:MEASure:SOURce). Setting the measurement source remotely always sets the marker sources.\n- WAVeform - the Y1 cursor tracks the voltage value at the X1 cursor of the waveform specified by the X1Y1source, and the Y2 cursor does the same for the X2 cursor and its X2Y2source.", "return_format": "<mode><NL> <mode> ::= {OFF | MEAS | MAN | WAV}", "return_format_values": null, "examples": [ { "description": "Set the cursors mode to manual", "code": ":MARKer:MODE MANual" } ], "see_also": null }
true
null
false
:MARKer:YUNits
{ "name": ":MARKer:YUNits", "syntax": ":MARKer:YUNits <units>", "query_syntax": ":MARKer:YUNits?", "parameters": [ { "name": "<units>", "type": "string", "enum": [ "BASE", "PERCent" ], "minimum": null, "maximum": null, "default": null, "description": "The Y cursors units to set. BASE for making measurements in the units associated with the cursors source, PERCent for making ratio measurements.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MARKer:YUNits command sets the Y cursors units. Changing Y units affects the input and output values of the :MARKer:Y1Position, :MARKer:Y2Position, and :MARKer:YDELta commands/queries.", "return_format": "<units><NL> where <units> is {BASE | PERC}", "return_format_values": null, "examples": [ { "description": "Set Y cursors units to percent", "code": ":MARKer:YUNits PERCent" } ], "see_also": null }
true
null
false
:MARKer:X1Y1source
{ "name": ":MARKer:X1Y1source", "syntax": ":MARKer:X1Y1source <source>", "query_syntax": ":MARKer:X1Y1source?", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "FFT", "WMEMory<r>", "EXTernal" ], "minimum": null, "maximum": null, "default": null, "description": "Sets the source for the X1 and Y1 cursors.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Set and query the source for the X1 and Y1 cursors.", "return_format": "<return_value> where <return_value> ::= <source>", "return_format_values": null, "examples": [], "see_also": null }
true
null
false
:MARKer:XUNits
{ "name": ":MARKer:XUNits", "syntax": ":MARKer:XUNits <units>", "query_syntax": ":MARKer:XUNits?", "parameters": [ { "name": "<units>", "type": "string", "enum": [ "SEConds", "HERTz", "DEGRees", "PERCent" ], "minimum": null, "maximum": null, "default": null, "description": "The X cursors units", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :MARKer:XUNits command sets the X cursors units: - SEConds - for making time measurements. - HERTz - for making frequency measurements. - DEGRees - for making phase measurements. Use the :MARKer:XUNits:USE command to set the current X1 location as 0 degrees and the current X2 location as 360 degrees. - PERCent - for making ratio measurements. Use the :MARKer:XUNits:USE command to set the current X1 location as 0 percent and the current X2 location as 100 percent. Changing X units affects the input and output values of the :MARKer:X1Position, :MARKer:X2Position, and :MARKer:XDELta commands/queries.", "return_format": "<units><NL> <units> ::= {SEC | HERT | DEGR | PERC}", "return_format_values": null, "examples": [ { "description": "Set the X cursors units to Seconds", "code": ":MARKer:XUNits SEConds" } ], "see_also": null }
true
null
false
:MEASure:DUTYcycle
{ "name": ":MEASure:DUTYcycle", "syntax": ":MEASure:DUTYcycle [<source>]", "query_syntax": ":MEASure:DUTYcycle? [<source>]", "parameters": [ { "name": "source", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "WMEMory<r>", "EXTernal" ], "minimum": null, "maximum": null, "default": null, "description": "The source for the duty cycle measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Installs a screen measurement and starts a duty cycle measurement on the current :MEASure:SOURce. If the optional source parameter is specified, the current source is modified.", "return_format": "<value><NL> <value> ::= ratio of positive pulse width to period in NR3 format", "return_format_values": null, "examples": [ { "description": "Start duty cycle measurement", "code": ":MEASure:DUTYcycle" } ], "see_also": null }
true
null
false
:MARKer:YUNits:USE
{ "name": ":MARKer:YUNits:USE", "syntax": ":MARKer:YUNits:USE", "query_syntax": "", "parameters": [], "description": "When PERCent is selected for :MARKer:YUNits, the :MARKer:YUNits:USE command sets the current Y1 location as 0 percent and the current Y2 location as 100 percent. Once the 0 and 100 percent locations are set, inputs to and outputs from the :MARKer:Y1Position, :MARKer:Y2Position, and :MARKer:YDELta commands/queries are relative to the set locations.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Set the current Y1 location as 0 percent and the current Y2 location as 100 percent", "code": ":MARKer:YUNits:USE" } ], "see_also": null }
true
null
false
:HARDcopy:STARt
{ "name": ":HARDcopy:STARt", "syntax": ":HARDcopy:STARt", "query_syntax": "", "parameters": [], "description": "Starts a print job.", "return_format": "", "return_format_values": null, "examples": [ { "description": "Start a print job", "code": ":HARDcopy:STARt" } ], "see_also": null }
true
null
false
:LISTer:DATA?
{ "name": ":LISTer:DATA?", "syntax": ":LISTer:DATA?", "query_syntax": ":LISTer:DATA?", "parameters": [], "description": "Returns the data from the Lister display.", "return_format": "<binary_block> ::= comma-separated data with newlines at the end of each row", "return_format_values": null, "examples": [ { "description": "Get the data from the Lister display", "code": ":LISTer:DATA?" } ], "see_also": null }
false
Duplicate entry skipped
true
:LISTer:DISPlay
{ "name": ":LISTer:DISPlay", "syntax": ":LISTer:DISPlay {{OFF | 0} | {SBUS1 | ON | 1}}", "query_syntax": ":LISTer:DISPlay?", "parameters": [], "description": "Turns on/off the serial decode Lister display.", "return_format": "{OFF | SBUS1}", "return_format_values": null, "examples": [ { "description": "Turn on the Lister display", "code": ":LISTer:DISPlay SBUS1" }, { "description": "Turn off the Lister display", "code": ":LISTer:DISPlay OFF" } ], "see_also": null }
false
Duplicate entry skipped
true
:LISTer:REFerence
{ "name": ":LISTer:REFerence", "syntax": ":LISTer:REFerence <time_ref>", "query_syntax": ":LISTer:REFerence?", "parameters": [ { "name": "<time_ref>", "type": "string", "enum": [ "TRIGger", "PREVious" ], "minimum": null, "maximum": null, "default": null, "description": "Sets the reference for the time values in the Lister display.", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Sets the reference for the time values in the Lister display.", "return_format": "<time_ref> ::= {TRIGger | PREVious}", "return_format_values": null, "examples": [ { "description": "Set the time reference to the trigger", "code": ":LISTer:REFerence TRIGger" }, { "description": "Set the time reference to the previous event", "code": ":LISTer:REFerence PREVious" } ], "see_also": null }
true
null
false
:MEASure:FALLtime
{ "name": ":MEASure:FALLtime", "syntax": ":MEASure:FALLtime [<source>]", "query_syntax": ":MEASure:FALLtime? [<source>]", "parameters": [ { "name": "source", "type": "string", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "WMEMory<r>" ], "minimum": null, "maximum": null, "default": null, "description": "The source for the fall-time measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Installs a screen measurement and starts a fall-time measurement. For highest measurement accuracy, set the sweep speed as fast as possible, while leaving the falling edge of the waveform on the display.", "return_format": "<value><NL> <value> ::= time in seconds between the lower threshold and upper threshold in NR3 format", "return_format_values": null, "examples": [ { "description": "Measure the fall time of the displayed falling edge", "code": ":MEASure:FALLtime" } ], "see_also": null }
true
null
false
:MEASure:DELay
{ "name": ":MEASure:DELay", "syntax": ":MEASure:DELay [<source1>][,<source2>]", "query_syntax": ":MEASure:DELay? [<source1>][,<source2>]", "parameters": [ { "name": "<source1>", "type": "enum", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "WMEMory<r>" ], "minimum": null, "maximum": null, "default": null, "description": "Source 1 for delay measurement", "unit": null, "suffix": { "enum": null }, "format": null }, { "name": "<source2>", "type": "enum", "enum": [ "CHANnel<n>", "FUNCtion", "MATH", "WMEMory<r>" ], "minimum": null, "maximum": null, "default": null, "description": "Source 2 for delay measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Starts a delay measurement between source1 and source2. The measurement is taken as: delay = t(edge spec 2) - t(edge spec 1) where the edge specifications are set by the :MEASure:DEFine command.", "return_format": "<value><NL> where <value> is the delay time in seconds in NR3 format.", "return_format_values": null, "examples": [ { "description": "Start a delay measurement between channel 1 and channel 2", "code": ":MEASure:DELay CHAN1,CHAN2" } ], "see_also": null }
true
null
false
:MEASure:COUNter
{ "name": ":MEASure:COUNter", "syntax": ":MEASure:COUNter [<source>]", "query_syntax": ":MEASure:COUNter? [<source>]", "parameters": [ { "name": "<source>", "type": "string", "enum": [ "CHANnel<n>", "EXTernal" ], "minimum": null, "maximum": null, "default": null, "description": "The source for the counter measurement", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "Installs a screen measurement and starts a counter measurement. If the optional source parameter is specified, the current source is modified. Any channel except Math may be selected for the source. The counter measurement counts trigger level crossings at the selected trigger slope and displays the results in Hz. The gate time for the measurement is automatically adjusted to be 100 ms or twice the current time window, whichever is longer, up to 1 second. The counter measurement can measure frequencies up to 125 MHz. The minimum frequency supported is 1/(2 X gate time). The Y cursor shows the edge threshold level used in the measurement. Only one counter measurement may be displayed at a time.", "return_format": "<source><NL> <source> ::= count in Hertz in NR3 format", "return_format_values": null, "examples": [ { "description": "Start a counter measurement on the specified channel", "code": ":MEASure:COUNter CHANnel1" }, { "description": "Query the counter frequency of the specified source", "code": ":MEASure:COUNter? CHANnel1" } ], "see_also": null }
true
null
false
:FUNCtion:OPERation
{ "name": ":FUNCtion:OPERation", "syntax": ":FUNCtion:OPERation <operation>", "query_syntax": ":FUNCtion:OPERation?", "parameters": [ { "name": "<operation>", "type": "string", "enum": [ "ADD", "SUBTract", "MULTiply", "DIVide", "FFT", "FFTPhase", "LOWPass" ], "minimum": null, "maximum": null, "default": null, "description": "Selects the desired waveform math operation", "unit": null, "suffix": { "enum": null }, "format": null } ], "description": "The :FUNCtion:OPERation command sets the desired waveform math operation. The query returns the current operation for the selected function.", "return_format": "<operation><NL>\n<operation> ::= {ADD | SUBT | MULT | DIV | FFT | FFTP | LOWP}", "return_format_values": null, "examples": [ { "description": "Set the waveform math operation to addition", "code": ":FUNCtion:OPERation ADD" }, { "description": "Query the current waveform math operation", "code": ":FUNCtion:OPERation?" } ], "see_also": null }
true
null
false