1 Introduction This Manual contains information about the CMT Network Analyzer remote control and its data communication, carried out by means of user program through a computer network. This manual describes the analyzer command system and the network protocols used to deliver commands. The commands sent to the analyzer and the responses from it are text messages conforming to the SCPI (Standard Commands for Programmable Instruments) specification.
2 Analyzer Interfaces 2.1 Ethernet Interface Ethernet interface is part of the equipment of a personal computer that connects to the device “R54”, “R140”, “R60” or “R180”. Data transfer between the PC user and the computer that is connected to the device, is performed via Socket protocol (TCP, port 5025).
3 SCPI Overview The Ethernet interface implement the set of commands based on 1999 SCPI standard (Standard Commands for Programmable Instruments). This command set allows the exchange of character messages. SCPI is developed by SCPI Consortium (http:\\www.scpiconsortium.org).The main features of SCPI standard are described below. For a more detailed information on SCPI standard, see the website of SCPI Consortium.
SCPI Overview This SOURce branch has several levels, where CENTer, STARt, SPAN, STOP, DATA, STATe are the leaves, which represent the following six commands: :SOURce:POWer:CENTer :SOURce:POWer:STARt :SOURce:POWer:SPAN :SOURce:POWer:STOP :SOURce:POWer[:LEVel]:SLOPe[:DATA] :SOURce:POWer[:LEVel]:SLOPe:STATe The tree can contain subsystems and leaves with the same names if they belong to different branches, e.g.
SCPI Overview 3.4 Long and Short Formats Each keyword in a command specification has a long format and a short format. The short format of a command is indicated by capital letters. For example, a command specification: SENSe:FREQuency:CENTer can be written as: SENS:FREQ:CENT SENS:FREQ:CENTer Only long or short form of each keyword is acceptable.
SCPI Overview 3.6.1.1 Multiplier Prefixes The SCPI standard allows specification of the numeric values with multiplier prefix to the measurement units. Prefix Multiplier 1e–18 1e–15 1e–12 1e–9 18–6 1e–3 1e12 1e15 1e18 There are two exceptions to the above designation: prefix M in combination with HZ or OHM means 1e6 (Mega), and not 1e–3 (milli), i.e.
SCPI Overview 3.6.1.2 Notations The SCPI standard allows numeric value specification in different notations. Decimal notation is used by default. To use other notations, specify the numeric values in the following way: Notation Prefix Example Binary #B11001010 = 202 Octal #Q107 = 71 Hexadecimal #H10FF = 4351...
SCPI Overview The following specifications are acceptable: SENSe:FREQuency:STARt MIN SENSe:FREQuency:STARt maximum SENSe:FREQuency:STARt 1000000 3.6.4 String Parameters In some cases, the instrument can accept parameters made of character strings. Such strings are enclosed with single quotes (') or double quotes ("). For example, the file name in the state saving command: MMEMory:STORe "state01.sta"...
SCPI Overview 3.7 Query Commands The query commands read out the parameter values from the instrument. After a query command has been sent, the response should return via remote control interface. The query commands has a question mark ('?') in the end of the command. Many of the commands have two forms.
SCPI Overview 3.10 IEEE488.2 Common Commands Overview A SCPI compatible instrument must support a set of common commands of IEEE488.2 standard. These commands start with an asterix ('*'). The list of such commands see below: *CLS *ESE *ESE? *ESR? *IDN? *OPC *OPC? *RST...
4 Remote Control Commands 4.1 Conventions The following conventions are used throughout the Manual. 4.1.1 Syntax The following symbols are used in command syntax: <> identifiers enclosed in angular brackets indicate that a particular type of data must be specified part enclosed in square brackets can be omitted part enclosed in curly brackets indicates that you must select one of the items in this part.
Remote Control Commands 4.2 IEEE488.2 Common Commands *CLS *CLS Clears the following (no query) • Error Queue • Status Byte Register • Standard Event Status Register Description • Operation Status Event Register • Questionable Status Event Register • Questionable Limit Status Event Register •...
Remote Control Commands *ESE *ESE <numeric> *ESE? Sets or reads out the value of the Standard Event Status Enable Description Register (command/query). Target Status Reporting System Parameter <numeric> 0 to 255 Out of Range Bitwise AND with 255 number Query Response <numeric>...
Remote Control Commands *OPC? *OPC? 1 is read out at the completion of all pending operations (query Description only). Target Status Reporting System Query Response Equivalent None Softkeys *RST *RST Restores the default settings of the instrument (no query). Description There is difference from presetting the instrument with :SYST:PRES command –...
Remote Control Commands *SRE *SRE <numeric> *SRE? Sets or reads out the value of the Service Request Enable Register Description (command/query) Target Status Reporting System Parameter <numeric> 0 to 255. Out of Range Bitwise AND with 255 number Query Response <numeric>...
Remote Control Commands *TRG *TRG If the trigger source is set to LAN (set to BUS with the :TRIG:SOUR command), triggers a sweep. If the trigger source is not set to the bus or the instrument is not Description waiting for a trigger, the command is ignored. The command is completed before the end of the sweep.
Remote Control Commands 4.3 Vector Analyzer Commands ABOR ABORt Aborts the sweep and switches the triggers of all the channels to Hold. The channels in Continuous trigger mode switch to waiting Description for a trigger. If the trigger source is set to Internal, the channel from waiting for a trigger turns to a new sweep.
Remote Control Commands CALC:CONV:FUNC CALCulate<Ch>[:SELected]:CONVersion:FUNCtion { IMPedance| ADMittance|INVersion|CONJugation } CALCulate<Ch>[:SELected]:CONVersion:FUNCtion? Sets or reads out the S–parameter conversion function type Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "IMPedance" Equivalent transmission or reflection impedance, depending on the parameter S11 or "ADMittance"...
Remote Control Commands CALC:CORR:EDEL:TIME CALCulate<Ch>[:SELected]:CORRection:EDELay:TIME <time> CALCulate<Ch>[:SELected]:CORRection:EDELay:TIME? Sets or reads out the value of the electrical delay Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <time> the electrical delay value from –10 to 10 Unit s (second) Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:CORR:OFFS:PHAS CALCulate<Ch>[:SELected]:CORRection:OFFSet:PHASe <phase> CALCulate<Ch>[:SELected]:CORRection:OFFSet:PHASe? Description Sets or reads out the value of the phase offset (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <phase> the phase offset value from –360 to 360 Unit ° (degree) Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:DATA:FDAT? CALCulate<Ch>[:SELected]:DATA:FDATa? Reads out the formatted data array (query only). The formatted data array is the data, whose processing is completed including the formatting as the last step. Such data represent the data trace values as they are shown on the screen. The array size is 2N, where N is the number of measurement points.
Remote Control Commands CALC:DATA:FMEM? CALCulate<Ch>[:SELected]:DATA:FMEMory? Reads out the formatted memory array (query only). The formatted memory array is the data, whose processing is completed including the formatting as the last step. Such data represent the memory trace values as they are shown on the screen.
Remote Control Commands CALC:DATA:SDAT? CALCulate<Ch>[:SELected]:DATA:SDATa? Reads out the corrected data array (query only). The corrected data array is the data, whose processing is completed excluding the formatting as the last step. Such data represent S–parameter complex values. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Description <numeric 2n–1>...
Remote Control Commands CALC:DATA:SMEM? CALCulate<Ch>[:SELected]:DATA:SMEMory? Reads out the corrected memory array (query only). The corrected memory array is the data, whose processing is completed excluding the formatting as the last step. Such data represent S–parameter complex values. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Description <numeric 2n–1>...
Remote Control Commands CALC:FILT:TIME CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE] {BPASs|NOTCh} CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME[:TYPE]? Sets or reads out the gate type of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "BPASs" Bandpass type Parameter "NOTCh" Notch type Out of Range Error occurs. The command is ignored. Error code: 219 Query Response {BPAS|NOTC} Preset Value...
Remote Control Commands CALC:FILT:TIME:CENT CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:CENTer <time> CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:CENTer? Sets or reads out the gate center value of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the center value of the gate, the range varies depending Parameter on the frequency span and the number of points Unit...
Remote Control Commands CALC:FILT:TIME:SHAP CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe {MAXimum|WIDE| NORMal|MINimum} CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SHAPe? Sets or reads out the gate shape of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "MAXimum" Maximum shape "WIDE" Wide shape Parameter "NORMal" Normal shape "MINimum" Minimum shape Out of Range Error occurs.
Remote Control Commands CALC:FILT:TIME:SPAN CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SPAN <time> CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SPAN? Sets or reads out the gate span value of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the span value of the gate, the range varies depending Parameter on the frequency span and the number of points Unit...
Remote Control Commands CALC:FILT:TIME:STAR CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STARt <time> CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STARt? Sets or reads out the gate start value of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the start value of the gate, the range varies depending on Parameter the frequency span and the number of points Unit...
Remote Control Commands CALC:FILT:TIME:STAT CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STATe {ON|OFF|1|0} CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STATe? Sets or reads out the ON/OFF state of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Gating function ON Parameter {OFF|0} Gating function OFF {0|1} Query Response Preset Value Equivalent Softkeys Analysis >...
Remote Control Commands CALC:FILT:TIME:STOP CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STOP <time> CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STOP? Sets or reads out the gate stop value of the gating function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the stop value of the gate, the range varies depending on Parameter the frequency span and the number of points Unit...
Remote Control Commands CALC:FORM CALCulate<Ch>[:SELected]:FORMat{MLOGarithmic|PHASe|UPHase| GDELay|SWR|REAL|IMAGinary|MLINear|SLINear|SLOGarithmic| SCOMplex|SMITh|SADMittance|PLINear|PLOGarithmic|POLar|CLOS} CALCulate<Ch>[:SELected]:FORMat? Description Sets or reads out the trace format (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter "MLOGarithmic" Logarithmic magnitude "PHASe" Phase "UPHase" Expanded phase "GDELay" Group delay time "SWR" Voltage standing wave ratio "REAL"...
Remote Control Commands CALC:FSIM:SEND:DEEM:PORT:STAT CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:STATe {ON|OFF|1|0} CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:STATe? Sets or reads out the ON/OFF state of the de–embedding function Description (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} {ON|1} De–embedding function ON Parameter {OFF|0} De–embedding function OFF Query Response {0|1} Preset Value Equivalent Softkeys Analysis >...
Remote Control Commands CALC:FSIM:SEND:DEEM:PORT:USER:FIL CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:USER:FILename <string> CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:USER:FILename Sets or reads out the name of *.s2p file of the de–embedded Description circuit of the de–embedding function (command/query). The file contains the circuit S–parameters in Touchstone format. Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]}...
Remote Control Commands CALC:FSIM:SEND:PMC:PORT:STAT CALCulate<Ch>:FSIMulator:SENDed:DEEMbed:PORT<Pt>:STATe {ON|OFF|1|0} CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:STATe? Sets or reads out the ON/OFF state of the embedding function Description (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} {ON|1} Embedding function ON Parameter {OFF|0} Embedding function OFF Query Response {0|1} Preset Value Equivalent Softkeys Analysis >...
Remote Control Commands CALC:FSIM:SEND:PMC:PORT:USER:FIL CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:USER: FILename <string> CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:USER: FILename? Sets or reads out the name of *.s2p file of the embedded circuit of Description the embedding function (command/query). The file contains the circuit S–parameters in Touchstone format. Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]}...
Remote Control Commands CALC:FSIM:SEND:ZCON:PORT:Z0 CALCulate<Ch>:FSIMulator:SENDed:ZCONversion:PORT<Pt>:Z0[:R] <impedance> CALCulate<Ch>:FSIMulator:SENDed:ZCONversion:PORT<Pt>:Z0[:R]? Sets or reads out the value of the impedance for port impedance Description conversion function (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} Parameter <impedance> the impedance value from 1e–6 to 1e6 Unit Ω...
Remote Control Commands CALC:FSIM:SEND:ZCON:STAT CALCulate<Ch>:FSIMulator:SENDed:ZCONversion:STATe {ON|OFF|1|0} CALCulate<Ch>:FSIMulator:SENDed:ZCONversion:STATe? Sets or reads out the ON/OFF state of the port impedance Description conversion function (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Port Z conversion function ON Parameter {OFF|0} Port Z conversion function OFF {0|1} Query Response Preset Value Equivalent Softkeys Analysis >...
Remote Control Commands CALC:FUNC:DOM CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe]? Sets or reads out the ON/OFF state of an arbitrary range use in Description CALC:FUNC:EXEC command (command/query). All traces of channel <Ch> (if the coupling is set to ON by the CALC:FUNC:DOM:COUP command), the active trace of channel Target <Ch>...
Remote Control Commands CALC:FUNC:DOM:STAR CALCulate<Ch>[:SELected]:FUNCtion:DOMain:STARt <stimulus> CALCulate<Ch>[:SELected]:FUNCtion:DOMain:STARt? Sets the start value of the analysis range of the Description CALC:FUNC:EXEC command (command/query). All traces of channel <Ch> (if the coupling is set to ON by the CALC:FUNC:DOM:COUP command), the active trace of channel Target <Ch>...
Remote Control Commands CALC:FUNC:DOM:STOP CALCulate<Ch>[:SELected]:FUNCtion:DOMain:STOP <stimulus> CALCulate<Ch>[:SELected]:FUNCtion:DOMain:STOP? Sets the stop value of the analysis range of the Description CALC:FUNC:EXEC command (command/query). All traces of channel <Ch> (if the coupling is set to ON by the CALC:FUNC:DOM:COUP command), the active trace of channel Target <Ch>...
Remote Control Commands CALC:FUNC:EXEC CALCulate<Ch>[:SELected]:FUNCtion:EXECute Executes the analysis specified by the CALC:FUNC:TYPE command. Description The analysis result can be read out by the CALC:FUNC:DATA? command. (no query) The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Related CALC:FUNC:TYPE CALC:FUNC:DATA? Commands Equivalent None Softkeys...
Remote Control Commands CALC:FUNC:PEXC CALCulate<Ch>[:SELected]:FUNCtion:PEXCursion <response> CALCulate<Ch>[:SELected]:FUNCtion:PEXCursion? Sets the lower limit for the peak excursion value when executing Description the peak search with the CALC:FUNC:EXEC command (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <response> the lower limit of the peak excursion value, varies Parameter depending on the data format Unit...
Remote Control Commands CALC:FUNC:POIN? CALCulate<Ch>[:SELected]:FUNCtion:POINts? Reads out the number of points (data pairs) of the analysis result by the CALC:FUNC:EXEC command (query only). Always reads out 1, when the search is executed for the Description maximum, minimum, mean, standard deviation, peak, and peak– to–peak values.
Remote Control Commands CALC:FUNC:PPOL CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity {POSitive|NEGative|BOTH} CALCulate<Ch>[:SELected]:FUNCtion:PPOLarity? Selects the polarity when performing the peak search with the Description CALC:FUNC:EXEC command (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "POSitive" Positive peaks Parameter "NEGative" Negative peaks "BOTH" Both positive peaks and negative peaks Out of Range The command is ignored.
Remote Control Commands CALC:FUNC:TARG CALCulate<Ch>[:SELected]:FUNCtion:TARGet <response> CALCulate<Ch>[:SELected]:FUNCtion:TARGet? Selects the target level when performing the search for the trace Description and the target level crosspoints with the CALC:FUNC:EXEC command (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <response> the target value, varies depending on the data Parameter format Unit...
Remote Control Commands CALC:FUNC:TTR CALCulate<Ch>[:SELected]:FUNCtion:TTRansition {POSitive|NEGative|BOTH} CALCulate<Ch>[:SELected]:FUNCtion:TTRansition? Selects the transition type when performing the search for the Description trace and the target level crosspoints with the CALC:FUNC:EXEC command (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "POSitive" Positive peaks Parameter "NEGative"...
Remote Control Commands CALC:FUNC:TYPE CALCulate<Ch>[:SELected]:FUNCtion:TYPE {PTPeak|STDEV|MEAN|MAXimum| MINimum|PEAK|APEak|ATARget} CALCulate<Ch>[:SELected]:FUNCtion:TYPE? Selects the type of analysis executed with the CALC:FUNC:EXEC Description command (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "PTPeak" Peak–to–peak (difference between the maximum value and the minimum value) "STDEV" Standard deviation "MEAN"...
Remote Control Commands CALC:LIM CALCulate<Ch>[:SELected]:LIMit[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:LIMit[:STATe]? Sets or reads out the ON/OFF state of the limit test function Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Limit test function ON Parameter {OFF|0} Limit test function OFF {0|1} Query Response Preset Value...
Remote Control Commands CALC:LIM:DATA CALCulate<Ch>[:SELected]:LIMit:DATA <numeric list> CALCulate<Ch>[:SELected]:LIMit:DATA? Sets the data array, which is the limit line in the limit test function (command/query). The array size is 1 + 5N, where N is the number of limit line segments. For the n–th point, where n from 1 to N: <numeric 1>...
Remote Control Commands CALC:LIM:DISP CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe]? Sets or reads out the ON/OFF state of the limit line display of the Description limit test function (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Limit line display ON Parameter {OFF|0} Limit line display OFF Query Response...
Remote Control Commands CALC:LIM:OFFS:AMPL CALCulate<Ch>[:SELected]:LIMit:OFFSet:AMPLitude <response> CALCulate<Ch>[:SELected]:LIMit:OFFSet:AMPLitude? Sets the value of the limit line offset along Y–axis Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <response> the value of the limit line offset along Y–axis, Parameter varies depending on the data format Unit { dB (decibel) | °...
Remote Control Commands CALC:LIM:OFFS:STIM CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus <stimulus> CALCulate<Ch>[:SELected]:LIMit:OFFSet:STIMulus? Sets the value of the limit line offset along X–axis Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <stimulus> the value of the limit line offset along X–axis Unit { Hz (Hertz) | s (second) | dBm (decibels above 1 milliwatt) } Query Response <numeric>...
Remote Control Commands CALC:LIM:REP:ALL? CALCulate<Ch>[:SELected]:LIMit:REPort:ALL? Reads out the data array, which is the limit test results (query only). The array size is 4N, where N is the number of measurement points. For the n–th point, where n from 1 to N: <numeric 4n–3>...
Remote Control Commands CALC:LIM:REP:POIN? CALCulate<Ch>[:SELected]:LIMit:REPort:POINts? Reads out the number of the measurement points that failed the limit test (query only). Description The stimulus data array of these points can be read out by the CALC:LIM:REP? command. The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Query Response...
Remote Control Commands CALC:LIM:REP? CALCulate<Ch>[:SELected]:LIMit:REPort[:DATA]? Reads out the data array, which is the stimulus values of the Description measurement points that failed the limit test (query only). The array size is set by the CALC:LIM:REP:POIN? command. The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <numeric 1>, <numeric 2>,…<numeric N>...
Remote Control Commands CALC:MARK CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe]? Sets or reads out the ON/OFF state of a marker (command/query). Turning ON a marker with the number from 1 to 15 will turn ON all the markers of smaller numbers. Turning OFF a marker with the number from 1 to 15 will turn OFF all the markers of greater Description numbers (except of the reference marker).
Remote Control Commands CALC:MARK:BWID CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MARKer:BWIDth[:STATe]? Sets or reads out the ON/OFF state of the bandwidth search Description function (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Bandwidth search function ON Parameter {OFF|0} Bandwidth search function OFF Query Response {0|1} Preset Value...
Remote Control Commands CALC:MARK:BWID:REF CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence {MAXimum|MARKer|MINimum} CALCulate<Ch>[:SELected]:MARKer:BWIDth:REFerence? Selects the reference point for the bandwidth search function: Description reference marker or absolute maximum value of the trace (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "MARKer" Bandwidth search relative to the reference marker "MAXimum"...
Remote Control Commands CALC:MARK:BWID:THR CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold <response> CALCulate<Ch>[:SELected]:MARKer<Mk>:BWIDth:THReshold? Description Sets the bandwidth definition value. (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} <response> the bandwidth definition value, the range varies Parameter depending on the data format Unit { dB (decibel) | °...
Remote Control Commands CALC:MARK:BWID:TYPE CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE {BPASs|NOTCh} CALCulate<Ch>[:SELected]:MARKer:BWIDth:TYPE? Description Sets the type of the bandwidth search function (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "BPASs" Bandpass Parameter "NOTCh" Notch Out of Range The command is ignored. Query Response {BPAS|NOTC} Preset Value BPAS Equivalent Softkeys Marker >...
Remote Control Commands CALC:MARK:COUP CALCulate<Ch>[:SELected]:MARKer:COUPle {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MARKer:COUPle? Sets or reads out the ON/OFF state of the marker coupling function Description (command/query). All the traces of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Marker coupling ON Parameter {OFF|0} Marker coupling OFF Query Response {0|1} Preset Value Equivalent Softkeys Marker >...
Remote Control Commands CALC:MARK:FUNC:DOM:STAR CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STARt <stimulus> CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STARt? Sets or reads out the start value of the marker search range Description (command/query). All traces of channel <Ch> (if the marker search range coupling is set to ON by the CALC:MARK:FUNC:DOM:COUP command), Target The active trace of channel <Ch>...
Remote Control Commands CALC:MARK:FUNC:DOM:STOP CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP <stimulus> CALCulate<Ch>[:SELected]:MARKer:FUNCtion:DOMain:STOP? Sets or reads out the stop value of the marker search range Description (command/query). All traces of channel <Ch> (if the marker search range coupling is set to ON by the CALC:MARK:FUNC:DOM:COUP command), Target The active trace of channel <Ch>...
Remote Control Commands CALC:MARK:FUNC:EXEC CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:EXECute Executes the marker search according to the specified criterion. The type of the marker search is set by the Description CALC:MARK:FUNC:TYPE command. (no query) Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} Related CALC:MARK:FUNC:TYPE...
Remote Control Commands CALC:MARK:FUNC:PEXC CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion <response> CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion? Sets or reads out the peak excursion value, when the marker Description search for peak is performed by the CALC:MARK:FUNC:EXEC command (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} <response>...
Remote Control Commands CALC:MARK:FUNC:PPOL CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity {POSitive| NEGative|BOTH} CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PPOLarity? Selects the peak polarity, when the marker search for peak is Description performed by the CALC:MARK:FUNC:EXEC command (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} "POSitive" Positive polarity Parameter "NEGative"...
Remote Control Commands CALC:MARK:FUNC:TARG CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet <response> CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TARGet? Sets or reads out the target value, when the marker search for Description target is performed by the CALC:MARK:FUNC:EXEC command (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} <response>...
Remote Control Commands CALC:MARK:FUNC:TRAC CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TRACking {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TRACking? Sets or reads out the ON/OFF state of the marker search tracking Description function (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} {ON|1} Marker search tracking ON Parameter {OFF|0} Marker search tracking OFF Query Response...
Remote Control Commands CALC:MARK:FUNC:TTR CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition {POSitive| NEGative|BOTH} CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TTRansition? Selects the type of the target transition, when the marker search Description for transition is performed by the CALC:MARK:FUNC:EXEC command (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} "POSitive"...
Remote Control Commands CALC:MARK:FUNC:TYPE CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE {MAXimum|MINimum| PEAK|LPEak|RPEak|TARGet|LTARget|RTARget} CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TYPE? Selects the type of the marker search, which is performed by the Description CALC:MARK:FUNC:EXEC command (command/query). Marker <Mk> the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} "MAXimum" Maximum value search "MINimum" Minimum value search "PEAK"...
Remote Control Commands CALC:MARK:REF CALCulate<Ch>[:SELected]:MARKer:REFerence[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MARKer:REFerence[:STATe]? Sets or reads out the ON/OFF state of the reference marker (command/query). Description When the reference marker is turned ON, all the values of the other markers turn to relative values. The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1}...
Remote Control Commands CALC:MARK:X CALCulate<Ch>[:SELected]:MARKer<Mk>:X <stimulus> CALCulate<Ch>[:SELected]:MARKer<Mk>:X? Sets or reads out the stimulus value of the marker Description (command/query). Marker <Mk> of the active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <Mk>={[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16} <stimulus> the stimulus value of the marker, the range is from Parameter the stimulus start value to the stimulus stop value currently set Unit...
Remote Control Commands CALC:MARK:Y? CALCulate<Ch>[:SELected]:MARKer<Mk>:Y? Reads out the response value of the marker (query only). If the reference marker is turned ON, the values of the markers from 1 to 15 are read out as relative values to the reference marker.
Remote Control Commands CALC:MATH:FUNC CALCulate<Ch>[:SELected]:MATH:FUNCtion {NORMal|SUBTract|DIVide|ADD| MULTiply} CALCulate<Ch>[:SELected]:MATH:FUNCtion? Selects the math operation between the measurement data and the Description memory trace data. The math result replaces the data trace. If the data trace is not saved, the command is ignored (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4}...
Remote Control Commands CALC:MST CALCulate<Ch>[:SELected]:MSTatistics[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MSTatistics[:STATe]? Sets or reads out the ON/OFF state of the math statistics display Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Statistics display ON Parameter {OFF|0} Statistics display OFF {0|1} Query Response Preset Value Equivalent Softkeys Marker >...
Remote Control Commands CALC:MST:DOM CALCulate<Ch>[:SELected]:MSTatistics:DOMain[:STATe] {ON|OFF|1|0} CALCulate<Ch>[:SELected]:MSTatistics:DOMain[:STATe]? Sets or reads out the ON/OFF state of the math statistics range Description (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Statistics range ON Parameter {OFF|0} Statistics range OFF Query Response {0|1} Preset Value Equivalent Softkeys Marker >...
Remote Control Commands CALC:MST:DOM:STOP CALCulate<Ch>[:SELected]:MSTatistics:DOMain[:MARKer]:STOP <numeric> CALCulate<Ch>[:SELected]:MSTatistics:DOMain[:MARKer]:STOP? Sets or reads out the number of the marker, which specifies the Description stop frequency of the math statistics range (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> marker number from 1 to 16 Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:PAR:COUN CALCulate<Ch>:PARameter:COUNt <numeric> CALCulate<Ch>:PARameter:COUNt? Sets or reads out the number of traces in the channel Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the number of the trace in the channel from 1 to 16 Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:PAR:SEL CALCulate<Ch>:PARameter<Tr>:SELect Description Sets the active trace in channel <Ch> (no query). Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} If the trace number is greater than the number of the traces Notes displayed in the channel, an error occurs and the command is ignored.
Remote Control Commands CALC:RLIM:DATA CALCulate<Ch>[:SELected]:RLIMit:DATA <numeric list> CALCulate<Ch>[:SELected]:RLIMit:DATA? Sets the data array, which is the limit line for the ripple limit function (command/query). The array size is 1 + 4N, where N is the number of limit line segments. For the n–th point, where n from 1 to N: <numeric 1>...
Remote Control Commands CALC:RLIM:DISP:LINE CALCulate<Ch>[:SELected]:RLIMit:DISPlay:LINE {ON|OFF|1|0} CALCulate<Ch>[:SELected]:RLIMit:DISPlay:LINE? Sets or reads out the ON/OFF state of the ripple limit line display Description (command/query). Active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Ripple limit line ON Parameter {OFF|0} Ripple limit line OFF Query Response {0|1} Preset Value...
Remote Control Commands CALC:RLIM:REP? CALCulate<Ch>[:SELected]:RLIMit:REPort[:DATA]? Reads out the data array, which is the ripple limit test results (query only). The array size is 1+3N, where N is the number of ripple limit bands. For the n–th point, where n from 1 to N: <numeric 1>...
Remote Control Commands CALC:SMO:APER CALCulate<Ch>[:SELected]:SMOothing:APERture <numeric> CALCulate<Ch>[:SELected]:SMOothing:APERture? Sets or reads out the smoothing aperture, when performing Description smoothing function (command/query). Active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the smoothing aperture from 0.01 to 20 Unit % (percent) Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:TRAC:DATA:FDAT? CALCulate<Ch>:TRACe<Tr>:DATA:FDATa? Reads out the formatted data array (query only). The formatted data array is the data, whose processing is completed including the formatting as the last step. Such data represent the data trace values as they are shown on the screen. The array size is 2N, where N is the number of measurement points.
Remote Control Commands CALC:TRAC:DATA:FMEM? CALCulate<Ch>:TRACe<Tr>:DATA:FMEMory? Reads out the formatted memory array (query only). The formatted memory array is the data, whose processing is completed including the formatting as the last step. Such data represent the memory trace values as they are shown on the screen.
Remote Control Commands CALC:TRAC:DATA:SDAT? CALCulate<Ch>:TRACe<Tr>:DATA:SDATa? Reads out the corrected data array (query only). The corrected data array is the data, whose processing is completed excluding the formatting as the last step. Such data represent S–parameter complex values. The array size is 2N, where N is the number of measurement points. Description For the n–th point, where n from 1 to N: <numeric 2n–1>...
Remote Control Commands CALC:TRAC:DATA:SMEM? CALCulate<Ch>:TRACe<Tr>:DATA:SMEMory? Reads out the corrected memory array (query only). The corrected memory array is the data, whose processing is completed excluding the formatting as the last step. Such data represent S–parameter complex values. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Description <numeric 2n–1>...
Remote Control Commands CALC:TRAN:TIME CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE] {BPASs|LPASs} CALCulate<Ch>[:SELected]:TRANsform:TIME[:TYPE]? Selects the transformation type for the time domain transformation Description function: bandpass response or direct current circuit (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "BPASs" Bandpass Parameter "LPASs" Lowpass Out of Range The command is ignored.
Remote Control Commands CALC:TRAN:TIME:CENT CALCulate<Ch>[:SELected]:TRANsform:TIME:CENTer <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:CENTer? Sets or reads out the time domain center value, when the time Description domain transformation function is turned ON (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the time domain center value, the range varies Parameter depending on the specified frequency range and the number of points...
Remote Control Commands CALC:TRAN:TIME:IMP:WIDT CALCulate<Ch>[:SELected]:TRANsform:TIME:IMPulse:WIDTh <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:IMPulse:WIDTh? Sets or reads out the impulse width (time domain transformation resolution), coupled with the Kaiser–Bessel window shape β Description parameter. The impulse width setting changes the β parameter, and setting of β parameter changes the impulse width (command/query).
Remote Control Commands CALC:TRAN:TIME:KBES CALCulate<Ch>[:SELected]:TRANsform:TIME:KBESsel <numeric> CALCulate<Ch>[:SELected]:TRANsform:TIME:KBESsel? Sets or reads out the β parameter, which controls the Kaiser– Description Bessel window shape, when performing time domain transformation (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> β parameter from 0 to 13 Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands CALC:TRAN:TIME:SPAN CALCulate<Ch>[:SELected]:TRANsform:TIME:SPAN <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:SPAN? Sets or reads out the time domain span value, when the time Description domain transformation function is turned ON (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the time domain span value, the range varies depending Parameter on the specified frequency range and the number of points Unit...
Remote Control Commands CALC:TRAN:TIME:STAR CALCulate<Ch>[:SELected]:TRANsform:TIME:STARt <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:STARt? Sets or reads out the time domain start value, when the time Description domain transformation function is turned ON (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the time domain start value, the range varies depending Parameter on the specified frequency range and the number of points Unit...
Remote Control Commands CALC:TRAN:TIME:STAT CALCulate<Ch>[:SELected]:TRANsform:TIME:STATe {ON|OFF|1|0} CALCulate<Ch>[:SELected]:TRANsform:TIME:STATe? Sets or reads out the ON/OFF state of the time domain Description transformation function (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Time domain transformation ON Parameter {OFF|0} Time domain transformation OFF {0|1} Query Response Preset Value...
Remote Control Commands CALC:TRAN:TIME:STEP:RTIM CALCulate<Ch>[:SELected]:TRANsform:TIME:STEP:RTIMe <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:STEP:RTIMe? Sets or reads out the rise time of the step signal (time domain transformation resolution), coupled with the Kaiser–Bessel window Description shape β parameter. The impulse width setting changes the β parameter, and setting of β parameter changes the impulse width (command/query).
Remote Control Commands CALC:TRAN:TIME:STIM CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus {IMPulse|STEP} CALCulate<Ch>[:SELected]:TRANsform:TIME:STIMulus? Selects the stimulus type for the time domain transformation Description function: impulse or step (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} "IMPulse" Impulse Parameter "STEP" Step Out of Range The command is ignored. Query Response {IMP|STEP} Preset Value...
Remote Control Commands CALC:TRAN:TIME:STOP CALCulate<Ch>[:SELected]:TRANsform:TIME:STOP <time> CALCulate<Ch>[:SELected]:TRANsform:TIME:STOP? Sets or reads out the time domain stop value, when the time Description domain transformation function is turned ON (command/query). The active trace of channel <Ch>, Target <Ch>={[1]|2|3|4} <time> the time domain stop value, the range varies depending Parameter on the specified frequency range and the number of points Unit...
Remote Control Commands CALC:TRAN:TIME:UNIT CALCulate <Ch> [:SELected]:TRANsform:TIME:UNIT {SEC|MET|FEET} CALCulate <Ch> [:SELected]:TRANsform:TIME:UNIT? Selects the the transformation unit for the time domain Description transformation function: seconds, meters, feet. (command/query) The active trace of channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode only). <Ch>={[1]…|16} "SEC"...
Remote Control Commands DEV:ADDN DEVices:ADDNext Additing one more device to configuration Description (in multiport mode only) Equivalent Devices > Add Next Softkeys DEV:COUN? DEVices:COUNt Number of connected devices in the configuration (query only) Description (in multiport mode only) Equivalent None Softkeys DEV:MOVD DEVices:MOVDown...
Remote Control Commands DEV:MOVU DEVices:MOVUp <numeric> Moving the device from the position Port into position Port-1 Description (in multiport mode only) <numeric> Port Number {[1]|2|3|4... 16} Parameter Equivalent Devices > Move Up Softkeys DEV:READ? DEVices:READy? <numeric> Readiness of the device associated with port Port (query only) Description (in multiport mode only) Parameter...
Remote Control Commands DEV:ADJ:PER DEVices[:REFerence]:ADJust:PERiod <numeric> Frequency automatic adjustment period (command/query) Description (in multiport mode only) Parameter <numeric> Value of Frequency automatic adjustment period Unit Equivalent Devices > Frequency Adjust Period { OFF | 3 | 10 | 30 | 100 | 300 } Softkeys DEV:PORT#:OFF DEVices[:REFerence]:PORT<Pt>:OFFset...
Remote Control Commands DEV:REML DEVices:REMLast Removing one more device to configuration Description (in multiport mode only) Equivalent Devices > Remove Last Softkeys DEV:SER? DEVices:SERial? <numeric> Serial number of the device associated with Port (query only) Description (in multiport mode only) Parameter <numeric>...
Remote Control Commands DEV:METH? DEVices[:SYNChronization]:METHod {FREE|USB|TRIG} DEVices[:SYNChronization]:METHod? Device synchronization method (command/query) Description (in multiport mode only) "FREE" Independent operation of devices. No synchronization. Parameter "USB" Device Synchronization via USB Bus "TRIG" Device Synchronization via Trigger Bus Out of Range The command is ignored. Query Response {FREE|USB|TRIG} Preset Value...
Remote Control Commands DISP:COL:BACK DISPlay:COLor:BACK <numeric 1>,<numeric 2>,<numeric 3> DISPlay:COLor:BACK? Sets or reads out the background color for trace display Description (command/query). <numeric 1> Red value R from 0 to 255; Parameter <numeric 2> Green value G from 0 to 255; <numeric 3>...
Remote Control Commands DISP:COL:RES DISPlay:COLor:RESet Description Restores the display settings to the default values (no query). Equivalent Display > Preset Softkeys DISP:COL:TRAC:DATA DISPlay:COLor:TRACe<Tr>:DATA <numeric 1>,<numeric 2>, <numeric 3> DISPlay:COLor:TRACe<Tr>:DATA? Description Sets or reads out the data trace color (command/query). Trace <Tr>, Target <Tr>={[1]|2|3|4} <numeric 1>...
Remote Control Commands DISP:COL:TRAC:MEM DISPlay:COLor:TRACe<Tr>:MEMory <numeric 1>,<numeric 2>, <numeric 3> DISPlay:COLor:TRACe<Tr>:MEMory? Description Sets or reads out the memory trace color (command/query). Trace <Tr>, Target <Tr>={[1]|2|3|4} <numeric 1> Red value R from 0 to 255; Parameter <numeric 2> Green value G from 0 to 255; <numeric 3>...
Remote Control Commands DISP:FSIG DISPlay:FSIGn {ON|OFF|1|0} DISPlay:FSIGn? Sets or reads out the ON/OFF state of the Fail sign display, when Description performing limit test or ripple limit test (command/query). {ON|1} Fail sign display ON Parameter {OFF|0} Fail sign display OFF Query Response {0|1} Preset Value...
Remote Control Commands DISP:IMAG DISPlay:IMAGe {NORMal|INVert} DISPlay:IMAGe? Sets or reads out the inverted color display of the data traces Description (command/query). "NORMal" Normal display Parameter "INVert" Inverted color display Out of Range The command is ignored. {NORM|INV} Query Response Preset Value NORM Equivalent Softkeys Display >...
Remote Control Commands DISP:MAX DISPlay:MAXimize {ON|OFF|1|0} DISPlay:MAXimize? Sets or reads out the ON/OFF state of the window maximization of Description the active channel (command/query). {ON|1} Maximization ON Parameter {OFF|0} Maximization OFF Query Response {0|1} Preset Value Equivalent Softkeys Channels > Maximize Сhannel SYSTem:SHOW SYSTem:SHOW Shows the instrument GUI hidden by the SYST:HIDE command...
Remote Control Commands DISP:SPL DISPlay:SPLit <numeric> DISPlay:SPLit? Sets or reads out the layout of the channel windows on the screen Description (command/query). The channel window layout on the screen see below. <numeric> the number of the channel window layout from 1 to Parameter Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands DISP:WIND:ACT DISPlay:WINDow<Ch>:ACTivate Description Sets the active channel (no query). Channel <Ch>, Target <Ch>={[1]|2|3|4} At attempt to set to the active channel the channel, which is not Notes displayed by the DISP:SPL command, an error occurs. Related Commands DISP:SPL Equivalent Softkeys Channels >...
Remote Control Commands DISP:WIND:ANN:MARK:SING DISPlay:WINDow<Ch>:ANNotation:MARKer:SINGle[:STATe] {ON|OFF|1|0} DISPlay:WINDow<Ch>:ANNotation:MARKer:SINGle[:STATe]? Sets or reads out the ON/OFF state of the marker display for the Description active trace only (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Only active trace markers display ON Parameter {OFF|0} Only active trace markers display OFF {0|1} Query Response Preset Value...
Remote Control Commands DISP:WIND:SPL DISPlay:WINDow<Ch>:SPLit <numeric> DISPlay:WINDow<Ch>:SPLit? Sets or reads out the layout of the graph in the channel window (command/query). Description The graph layout in the channel window see below. Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the number of the graph layout from 1 to 9 Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands DISP:WIND:TITL DISPlay:WINDow<Ch>:TITLe[:STATe] {ON|OFF|1|0} DISPlay:WINDow<Ch>:TITLe[:STATe]? Sets or reads out the ON/OFF state of the channel title display Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Channel title display ON Parameter {OFF|0} Channel title display OFF Query Response {0|1} Preset Value Equivalent Display >...
Remote Control Commands DISP:WIND:TRAC:ANN:MARK:MEM DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:MEMory <bool> DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:MEMory? Turns ON/OFF the state of the memory value display on the Description marker. Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} <bool> Specifies the memory value display: Parameter {ON|1} {OFF|0} Query Response {0|1} Preset Value Equivalent Markers >...
Remote Control Commands DISP:WIND:TRAC:ANN:MARK:POS:X DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:POSition:X <numeric> DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:POSition:X? Sets or reads out the display position of the marker value on the Description X–axis by a percentage of the display width (command/query). Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} <numeric> the display position of the marker value on the X– Parameter axis from 0 to 100 Unit...
Remote Control Commands DISP:WIND:TRAC:ANN:MARK:POS:Y DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:POSition:Y <numeric> DISPlay:WINDow<Ch>:TRACe<Tr>:ANNotation:MARKer:POSition:Y? Sets or reads out the display position of the marker value on the Description Y–axis by a percentage of the display height (command/query). Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} <numeric> the display position of the marker value on the Y– Parameter axis from 0 to 100 Unit...
Remote Control Commands DISP:WIND:TRAC:Y:PDIV DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:PDIVision <response> DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:PDIVision? Sets or reads out the trace scale. Sets the scale per division, when Description the data format is the rectangular format. Sets the full scale value, when the data format is the Smith chart format or the polar format. Trace <Tr>...
Remote Control Commands DISP:WIND:TRAC:Y:RLEV DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:RLEVel <response> DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:RLEVel? Sets the value of the reference line (response value on the Description reference line). For the rectangular format only (command/query). Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} Parameter <response> the reference value from 10E–18 to 1E18 Unit { dB (decibel) | °...
Remote Control Commands DISP:WIND:TRAC:Y:RPOS DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:RPOSition <numeric> DISPlay:WINDow<Ch>:TRACe<Tr>:Y[:SCALe]:RPOSition? Sets the position of the reference line. For the rectangular format Description only (command/query). Trace <Tr> of channel <Ch>, Target <Tr>={[1]|2|3|4} <Ch>={[1]|2|3|4} <numeric> the reference line position from 0 to the number of Parameter the scale divisions (set by the DISP:WIND:Y:DIV command, 10 by default)
Remote Control Commands DISP:WIND:Y:DIV DISPlay:WINDow<Ch>:Y[:SCALe]:DIVisions <numeric> DISPlay:WINDow<Ch>:Y[:SCALe]:DIVisions? Sets the number of the vertical scale divisions. For the rectangular Description format only (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <numeric> the number of the vertical scale divisions from 4 to Parameter Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands FORM:BORD FORMat:BORDer {NORMal|SWAPped} FORMat:BORDer? Sets or reads out the transfer order of each byte in data, when the Description binary data transfer format is set by the FORM:DATA command (command/query). "NORMal" Normal (from the most significant byte) Parameter "SWAPped"...
Remote Control Commands FORM:DATA FORMat:DATA {ASCii|REAL|REAL32} FORMat:DATA? Sets or reads out the data transfer format, when responding to the following queries: CALC:DATA:FDAT? CALC:DATA:FMEM? CALC:DATA:SDAT? CALC:DATA:SMEM? CALC:FUNC:DATA? CALC:LIM:DATA? Description CALC:LIM:REP? CALC:LIM:REP:ALL? CALC:RLIM:DATA? CALC:RLIM:REP? SENS:FREQ:DATA? SENS:SEGM:DATA? (command/query) "ASCii" Character format Parameter "REAL" Binary format (IEEE–64 floating point) "REAL32"...
Remote Control Commands HCOP HCOPy[:IMMediate] Prints out the image displayed on the screen without previewing Description (no query). Equivalent None Softkeys HCOP:DATE:STAM HCOPy:DATE:STAMp {ON|OFF|1|0} HCOPy:DATE:STAMp? Sets or reads out the ON/OFF state of the current date and time Description printout in the upper right corner (command/query). {ON|1} Date &...
Remote Control Commands HCOP:PAIN HCOPy:PAINt {COLor|GRAY|BW} HCOPy:PAINt? Sets or reads out the color chart for the image printout Description (command/query). "COLor" Color printout "GRAY" Grayscale printout Parameter "BW" Black&white printout Out of Range The command is ignored. Query Response {COL|GRAY|BW} Preset Value Equivalent Softkeys Print >...
Remote Control Commands INIT:CONT INITiate<Ch>:CONTinuous {ON|OFF|1|0} INITiate<Ch>:CONTinuous? Sets or reads out the ON/OFF state of the continuous trigger Description initiation mode. If the continuous trigger initiation mode is set to OFF, the channel tuns to the hold state (command /query). Channel <Ch>, Target <Ch>={[1]|2|3|4}...
Remote Control Commands MMEM:DEL MMEMory:DELete <string> Description Deletes a file (no query). Parameter File name <string> Equivalent None Softkeys MMEM:LOAD MMEMory:LOAD[:STATe] <string> Recalls the specified instrument state file. The file must be saved Description by the MMEM:STOR command (no query). Parameter File name <string>...
Remote Control Commands MMEM:LOAD:CHAN MMEMory:LOAD:CHANnel[:STATe] {A|B|C|D} Recalls the instrument state for the active channel. The file must Description be saved in one of the four memory registers by the MMEM:STOR:CHAN command (no query). Target Active channel set by the DISP:WIND:ACT command "A"...
Remote Control Commands MMEM:LOAD:LIM MMEMory:LOAD:LIMit <string> Recalls the limit table file. The file must be saved by the Description MMEM:STOR:LIM command (no query). Active trace of the active channel, set by the CALC:PAR:SEL Target command Parameter File name <string> If the full path of the file is not specified, the \Limit subdirectory Notes of the main directory will be searched for the file.
Remote Control Commands MMEM:LOAD:SEGM MMEMory:LOAD:SEGMent <string> Recalls the segment table file. The file must be saved by the Description MMEM:STOR:SEGM command (no query). Target Active channel, set by the DISP:WIND:ACT command Parameter File name <string> If the full path of the file is not specified, the \Segment Notes subdirectory of the main directory will be searched for the file.
Remote Control Commands MMEM:STOR MMEMory:STORe[:STATe] <string> Description Saves the instrument state into a file (no query). Parameter File name <string> If the full path of the file is not specified, the \State subdirectory Notes of the main directory will be searched for the file. The state file has *.sta extension by default.
Remote Control Commands MMEM:STOR:CHAN:CLE MMEMory:STORe:CHANnel:CLEar Clears the memory of the channel state saved by the Description MMEM:STOR:CHAN command (no query). Equivalent Channels > Save Channel > Clear States Softkeys MMEM:STOR:CKIT MMEMory:STORe:CKIT<Ck> <string> Description Saves the definition file for the calibration kit (no query). Calibration kit <Ck>, Target <Ck>={[1]|2|3|4|5|6|7|8|9|10|11}...
Remote Control Commands MMEM:STOR:FDAT MMEMory:STORe:FDATa <string> Description Saves the CSV formatted data into a file (no query). Active trace of the active channel, set by the CALC:PAR:SEL Target command Parameter File name <string> If the full path of the file is not specified, the \CSV subdirectory of Notes the main directory will be searched for the file.
Remote Control Commands MMEM:STOR:LIM MMEMory:STORe:LIMit <string> Description Saves the limit table into a file (no query). Active trace of the active channel, set by the CALC:PAR:SEL Target command Parameter File name <string> If the full path of the file is not specified, the \Limit subdirectory Notes of the main directory will be searched for the file.
Remote Control Commands MMEM:STOR:SEGM MMEMory:STORe:SEGMent <string> Description Save the segment table in a file (no query). Target Active channel, set by the DISP:WIND:ACT command Parameter File name <string> If the full path of the file is not specified, the \Segment Notes subdirectory of the main directory will be searched for the file.
Remote Control Commands MMEM:STOR:SNP:FORM MMEMory:STORe:SNP:FORMat {RI|DB|MA} MMEMory:STORe:SNP:FORMat? Sets the data format for the S–parameter saving by the Description MMEM:STOR:SNP command (command/query). Target Active channel, set by the DISP:WIND:ACT command " MA" Logarithmic Magnitude / Angle format Parameter " DB" Linear Magnitude / Angle format "...
Remote Control Commands MMEM:STOR:SNP:TYPE:S2P MMEMory:STORe:SNP:TYPE:S2P <rcvport>, <srcport> MMEMory:STORe:SNP:TYPE:S2P? Sets the 2-port Touchstone file type (*.s2p) and the port numbers, Description when saving S–parameters by the MMEM:STOR:SNP command. (command/query) <rcvport> the number of the receiver port from 1 to 2 Parameter <srcport>...
Remote Control Commands MMEM:TRAN? MMEMory:TRANsfer? <string> Transfers the contents of a specified file from the instrument to the Description external computer (command/query). Parameter the file name with the full path <string> Block data transfer format. For example: #6001000 <binary block with length of 1000 bytes> Query Response Symbol # introduces the data block.
Remote Control Commands SENS:AVER SENSe<Ch>:AVERage[:STATe] {ON|OFF|1|0} SENSe<Ch>:AVERage[:STATe]? Sets or reads out the ON/OFF state of the averaging function Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Averaging ON Parameter {OFF|0} Averaging OFF Query Response {0|1} Preset Value Equivalent Softkeys Average > Averaging SENS:AVER:CLE SENSe<Ch>:AVERage:CLEar Restarts the averaging process, when averaging function is set to...
Remote Control Commands SENS:AVER:COUN SENSe<Ch>:AVERage:COUNt <numeric> SENSe<Ch>:AVERage:COUNt? Sets or reads out the averaging factor, when the averaging Description function is set to ON (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the averaging factor from 1 to 999 Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands SENS:BWID SENSe<Ch>:BWIDth[:RESolution] <frequency> SENSe<Ch>:BWIDth[:RESolution]? Description Sets or reads out the IF bandwidth (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <frequency> the IF bandwidth value from 1 to 30000 Unit Hz (Hertz) Out of Range Sets the value of the limit, which is closer to the specified value. <numeric>...
Remote Control Commands SENS:CORR:COEF SENSe<Ch>:CORRection:COEFficient[:DATA]? {ER|ED|ES}, <rcvport>,<srcport>,<numeric list> SENSe<Ch>:CORRection:COEFficient[:DATA]? {ER|ED|ES}, <rcvport>,<srcport> Writes or reads out the calibration coefficient data array (command/query). The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: Description <numeric 2n–1>...
Remote Control Commands SENS:CORR:COEF:METH:OPEN SENSe<Ch>:CORRection:COEFficient:METHod[:RESPonse]:OPEN <port> Selects the port and sets the response calibration (Open) type, Description when the written calibration coefficients are made effective by the SENS:CORR:COEF:SAVE command (no query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <port> the number of the port = 1 Out of Range An error occurs.
Remote Control Commands SENS:CORR:COEF:METH:SHOR SENSe<Ch>:CORRection:COEFficient:METHod[:RESPonse]:SHORt <port> Selects the port and sets the response calibration (Short) type, Description when the written calibration coefficients are made effective by the SENS:CORR:COEF:SAVE command (no query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <port> the number of the port = 1 Out of Range An error occurs.
Remote Control Commands SENS:CORR:COEF:METH:SOLT1 SENSe<Ch>:CORRection:COEFficient:METHod:SOLT1 <port> Selects the port and sets the full 1–port calibration type, when Description the written calibration coefficients are made effective by the SENS:CORR:COEF:SAVE command (no query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <port> the number of the port = 1 Out of Range An error occurs.
Remote Control Commands SENS:CORR:COEF:SAVE SENSe<Ch>:CORRection:COEFficient:SAVE Enables the written calibration coefficients depending on the selected calibration type. On completion of the command the error correction automatically turns ON. Description At the attempt to execute this command before all the needed calibration coefficients are written, an error occurs and the command is ignored (no query).
Remote Control Commands SENS:CORR:COLL:CKIT SENSe<Ch>:CORRection:COLLect:CKIT[:SELect] <numeric> SENSe<Ch>:CORRection:COLLect:CKIT[:SELect]? Sets or reads out the number of the selected calibration kit Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the number of the calibration kit from 1 to 11 Out of Range Error occurs. The command is ignored. Error code: 222. Query Response <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:LAB SENSe<Ch>:CORRection:COLLect:CKIT:LABel <string> SENSe<Ch>:CORRection:COLLect:CKIT:LABel? Description Sets or reads out the calibration kit label (command/query). Calibration kit, selected for channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <string>, up to 254 characters Query Response <string> Preset Value Varies depending on the number of the calibration kit. Equivalent Calibration >...
Remote Control Commands SENS:CORR:COLL:CKIT:RES SENSe<Ch>:CORRection:COLLect:CKIT:RESet Description Resets the calibration kit to the factory settings (no query). Calibration kit, selected for channel <Ch>, Target <Ch>={[1]|2|3|4} Equivalent Calibration > Calibration Kit > Edit Cal Kit > Restore Softkeys SENS:CORR:COLL:CKIT:STAN:C0 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C0 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C0? Sets or reads out the C0 value for the open calibration standard Description (command/query).
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:C1 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C1 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C1? Sets or reads out the C1 value for the open calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:C2 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C2 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C2? Sets or reads out the C2 value for the open calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:C3 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C3 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:C3? Sets or reads out the C3 value for the open calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:DEL SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:DELay <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:Delay? Sets or reads out the offset delay value for the calibration Description standard (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:L0 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L0 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L0? Sets or reads out the L0 value for the short calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:L1 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L1 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L1? Sets or reads out the L1 value for the short calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:L2 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L2 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L2? Sets or reads out the L2 value for the short calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:L3 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L3 <numeric> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:L3? Sets or reads out the L3 value for the short calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <numeric>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:LAB? SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:LABel? Sets or reads out the label for the calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <string>, up to 254 characters Query Response...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:LOSS SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:LOSS <loss> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:LOSS? Sets or reads out the offset loss value for the calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <loss>...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:TYPE? SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:TYPE? Description Sets or reads out the type of calibration standard (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit "OPEN"...
Remote Control Commands SENS:CORR:COLL:CKIT:STAN:Z0 SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:Z0 <impedance> SENSe<Ch>:CORRection:COLLect:CKIT:STAN<Std>:Z0? Sets or reads out the offset Z0 value for the calibration standard Description (command/query). Standard <Std> of the calibration kit specified for channel <Ch>, <Ch>={[1]|2|3|4} Target <Std>={[1]|2|...N}, where N – the number of the standards in the calibration kit Parameter <impedance>...
Remote Control Commands SENS:CORR:COLL:ECAL:SOLT1 SENSe<Ch>:CORRection:COLLect:ECAL:SOLT1 <numeric> Executes 1-port calibration of the specified port of specified Description channel (Ch) using the Autocalibration module (command only). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> : Port Number = 1 Equivalent Calibration > Autocalibration > Calibrate Softkeys SENS:CORR:COLL:ECAL:SOLT2 SENSe<Ch>:CORRection:COLLect:ECAL:SOLT2 <numeric1>,<numeric2>...
Remote Control Commands SENS:CORR:COLL:ECAL:UCH SENSe:CORRection:COLLect:ECAL:UCHar {CHAR0|CHAR1|CHAR2|CHAR3} SENSe:CORRection:COLLect:ECAL:UCHar? Sets or reads out the Characteristic used when executing Description Autocalibration (factory or user characterization). (command/query). Target Autocalibration "CHAR0" factory characterization "CHAR1" user characterization 1 Parameter "CHAR2" user characterization 2 "CHAR3" user characterization 3 Query Response {CHAR0|CHAR1|CHAR2|CHAR3} Preset Value...
Remote Control Commands SENS:CORR:COLL:LOAD SENSe<Ch>:CORRection:COLLect[:ACQuire]:LOAD <numeric> Measures the calibration data of the load standard for the Description specified port (no query). Channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode only). <Ch>={[1]…|16} Port number is 1, Parameter 1-16 (in multiport mode only). Out of Range Error occurs.
Remote Control Commands SENS:CORR:COLL:METH:ERES SENSe<Ch>:CORRection:COLLect:METHod:ERESponse <numeric1>, <numeric2> Selects the ports and sets the one path 2–port calibration type for the calculation of the calibration coefficients on completion of the Description calibration executed by the SENS(Ch):CORR:COLL:SAVE command. (in multiport mode only) Channel <Ch>, Target <Ch>={[1]…|16}(in multiport mode...
Remote Control Commands SENS:CORR:COLL:METH:OPEN SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:OPEN <numeric> Selects the port and sets the response calibration (Open) type for the calculation of the calibration coefficients on completion of the Description calibration executed by the SENS:CORR:COLL:SAVE command (no query). Channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode only).
Remote Control Commands SENS:CORR:COLL:METH: SHOR SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:SHORt <numeric> Selects the port and sets the response calibration (Short) type for the calculation of the calibration coefficients on completion of the Description calibration executed by the SENS:CORR:COLL:SAVE command (no query). Channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode only).
Remote Control Commands SENS:CORR:COLL:METH:SOLT1 SENSe<Ch>:CORRection:COLLect:METHod:SOLT1 <port> Selects the port and sets the full 1–port calibration type for the calculation of the calibration coefficients on completion of the Description calibration executed by the SENS:CORR:COLL:SAVE command (no query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <port>...
Remote Control Commands SENS:CORR:COLL:METH: THRU SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:THRU <numeric1>, <numeric2> Selects the ports and sets the response calibration (Thru) type for the calculation of the calibration coefficients on completion of the Description calibration executed by the SENS:CORR:COLL:SAVE command (no query). Channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode...
Remote Control Commands SENS:CORR:COLL:METH:TYPE? SENSe<Ch>:CORRection:COLLect:METHod:TYPE? Reads out the calibration type selected for the calculation of the calibration coefficients on completion of the calibration executed Description by the SENS:CORR:COLL:SAVE command (query only). Channel <Ch>, Target <Ch>={[1]|2|3|4} "RESPO" Response (Open) "RESPS" Response (Short) Query Response "SOLT1"...
Remote Control Commands SENS:CORR:COLL:SAVE SENSe<Ch>:CORRection:COLLect:SAVE Calculates the calibration coefficients from the calibration standards measurements depending on the selected calibration type. On completion of the command, all the calibration standards measurements are cleared and the error correction automatically turns ON. Description Before executing this command it is neccessery to select calibration type by one of commands SENS:CORR:COLL:METH:XXXX.
Remote Control Commands SENS:CORR:COLL:SHOR SENSe<Ch>:CORRection:COLLect[:ACQuire]:SHORt <numeric> Measures the calibration data of the short standard for the Description specified port (no query). Channel <Ch>, <Ch>={[1]|2|3|4} Target (in multiport mode only). <Ch>={[1]…|16} Port number is 1, Parameter 1-16 (in multiport mode only). Out of Range Error occurs.
Remote Control Commands SENS:CORR:COLL:THRU SENSe<Ch>:CORRection:COLLect[:ACQuire]:THRU <numeric1>, <numeric2> Measures the calibration data of the thru standard between the Description source port and the receiver port. (in multiport mode only) Channel <Ch>, Target (in multiport mode only). <Ch>={[1]…|16} Range Port number is 1-16 The property writing starts the measurement for the channel independently of the trigger initiation and trigger source settings.
Remote Control Commands SENS:CORR:EXT SENSe<Ch>:CORRection:EXTension[:STATe] {ON|OFF|1|0} SENSe<Ch>:CORRection:EXTension[:STATe]? Sets or reads out the ON/OFF state of the port extension function Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Port extension function ON Parameter {OFF|0} Port extension function OFF {0|1} Query Response Preset Value Equivalent Calibration >...
Remote Control Commands SENS:CORR:EXT:PORT:FREQ SENSe<Ch>:CORRection:EXTension:PORT<Pt>:FREQuency{[1]|2} <frequency> SENSe<Ch>:CORRection:EXTension:PORT<Pt>:FREQuency{[1]|2}? Sets or reads out the values of the frequency 1 and frequency 2 to Description calculate the loss for the port extension function (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} <frequency> the frequency value from 85E6 to 5.4E9 (R54), Parameter from 85E6 to 14E9 (R140),...
Remote Control Commands SENS:CORR:EXT:PORT:INCL SENSe<Ch>:CORRection:EXTension:PORT<Pt>:INCLude{[1]|2}[:STATe] {ON|OFF|1|0} SENSe<Ch>:CORRection:EXTension:PORT<Pt>:INCLude{[1]|2}[:STATe] Sets or reads out the ON/OFF state of the compensation of the loss Description 1 and loss 2 for the port extension function (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} {ON|1} Loss compensation ON Parameter {OFF|0} Loss compensation OFF Query Response {0|1}...
Remote Control Commands SENS:CORR:EXT:PORT:LOSS SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS{[1]|2} <loss> SENSe<Ch>:CORRection:EXTension:PORT<Pt>:LOSS{[1]|2}? Sets or reads out the values of the loss 1 and loss 2 for the port Description extension function (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} Parameter <loss> the loss value from –200 to 200 Unit dB (decibel) Out of Range...
Remote Control Commands SENS:CORR:EXT:PORT:TIME SENSe<Ch>:CORRection:EXTension:PORT<Pt>:TIME <time> SENSe<Ch>:CORRection:EXTension:PORT<Pt>:TIME? Sets or reads out the electrical delay value for the port extension Description function (command/query). Port <Pt> of channel <Ch>, Target <Ch>={[1]|2|3|4} <Pt>={[1]} Parameter <time> the electrical delay value from –10 to 10 Unit s (second) Out of Range...
Remote Control Commands SENS:CORR:IMP SENSe:CORRection:IMPedance[:INPut][:MAGNitude] <impedance> SENSe:CORRection:IMPedance[:INPut][:MAGNitude]? Description Sets or reads out the system impedance Z0 (command/query) Parameter <impedance> the Z0 value from 0.001 to 1000 Unit Ω (Ohm) Out of Range Sets the value of the limit, which is closer to the specified value. Query Response <numeric>...
Remote Control Commands SENS:CORR:STAT SENSe<Ch>:CORRection:STATe {ON|OFF|1|0} SENSe<Ch>:CORRection:STATe? Sets or reads out the ON/OFF state of the error correction Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} : Error correction ON {ON|1} Parameter : Error correction OFF {OFF|0} {0|1} Query Response Preset Value Equivalent Calibration >...
Remote Control Commands SENS:CORR:TRAN:TIME:FREQ SENSe<Ch>:CORRection:TRANsform:TIME:FREQuency <frequency> SENSe<Ch>:CORRection:TRANsform:TIME:FREQuency? Sets or reads out the frequency value at which the cable loss specified for the cable correction function, when the time domain Description transformation function is turned ON. (command/query) Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <frequency>...
Remote Control Commands SENS:CORR:TRAN:TIME:LOSS SENSe<Ch>:CORRection:TRANsform:TIME:LOSS <numeric> SENSe<Ch>:CORRection:TRANsform:TIME:LOSS? Sets or reads out the cable loss value for the cable correction Description function, when the time domain transformation function is turned ON. (command/query) Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the cable loss value. Unit dB/m (decibell / meter) Query Response...
Remote Control Commands SENS:CORR:TRAN:TIME:RVEL SENSe<Ch>:CORRection:TRANsform:TIME:RVELocity <numeric> SENSe<Ch>:CORRection:TRANsform:TIME:RVELocity? Sets or reads out the cable relative wave speed velocity for the cable correction function, when the time domain transformation Description function is turned ON. (command/query) Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> the cable velocity factor. Query Response <numeric>...
Remote Control Commands SENS:CORR:TRAN:TIME:STAT SENSe<Ch>:CORRection:TRANsform:TIME:STATe <bool> SENSe<Ch>:CORRection:TRANsform:TIME:STATe? Turns ON/OFF the cable correction when the time domain Description transformation function is turned ON. (command/query) Channel <Ch>, Target <Ch>={[1]|2|3|4} Specifies state of the cable correction: Parameter {ON|1} {OFF|0} Query Response {0|1} Preset Value Equivalent Analysis >...
Remote Control Commands SENS:FREQ:DATA? SENSe<Ch>:FREQuency:DATA? Reads out the array of the measurement points frequency (query only). The array size is N, where N is the number of measurement points. Description For the n–th point, where n from 1 to N: the frequency value at the n–th measurement <numeric n>...
Remote Control Commands SENS:FREQ:CENT SENSe<Ch>:FREQuency:CENTer <frequency> SENSe<Ch>:FREQuency:CENTer? Sets or reads out the stimulus center value of the sweep range for Description linear or logarithmic sweep type (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <frequency> the stimulus center value from 85E6 to 5.4E9 ( R54), Parameter from 85E6 to 14E9 (R140), from 1e6 to 6e9 (R60),...
Remote Control Commands SENS:FREQ:SPAN SENSe<Ch>:FREQuency:SPAN <frequency> SENSe<Ch>:FREQuency:SPAN? Sets or reads out the stimulus span value of the sweep range for Description linear or logarithmic sweep type (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <frequency> the stimulus span value from 0 to 5.315E9 (R54), Parameter from 0 to 13.915E9 (R140), from 0 to 5.999e9 (R60),...
Remote Control Commands SENS:FREQ:STAR SENSe<Ch>:FREQuency:STARt <frequency> SENSe<Ch>:FREQuency:STARt? Sets or reads out the stimulus start value of the sweep range for Description linear or logarithmic sweep type (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <frequency> the stimulus start value from 85E6 to 5.4E9 (R54), Parameter from 85E6 to 14E9 (R140), from 1e6 to 6e9 (R60),...
Remote Control Commands SENS:FREQ: STOP SENSe<Ch>:FREQuency:STOP <frequency> SENSe<Ch>:FREQuency:STOP? Sets or reads out the stimulus stop value of the sweep range for Description linear or logarithmic sweep type (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <frequency> the stimulus start value from 85E6 to 5.4E9 (R54), Parameter from 85E6 to 14E9 (R140), from 1e6 to 6e9 (R60),...
Remote Control Commands SENS:ROSC:SOUR SENSe<Ch>:ROSCillator:SOURce {INTernal|EXTernal} SENSe<Ch>:ROSCillator:SOURce? Sets or reads out the internal or external source of the reference Description frequency of 10 MHz (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} "INTernal" : Internal source of the reference frequency Parameter "EXTernal" : External source of the reference frequency Out of Range Error occurs.
Remote Control Commands SENS:SEGM:DATA SENSe<Ch>:SEGMent:DATA <numeric list > SENSe<Ch>:SEGMent:DATA? Sets or reads out the array of the segment sweep table (command/query). The array has the following format: { <Buf>, <Flag1>, <Flag2>, <Flag3>, <Flag4>, <Flag5>, <N>, <Start 1>, <Stop 1>, <NOP 1> [,<IFBW 1>] [,<Pow 1>] [,<Del 1>] [,<Time 1>], <Start 2>, <Stop 2>, <NOP 2>...
Remote Control Commands SENS:SWE:POIN SENSe<Ch>:SWEep:POINts <numeric> SENSe<Ch>:SWEep:POINts? Sets or reads out the number of measurement points Description (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} <numeric> the number of measurement points Parameter from 2 to 100001. Out of Range Sets the value of the limit, which is closer to the specified value. Query Response <numeric>...
Remote Control Commands SENS:SWE:POIN:TIME SENSe<Ch>:SWEep:POINt:TIME <time> SENSe<Ch>:SWEep:POINt:TIME? Sets or reads out the delay before measurement in each Description measurement point (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <time> the measurement delay value from 0 to 0.3 5E–6 Resolution Unit s (second) Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands SENS:SWE:TYPE SENSe<Ch>:SWEep:TYPE {LINear|LOGarithmic|SEGMent} SENSe<Ch>:SWEep:TYPE? Description Sets or reads out the sweep type (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} "LINear" Linear frequency sweep Parameter "LOGarithmic" Logarithmic frequency sweep "SEGMent" Segment frequency sweep Out of Range Error occurs. The command is ignored. Error code: 206. Query Response {LIN|LOG|SEGM} Preset Value...
Remote Control Commands SERV:CHAN:TRAC:ACT? SERVice:CHANnel<Ch>:TRACe:ACTive? Description Read out the active trace number of the channel (query only). Channel <Ch>, Target <Ch>={[1]|2|3|4} Query Response <numeric> from 1 to 4 Equivalent None Softkeys SERV:CHAN:TRAC:COUN? SERVice:CHANnel:TRACe:COUNt? Reads out the maximum number of the traces in the channel Description (query only).
Remote Control Commands SERV:SWE:FREQ:MAX? SERVice:SWEep:FREQuency:MAXimum? Reads out the upper limit of the measurement frequency (query Description only). Query Response <numeric> Unit Hz (Hertz) Equivalent None Softkeys SERV:SWE:FREQ:MIN? SERVice:SWEep:FREQuency:MINimum? Reads out the lower frequency of the measurement frequency Description (query only). Query Response <numeric>...
Remote Control Commands SERV:SWE:POIN? SERVice:SWEep:POINts? Reads out the maximum number of the measurement points Description (query only). Query Response <numeric> Equivalent None Softkeys...
Remote Control Commands SOUR:POW SOURce<Ch>:POWer[:LEVel][:IMMediate][:AMPLitude] {MIN|MAX|<power>} SOURce<Ch>:POWer[:LEVel][:IMMediate][:AMPLitude]? Sets or reads out the power level for the frequency sweep Description (command/query). (only for R60, R180) Channel <Ch>, Target <Ch>={[1]|2|3|4|5|6|7|8|9} Parameter <power> level power Resolution 0.05 Unit dBm (decibels above 1 milliwatt) Out of Range Sets the value of the limit, which is closer to the specified value.
Remote Control Commands SOUR:POW:STAT SOURce<Ch>:POWer[:LEVel]:STATe{HIGH|LOW|ROFF} Sets or reads out the power level for the frequency sweep. Description (only for R54/R140). Channel <Ch>, Target <Ch>={[1]|2|3|4} “HIGH” high output power; Parameter “LOW” low output power: “ROFF” RF Out is Off. Out of Range Error occurs.
Remote Control Commands STAT:OPER? STATus:OPERation[:EVENt]? Reads out the value of the Operation Status Event Register (query Description only). Target Status Reporting System Query Response <numeric> Equivalent None Softkeys STAT:OPER:COND? STATus:OPERation:CONDition? Reads out the value of the Operation Status Condition Register Description (query only).
Remote Control Commands STAT:OPER:ENAB STATus:OPERation:ENABle <numeric> STATus:OPERation:ENABle? Sets or reads out the value of the Operation Status Enable Description Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:OPER:NTR STATus:OPERation:NTRansition <numeric> STATus:OPERation:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Operation Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:OPER:PTR STATus:OPERation:PTRansition <numeric> STATus:OPERation:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Operation Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:COND? STATus:QUEStionable:CONDition? Reads out the value of the Questionable Status Condition Register Description (query only). Target Status Reporting System Query Response <numeric> Equivalent None Softkeys STAT:QUES:ENAB STATus:QUEStionable:ENABle <numeric> STATus:QUEStionable:ENABle? Sets or reads out the value of the Questionable Status Enable Description Register (command/query).
Remote Control Commands STAT:QUES:LIM:CHAN:COND? STATus:QUEStionable:LIMit:CHANnel<Ch>:CONDition? Reads out the value of the Questionable Limit Channel Status Description Condition Register (query only). Channel <Ch>, Target <Ch>={[1]|2|3|4} Query Response <numeric> Equivalent None Softkeys STAT:QUES:LIM:CHAN:ENAB STATus:QUEStionable:LIMit:CHANnel<Ch>:ENABle <numeric> STATus:QUEStionable:LIMit:CHANnel<Ch>:ENABle? Sets or reads out the value of the Questionable Limit Channel Description Status Enable Register (command/query).
Remote Control Commands STAT:QUES:LIM:CHAN:NTR STATus:QUEStionable:LIMit:CHANnel<Ch>:NTRansition <numeric> STATus:QUEStionable:LIMit:CHANnel<Ch>:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Questionable Limit Channel Status Register (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:LIM:CHAN:PTR STATus:QUEStionable:LIMit:CHANnel<Ch>:PTRansition <numeric> STATus:QUEStionable:LIMit:CHANnel<Ch>:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Questionable Limit Channel Status Register (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:LIM:COND? STATus:QUEStionable:LIMit:CONDition? Reads out the value of the Questionable Limit Status Condition Description Register (query only). Target Status Reporting System Query Response <numeric> Equivalent None Softkeys STAT:QUES:LIM:ENAB STATus:QUEStionable:LIMit:ENABle <numeric> STATus:QUEStionable:LIMit:ENABle? Sets or reads out the value of the Questionable Limit Status Description Enable Register (command/query).
Remote Control Commands STAT:QUES:LIM:NTR STATus:QUEStionable:LIMit:NTRansition <numeric> STATus:QUEStionable:LIMit:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Questionable Limit Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:LIM:PTR STATus:QUEStionable:LIMit:PTRansition <numeric> STATus:QUEStionable:LIMit:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Questionable Limit Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:NTR STATus:QUEStionable:NTRansition <numeric> STATus:QUEStionable:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Questionable Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:PTR STATus:QUEStionable:PTRansition <numeric> STATus:QUEStionable:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Questionable Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:RLIM:CHAN:ENAB STATus:QUEStionable:RLIMit:CHANnel<Ch>:ENABle <numeric> STATus:QUEStionable:RLIMit:CHANnel<Ch>:ENABle? Sets or reads out the value of the Questionable Ripple Limit Description Channel Status Enable Register (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:RLIM:CHAN:NTR STATus:QUEStionable:RLIMit:CHANnel<Ch>:NTRansition <numeric> STATus:QUEStionable:RLIMit:CHANnel<Ch>:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Questionable Ripple Limit Channel Status Register (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:RLIM:CHAN:PTR STATus:QUEStionable:RLIMit:CHANnel<Ch>:PTRansition <numeric> STATus:QUEStionable:RLIMit:CHANnel<Ch>:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Questionable Ripple Limit Channel Status Register (command/query). Channel <Ch>, Target <Ch>={[1]|2|3|4} Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:RLIM:COND? STATus:QUEStionable:RLIMit:CONDition? Reads out the value of the Questionable Ripple Limit Status Description Condition Register (query only). Target Status Reporting System Query Response <numeric> Equivalent None Softkeys STAT:QUES:RLIM:ENAB STATus:QUEStionable:RLIMit:ENABle <numeric> STATus:QUEStionable:RLIMit:ENABle? Sets or reads out the value of the Questionable Ripple Limit Description Status Enable Register (command/query).
Remote Control Commands STAT:QUES:RLIM:NTR STATus:QUEStionable:RLIMit:NTRansition <numeric> STATus:QUEStionable:RLIMit:NTRansition? Sets or reads out the value of the Negative transition filter of the Description Questionable Ripple Limit Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES:RLIM:PTR STATus:QUEStionable:RLIMit:PTRansition <numeric> STATus:QUEStionable:RLIMit:PTRansition? Sets or reads out the value of the Positive transition filter of the Description Questionable Ripple Limit Status Register (command/query). Target Status Reporting System Parameter <numeric> from 0 to 65535 Out of Range Bit–to–bit AND with numeric 65535 Query Response <numeric>...
Remote Control Commands STAT:QUES? STATus:QUEStionable[:EVENt]? Reads out the value of the Questionable Status Event Register Description (query only). Target Status Reporting System Query Response <numeric> Equivalent None Softkeys SYST:COMM:ECAL:TEMP:SENS? SYSTem:COMMunicate:ECAL:TEMPerature:SENSor? Reads out the temperature of the AutoCal module connected to Description the Analyzer.
Remote Control Commands SYST:CORR SYSTem:CORRection[:STATe] {ON|OFF|1|0} SYSTem:CORRection[:STATe]? Sets or reads out the ON/OFF state of the system error correction Description (command/query). {ON|1} : System error correction ON Parameter {OFF|0}: System error correction OFF Query Response {0|1} Preset Value Equivalent System > System Correction Softkeys SYST:DATE SYSTem:DATE <numeric 1>,<numeric 2>,<numeric 3>...
Remote Control Commands SYST:ERR? SYSTem:ERRor[:NEXT]? Reads out the error message of the error occurred when executing the SCPI commands, from the FIFO (First In First Out) error queue Description stored in the instrument. The read out error is deleted from the error queue.
Remote Control Commands SYST:PRES SYSTem:PRESet Description Resets the instrument to the factory settings (no query). The difference from the*RST: command is that the trigger is set Notes to the Continuous trigger mode. Related *RST Commands Equivalent System > Preset > OK Softkeys SYST: READy? SYSTem:READy[:STATe]?
Remote Control Commands SYST:REM SYSTem:REMote Sets the instrument to the remote operation mode, when all the keys on the front panel, mouse and the touch screen are not Description active, except for one key labeled Return to Local. Pushing this button will reset the instrument to the local operation mode (no query).
Remote Control Commands SYST:TEMP:SENS? SYSTem:TEMPerature:SENSor? <numeric> Reads out the specified sensor temperature inside the Analyzer. Description (query only) Target Analyzer Parameter <numeric> : Sensor number Unit °C <numeric> Query Response Equivalent None Softkeys...
Remote Control Commands SYST:TIME SYSTem:TIME <numeric 1>,<numeric 2>,<numeric 3> SYSTem:TIME? Description Sets or reads out the current time (command/query). hours from 0 to 23; <numeric 1> Parameter minutes from 0 to 59; <numeric 2> seconds from 0 to 59. <numeric 3> Query Response <numeric 1>, <numeric 2>, <numeric 3>...
Remote Control Commands TRIG:SING TRIGger[:SEQuence]:SINGle Generates a trigger, independently of the trigger source setting (except for the External). If the trigger source is set to External, an error occurs (error code 221) and the command is ignored. If the instrument is not in the waiting for a trigger state (sweep is Description in progress or all the channels are set to Hold), an error occurs (error code 211) and the command is ignored.
Remote Control Commands TRIG:SOUR TRIGger[:SEQuence]:SOURce {INTernal|EXTernal|MANual|BUS} TRIGger[:SEQuence]:SOURce? Description Sets or reads out the sweep trigger source (command/query). "INTernal" : Internal Parameter "EXTernal" : External "BUS" : Bus Out of Range Error occurs. The command is ignored. Error code: 205 Query Response {INT|EXT|MAN|BUS} Preset Value TRIG...
Remote Control Commands TRIG:WAIT TRIGger[:SEQuence]:WAIT {HOLD|MEASure|WAIT} Delays the execution by the analyzer of the next command till the specified state of the analyzer has been reached (see options below). A query that follows the TRIG:WAIT command blocks the execution of the user program till the specified state of the analyzer has been reached.
Appendix 1. IEE488.2 Status Reporting System Σ . . . Service Request Enable Register *SRE Service Status Byte Register OPER QUES Request *STB? Generation Σ . . . Standard Event Status Enable Register *ESE Standard Event Status Register Command Execution Device Query Operation...
Page 244
Appendix 1. IEE488.2 Status Reporting System Σ . . . Questionable Status Enable Register STAT:QUES:ENAB Questionable Status Event Register STAT:QUES? Positive Transition Filter STAT:QUES:PTR Negative Transition Filter STAT:QUES:NTR Limit Ripple Questionable Status Condition Register Test Test FAIL STAT:QUES:COND? FAIL 1024...
Page 245
Appendix 1. IEE488.2 Status Reporting System Σ . . . Questionable Limit Status Enable Register STAT:QUES:LIM:ENAB Questionable Limit Status Event Register STAT:QUES:LIM? Positive Transition Filter STAT:QUES:LIM:PTR Negative Transition Filter STAT:QUES:LIM:NTR Questionable Limit Status Condition Chan 4 Chan 3 Chan 2 Chan 1 Limit Test Limit Test...
Page 246
Appendix 1. IEE488.2 Status Reporting System Σ . . . Questionable Limit Channel 1 Status Enable Register STAT:QUES:LIM:CHAN1:ENAB Questionable Limit Channel 1 Status Event Register STAT:QUES:CHAN1:LIM? Positive Transition Filter STAT:QUES:LIM:CHAN1:PTR Negative Transition Filter STAT:QUES:LIM:CHAN1:NTR Questionable Limit Channel 1 Status Trace 4 Trace 3 Trace 2 Trace 1...
Page 247
Appendix 1. IEE488.2 Status Reporting System Σ . . . Questionable Ripple Limit Status Enable Register STAT:QUES:RLIM:ENAB Questionable Ripple Limit Status Event Register STAT:QUES:RLIM? Positive Transition Filter STAT:QUES:RLIM:PTR Negative Transition Filter STAT:QUES:RLIM:NTR Questionable Ripple Limit Status Chan 9 Chan 8 Chan 7 Chan 6 Chan 5...
Appendix 2. Error Codes "Header suffix out of range" "Execution error" "Trigger ignored" "Init ignored" "Parameter Error" "Data out of range" "Illegal parameter value" "Invalid channel index" "Invalid trace index" "Invalid marker index" "Marker is not active" "Invalid save type specifier" "Invalid sweep type specifier"...
Appendix 3. Programming Examples Example 1. Program Written in C The following program shows the control over the instrument using the C language with the VISA library. The instrument address is assigned in VISA Resource Name format in the command line at the start of the program.
Page 251
Appendix 3. Programming Examples printf("Can't initialize VISA\n"); return –1; status = viOpen(defaultRM, argv[1], VI_NULL, VI_NULL, &instr); (status < VI_SUCCESS) printf("Can't open VISA address: %s\n", argv[1]); return –1; // Set the timeout for message–based communication viSetAttribute(instr, VI_ATTR_TMO_VALUE, 5000); // Read ID string from Analyzer viPrintf(instr, "*IDN?\n");...
Page 252
Appendix 3. Programming Examples Example 2. Program Written in LabView The following program shows the control over the instrument using the LabView language with the VISA library. Below see the block diagram of the program and front panel of the program with the program execution result.
Need help?
Do you have a question about the 1-Port VNA Series and is the answer not in the manual?
Questions and answers