background image

S2VNA and S4VNA SCPI Programming Manual  

 

132 

CALC:MARK:MATH:FLAT:DATA? 

CALCulate

<Ch>

[:SELected]:MARKer:MATH:FLATness:DATA? 

Description 

Reads out FLATNESS function data array. The FLATNESS  function 
is applied within the range determined by two markers. 

The array includes 4 elements: 

<numeric 1>

 

Span

<numeric 2>

 

Gain

<numeric 3>

 

Slope

;  

<numeric 4>

 

 

Flatness

 (query only)

 

Target 

The active trace of channel 

<Ch>

<Ch>

={[1]|2|...16} 

Query Response 

<numeric 1>

<numeric 2>,...<numeric 4>

 

Related Commands 

CALC:MARK:MATH:FLAT:DOM:STAR 
CALC:MARK:MATH:FLAT:DOM:STOP 

Equivalent Softkeys 

None 

 

Содержание C1209

Страница 1: ...S2 and S4 series Network Analyzer Programming Manual SCPI Commands Software version 19 1 2019...

Страница 2: ...porting System 23 2 7 5 Transfer of Binary Data 23 3 SCPI Overview 24 3 1 Messages 24 3 2 Command Tree 24 3 3 Subsystems 25 3 4 Optional Subsystems 26 3 5 Long and Short Formats 26 3 6 Case Sensitivit...

Страница 3: ...T 61 CALC FSIM EMB NETW FIL 61 CALC FSIM EMB NETW TYPE 62 CALC FSIM EMB STAT 62 CALC FSIM EMB TOP A PORT 63 CALC FSIM EMB TOP B PORT 64 CALC FSIM EMB TOP C PORT 65 CALC FSIM EMB TYPE 66 CALC FSIM SEND...

Страница 4: ...07 CALC LIM OFFS MARK 107 CALC LIM OFFS STIM 108 CALC LIM REP ALL 109 CALC LIM REP POIN 110 CALC LIM REP 110 CALC MARK 111 CALC MARK ACT 112 CALC MARK BWID 112 CALC MARK BWID DATA 113 CALC MARK BWID R...

Страница 5: ...TIME KBES 153 CALC TRAN TIME LPFR 153 CALC TRAN TIME SPAN 154 CALC TRAN TIME STAR 155 CALC TRAN TIME STOP 156 CALC TRAN TIME STAT 157 CALC TRAN TIME STEP RTIM 158 CALC TRAN TIME STIM 159 CALC TRAN TIM...

Страница 6: ...MMEM LOAD PLOS 192 MMEM LOAD RLIM 193 MMEM LOAD SEGM 193 MMEM LOAD SNP 194 MMEM LOAD SNP TRAC MEM 194 MMEM MDIR 195 MMEM STOR 195 MMEM STOR CHAN 196 MMEM STOR CHAN CLE 196 MMEM STOR CKIT 197 MMEM STO...

Страница 7: ...D TRLT 227 SENS CORR COLL CKIT ORD TRLR 228 SENS CORR COLL CKIT RES 228 SENS CORR COLL CKIT STAN ARB 229 SENS CORR COLL CKIT STAN C0 230 SENS CORR COLL CKIT STAN C1 231 SENS CORR COLL CKIT STAN C2 232...

Страница 8: ...PE 269 SENS CORR COLL SAVE 270 SENS CORR COLL SIMP SAVE 271 SENS CORR COLL THRU ADD DEL 272 SENS CORR COLL THRU ADD LENG 273 SENS CORR COLL THRU ADD UNIT 274 SENS CORR COLL THRU ADD MED 275 SENS CORR...

Страница 9: ...S CORR TYPE 309 SENS DATA CORR 310 SENS DATA RAWD 311 SENS FREQ 312 SENS FREQ DATA 313 SENS FREQ CENT 314 SENS FREQ SPAN 315 SENS FREQ STAR 316 SENS FREQ STOP 317 SENS OFFS 318 SENS OFFS PORT DATA 318...

Страница 10: ...OUR POW PORT COUP 360 SOUR POW SLOP 361 SOUR POW SLOP STAT 362 SOUR POW SPAN 363 SOUR POW STAR 364 SOUR POW STOP 365 STAT OPER 365 STAT OPER COND 366 STAT OPER ENAB 366 STAT OPER NTR 367 STAT OPER PTR...

Страница 11: ...PORT SER 391 SYST LOC 392 SYST PORT SWIT DEL 392 SYST PRES 393 SYST READy 393 SYST REM 394 SYST RWL 394 SYST HIDE 395 SYST SHOW 395 SYST TEMP SENS 395 SYST TIME 396 SYST TERM 396 TRIG 397 TRIG AVER 39...

Страница 12: ...S2VNA and S4VNA SCPI Programming Manual 12 Appendix 3 Programming Examples 423...

Страница 13: ...nstrument Software Architecture is a widely used software input output interface in the field of testing and measurement for controlling devices from a personal computer It is a library of functions f...

Страница 14: ...port and 4 port models of the CMT network analyzers listed below The 2 port network analyzers controlled by the S2VNA softwar are Planar 304 1 Planar 804 1 Planar 814 1 S5048 S5065 S5085 S7530 S5180 C...

Страница 15: ...and Common Commands for Use with ANSI IEEE Std 488 1 1987 IEEE New York NY 1992 Standard Commands for Programmable Instruments SCPI http www ivifoundation org specifications High Speed LAN Instrument...

Страница 16: ...rary hides the details of protocol implementation from the user and provides an uniform I O interface Nevertheless there are some minor differences in programming methods using the HiSLIP and TCP IP S...

Страница 17: ...To change the TCP IP port number of the HiSLIP server use the following softkeys System Misc Setup Network Setup HiSLIP Port To enable remote control of the analyzer using the Socket protocol press th...

Страница 18: ...using the IP address of the analyzer s Socket server The format of the IP address of the analyzer s Socket server Socket host address port Examples of the IP address of the analyzer s Socket server S...

Страница 19: ...ht The local configuration is possible due to to the standard TCP IP stack function TCP loopback The TCP loopback function allows network applications to communicate in a standard way within a single...

Страница 20: ...1 to the second and so on When assigning a port number the user must ensure that the port number is not used by other programs Use the analyzer s address in the user program with the mandatory indicat...

Страница 21: ...ext messages to the analyzer The end of the message according to IEEE488 2 is transmitted either by protocol means not by a symbol or by the symbol newline n 0x0A 10 or both methods together The HiSLI...

Страница 22: ...f the read operation when the newline character is received Examples of setting up the VISA library using the Socket protocol C C viSetAttribute instr VI_ATTR_TERMCHAR_EN VI_TRUE LabVIEW 2 7 3 Interru...

Страница 23: ...ted by callback functions in the VISA library Read the Status Byte using the dedicated function viReadSTB 2 7 5 Transfer of Binary Data By default data from the analyzer is sent in text form To increa...

Страница 24: ...mation about the SCPI standard can be downloaded from the IVI Foundation website 3 1 Messages The SCPI is text message oriented protocol The commands are sent as character messages One message can con...

Страница 25: ...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...

Страница 26: ...s 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 C...

Страница 27: ...GHz SENS FREQ 1E9 3 7 1 1 Multiplier Prefixes The SCPI standard allows specification of the numeric values with multiplier prefix to the measurement units Prefix Multiplier A 1e 18 F 1e 15 P 1e 12 N 1...

Страница 28: ...in command as ON or 1 logical yes OFF or 0 logical no For example DISPlay ENABle OFF DISPlay ENABle 0 3 7 3 Character Data The SCPI standard allows specification of parameters as character data as in...

Страница 29: ...lyzer 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 T...

Страница 30: ...ed by a semicolon The specification of the first command is valid for the following command except for the last leaf before the semicolon For expample SENS FREQ STAR 1 MHZ STOP 2MHZ If you need to sta...

Страница 31: ...S2VNA and S4VNA SCPI Programming Manual 31...

Страница 32: ...ed in angular brackets indicated 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...

Страница 33: ...eric DBM DBMW DBW KW W MW UW NW time Time numeric S MS US NS PS FS phase Phase numeric DEG MADEG KDEG MDEG UDEG stimulus Stimulus frequency power time numeric list Numeric List numeric 1 numeric 2 num...

Страница 34: ...le Status Event Register Questionable Limit Status Event Register Questionable Limit Channel Status Event Register no query Target Status Reporting System Equivalent Softkeys None ESE ESE numeric ESE...

Страница 35: ...ue query only Target Status Reporting System Query Response numeric Equivalent Softkeys None IDN IDN Description Reads out the Analyzer identification string query only Target Analyzer Query Response...

Страница 36: ...query Target Status Reporting System Equivalent Softkeys None OPC OPC Description Reads out the 1 at the completion of all pending operations The query blocks the execution of the user program until e...

Страница 37: ...RES command in this case all channels are set to Hold no query Target Analyzer Related Commands SYSTem PRESet Equivalent Softkeys None SRE SRE numeric SRE Description Sets or reads out the value of th...

Страница 38: ...ep under the following conditions 6 Trigger source is set to the BUS set by the command TRIG SOUR BUS otherwise an error occurs and the command is ignored 7 Analyzer must be in the trigger waiting sta...

Страница 39: ...the command TRIG SING In absence of a pending command TRIG SING the command WAI is equivalent to an empty operation A query that follows the command WAI blocks the execution of the user program till t...

Страница 40: ...ls in the Single trigger initiation mode transit to the Hold state The channels in the Continuous trigger initiation mode transit to the trigger waiting state if the trigger source is set to Internal...

Страница 41: ...e impedance is real The default impedance value equals to 25 command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal an...

Страница 42: ...CALCulate Ch FSIMulator BALun CZConversion STATe Description Turns ON OFF the common impedance conversion function of the balanced port command query Target The channel Ch 1 2 16 Parameter ON 1 ON OFF...

Страница 43: ...xture simulation function command query S4 only Target The channel Ch 1 2 16 Parameter char Specifies type of the balanced device SBALanced Unbalance Balance 3 ports BBALanced Balance Balance 4 ports...

Страница 44: ...al matching circuit command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal and Bal topology Parameter numeric the capa...

Страница 45: ...l matching circuit command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal and Bal topology Parameter numeric the condu...

Страница 46: ...or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal and Bal topology Parameter numeric the inducitance value of the L element of the differential matching circuit from 1e 18 to 1e18 Unit...

Страница 47: ...1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal and Bal topology Parameter numeric the resistance value of the R element of the differential matching circuit from 1e 18 to 1e18 Unit...

Страница 48: ...of the channel Ch command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal and Bal topology Parameter char Specifies th...

Страница 49: ...mber Bpt of the channel Ch The s2p file contains the circuit S parameters in Touchstone format command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology al...

Страница 50: ...ATe OFF ON 0 1 CALCulate Ch FSIMulator BALun DMCircuit STATe Description Turns ON OFF the differential matching circuit function command query Target The channel Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF...

Страница 51: ...impedance is real The default impedance value equals to 100 command query Target Balanced Port Bpt of channel Ch Ch 1 2 16 Bpt 1 2 1 or 2 for the Bal Bal topology always 1 for the SE Bal SE SE Bal an...

Страница 52: ...ulate Ch FSIMulator BALun DZConversion STATe Description Turns ON OFF the differential impedance conversion function of the balanced port command query Target The channel Ch 1 2 16 Parameter ON 1 ON O...

Страница 53: ...the measurement parameter of the fixture simulation function when the device type is BALanced command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter char Specifies the measurement p...

Страница 54: ...mmand query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter char Specifies the measurement parameter SDD11 SDD21 SDD12 SDD22 SCD11 SCD21 SCD12 SCD22 SDC11 SDC21 SDC12 SDC22 SCC11 SCC21 SCC...

Страница 55: ...tion when the device type is SBALanced command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter char Specifies the measurement parameter SSS11 SDS21 SSD12 SCS21 SSC12 SDD22 SCD22 SDC2...

Страница 56: ...et Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter char Specifies the measurement parameter SSS11 SSS21 SSS12 SSS22 SDS31 SDS32 SSD13 SSD23 SCS31 SCS32 SSC13 SSC23 SDD33 SCD33 SDC33 SCC33 IMB1 Im...

Страница 57: ...eset Value 0 Equivalent Softkeys Analysis Fixture Simulator BalUn CALC FSIM BAL TOP BAL CALCulate Ch FSIMulator BALun TOPology BALanced PPORts port1 port2 CALCulate Ch FSIMulator BALun TOPology BALanc...

Страница 58: ...n Sets or reads out the ports assigned to the balanced device when its type is BBALance command query Target The channel Ch 1 2 16 Parameters port1 First port number port2 Second port number port3 Thi...

Страница 59: ...Rts Description Sets or reads out the ports assigned to the balanced device when its type is SBALance command query Target The channel Ch 1 2 16 Parameters port1 First port number port2 Second port nu...

Страница 60: ...s or reads out the ports assigned to the balanced device when its type is SSBalance command query Target The channel Ch 1 2 16 Parameters port1 First port number port2 Second port number port3 Third p...

Страница 61: ...SIM EMB NETW FIL CALCulate Ch FSIMulator EMBed NETWork Nk FILename string CALCulate Ch FSIMulator EMBed NETWork Nk FILename Description Sets or reads out the name of 4 port touchstone file s4p of the...

Страница 62: ...o processing EMBed Embedding DEEMbed De Embedding Query Response NONE EMB DEEM Preset Value NONE Equivalent Softkeys Analysis Fixture Simulator De Embedding S4P Type ntwk1 Type ntwk2 None Embed De Emb...

Страница 63: ...on Sets or reads out the test port assignment when the Topology is set to A for the 4 port network embedding de embedding feature command query Target The channel Ch 1 2 16 Parameters port1 First port...

Страница 64: ...ads out the test port assignment when the Topology is set to B for the 4 port network embedding de embedding feature command query Target The channel Ch 1 2 16 Parameters port1 First port number port2...

Страница 65: ...est port assignment when the Topology is set to B for the 4 port network embedding de embedding feature command query Target The channel Ch 1 2 16 Parameters port1 First port number port2 Second port...

Страница 66: ...ogy A B Topology B C Topology C Query Response A B C Preset Value A Equivalent Softkeys Analysis Fixture Simulator De Embedding S4P Topology A B C CALC FSIM SEND DEEM STAT CALCulate Ch FSIMulator SEND...

Страница 67: ...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 Description Sets or reads out the nam...

Страница 68: ...Preset Value 0 Equivalent Softkeys Analysis Fixture Simulator Embedding Embedding CALC FSIM SEND PMC PORT STAT CALCulate Ch FSIMulator SENDed PMCircuit PORT Pt STATe OFF ON 0 1 CALCulate Ch FSIMulator...

Страница 69: ...embedded circuit of the 2 port network embedding function The file contains the circuit S parameters in Touchstone format command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2...

Страница 70: ...ut the value of the impedance for port impedance conversion function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric the impedance value fr...

Страница 71: ...el Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 0 Equivalent Softkeys Analysis Fixture Simulator Port Z Conversion Port Z Conversion CALC FSIM STAT CALCulate Ch FSIMulator STA...

Страница 72: ...ion Sets or reads out the number of traces in the channel command query Target The channel Ch 1 2 16 Parameter numeric The number of the traces in the channel from 1 to 16 Out of Range Sets the value...

Страница 73: ...Specifies parameter S11 S12 S13 S14 S parameter S21 S22 S23 S24 S31 S32 S33 S34 S41 S42 S43 S44 A B C D or Test receiver T1 T2 T3 T4 R1 R2 R3 R4 Reference receiver AUX1 AUX2 or DC Voltage V1 V2 Query...

Страница 74: ...ated Commands CALC PAR COUN Equivalent Softkeys Display Active Trace Channel Active Trace CALC PAR SPOR CALCulate Ch PARameter Tr SPORt port CALCulate Ch PARameter Tr SPORt Description Sets or reads o...

Страница 75: ...Te OFF ON 0 1 CALCulate Ch SELected CONVersion STATe Description Turns ON OFF the S parameter conversion function command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0...

Страница 76: ...ecifies parameter ZREFlection Reflection equivalent impedance ZTRansmit Transmission equivalent impedance YREFlection Reflection equivalent admittance YTRansmit Transmission equivalent admittance INVe...

Страница 77: ...Description Sets or reads out the value of the electrical delay command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the electrical delay value from 10 to 10 Unit s second Out...

Страница 78: ...t PHASe Description Sets or reads out the value of the phase offset command query Target The active trace of channel Ch Ch 1 2 16 Parameter phase the phase offset value from 360 to 360 Unit degree Out...

Страница 79: ...ry only Target The active trace of channel Ch Ch 1 2 16 Query Response Trace represents S parameter NONE Correction not applied COR Correction applied exactly C Correction interpolated C Correction ex...

Страница 80: ...n on the screen The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real number in rectangular format real part in polar and Smith char...

Страница 81: ...ta represent the memory trace values as they are shown on the screen The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real number in...

Страница 82: ...p 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 numeric 2n 1 the real part of corrected measure...

Страница 83: ...luding 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 numeric 2n...

Страница 84: ...ding on the trace setup The array contains real values The array size is N where N is the number of measurement points For the n th point where n from 1 to N numeric n the X axis value Query only Targ...

Страница 85: ...SELected FILTer GATE TIME TYPE Description Sets or reads out the gate type of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the gate type B...

Страница 86: ...ate center value of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the center value of the gate the range varies depending on the frequency span and t...

Страница 87: ...ption Sets or reads out the gate shape of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the gate shape MAXimum Maximum shape WIDE Wide shap...

Страница 88: ...ate span value of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the span value of the gate the range varies depending on the frequency span and the n...

Страница 89: ...te start value of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the start value of the gate the range varies depending on the frequency span and the...

Страница 90: ...Ter GATE TIME STATe OFF ON 0 1 CALCulate Ch SELected FILTer GATE TIME STATe Description Turns ON OFF the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON...

Страница 91: ...ate stop value of the gating function command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the stop value of the gate the range varies depending on the frequency span and the n...

Страница 92: ...og SCOMplex Smith chart format Real Imag SMITh Smith chart format R jX SADMittance Smith chart format G jB PLINear Polar format Lin PLOGarithmic Polar format Log POLar Polar format Real Imag MLINear L...

Страница 93: ...f points For the n th point where n from 1 to N numeric 2n 1 the response value in n th measurement point numeric 2n the stimulus value in n th measurement point Always set to 0 for the analysis of me...

Страница 94: ...e sweep range is used when the CALC FUNC EXEC command is executed command query Target All traces of channel Ch if the coupling is set to ON by the CALC FUNC DOM COUP command the active trace of chann...

Страница 95: ...arbitrary range turned ON by the CALC FUNC DOM STAT command specifies whether all traces of channel use the same range coupling or each trace uses individual range when the CALC FUNC EXEC command is e...

Страница 96: ...t value of the analysis range of the CALC FUNC EXEC command command query Target All traces of channel Ch if the coupling is set to ON by the CALC FUNC DOM COUP command the active trace of channel Ch...

Страница 97: ...ommand the active trace of channel Ch if otherwise Ch 1 2 16 Parameter stimulus the stop value of analysis range Unit Hz s dBm Query Response numeric Preset Value 0 Related Commands CALC FUNC DOM Equi...

Страница 98: ...lower limit for the peak excursion value when executing the peak search with the CALC FUNC EXEC command command query Target The active trace of channel Ch Ch 1 2 16 Parameter numeric the lower limit...

Страница 99: ...ALC FUNC EXEC command Always reads out 1 when the search is executed for the maximum minimum mean standard deviation peak and peak to peak values The actual number of points is read out when the searc...

Страница 100: ...e polarity when performing the peak search with the CALC FUNC EXEC command command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the polarity POSitive Positive peaks N...

Страница 101: ...the target level when performing the search for the trace and the target level crosspoints with the CALC FUNC EXEC command command query Target The active trace of channel Ch Ch 1 2 16 Parameter nume...

Страница 102: ...erforming the search for the trace and the target level crosspoints with the CALC FUNC EXEC command command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the transitio...

Страница 103: ...ive trace of channel Ch Ch 1 2 16 Parameter char Specifies the transition PTPeak Peak to peak difference between the maximum value and the minimum value STDEV Standard deviation MEAN Mean value MAXimu...

Страница 104: ...d LIMit STATe OFF ON 0 1 CALCulate Ch SELected LIMit STATe Description Turns ON OFF the limit test command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Respo...

Страница 105: ...2 the stimulus value in the start point of the n th segment numeric 5n 1 the stimulus value in the end point of the n th segment numeric 5n 0 the response value in the start point of the n th segment...

Страница 106: ...the limit test function command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 0 Equivalent Softkeys Analysis Limit Test Limit Line...

Страница 107: ...eric the value of the limit line offset along Y axis varies depending on the data format Unit dB s Query Response numeric Preset Value 0 Equivalent Softkeys Analysis Limit Test Limit Line Offsets Resp...

Страница 108: ...it OFFSet STIMulus Description Sets the value of the limit line offset along X axis command query Target The active trace of channel Ch Ch 1 2 16 Parameter stimulus the value of the limit line offset...

Страница 109: ...n th point where n from 1 to N numeric 4n 3 the stimulus value in the n th point numeric 4n 2 the limit test result in the n th point 1 No limit 0 Fail 1 Pass numeric 4n 1 the upper limit value in the...

Страница 110: ...e trace of channel Ch Ch 1 2 16 Query Response numeric Related Commands CALC LIM REP Equivalent Softkeys None CALC LIM REP CALCulate Ch SELected LIMit REPort DATA Description Reads out the data array...

Страница 111: ...1 to 15 will turn OFF all the markers of greater numbers except of the reference marker with number 16 Turning ON OFF the reference marker with number 16 does not turn ON OFF the markers with the num...

Страница 112: ...from 1 to 15 but switchs these markers to the relative measurement mode no query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Equivalent Softkeys Markers Select Marker n Mar...

Страница 113: ...arker is ignored what is set by the CALC MARK BWID REF command The data include 4 elements numeric 1 Bandwidth numeric 2 Center frequency numeric 3 Q value numeric 4 Loss query only Target Marker Mk o...

Страница 114: ...andwidth search function reference marker or absolute maximum value of the trace command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Choose from MARKer Bandwidth search relati...

Страница 115: ...HReshold Description Sets the bandwidth definition value command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Parameter numeric the bandwidth definition value the range...

Страница 116: ...cted MARKer BWIDth TYPE Description Sets the type of the bandwidth search function command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the type of the bandwidth BPAS...

Страница 117: ...f the turned ON markers command query Target The active trace of channel Ch Ch 1 2 16 Parameter numeric range from 0 to 16 Out of Range Sets the value of the limit which is closer to the specified val...

Страница 118: ...er COUPle Description Turns ON OFF the marker coupling between traces When coupled the markers of different traces with same number track the X axis position command query Target All the traces of cha...

Страница 119: ...contain the relative values For the n th marker where n from 1 to N numeric 1 the number of turned ON markers including the reference marker N numeric 3n 1 the stimulus value of the n th marker numer...

Страница 120: ...r DISCrete Description Turns ON OFF the marker discrete mode command query Target All traces of channel Ch if the marker coupling is set to ON by the CALC MARK COUP command the active trace of channel...

Страница 121: ...ary range or the entire sweep range is used when the marker search is performed command query Target All traces of channel Ch if the marker search range coupling is set to ON by the CALC MARK FUNC DOM...

Страница 122: ...ary search range turned ON by the CALC MARK FUNC DOM command specifies whether all traces of channel use the same range coupling or each trace uses individual range when the marker search is performed...

Страница 123: ...ue of the marker search range command query Target All traces of channel Ch if the marker search range coupling is set to ON by the CALC MARK FUNC DOM COUP command the active trace of channel Ch if ot...

Страница 124: ...e of the marker search range command query Target All traces of channel Ch if the marker search range coupling is set to ON by the CALC MARK FUNC DOM COUP command the active trace of channel Ch if oth...

Страница 125: ...earch is set by the CALC MARK FUNC TYPE command no query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Related Commands CALC MARK FUNC TYPE CALC MARK FUNC DOM Equivalent Softk...

Страница 126: ...eads out the peak excursion value when the marker search for peak is performed by the CALC MARK FUNC EXEC command command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 P...

Страница 127: ...performed by the CALC MARK FUNC EXEC command command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Parameter char Specifies the peak polarity POSitive Positive polarity...

Страница 128: ...r reads out the target value when the marker search for target is performed by the CALC MARK FUNC EXEC command command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Para...

Страница 129: ...g OFF ON 0 1 CALCulate Ch SELected MARKer Mk FUNCtion TRACking Description Turns ON OFF the marker search tracking command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16...

Страница 130: ...e CALC MARK FUNC EXEC command command query Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Parameter char Specifies the type of the target transition POSitive Positive target t...

Страница 131: ...imum value search MINimum Minimum value search PEAK Peak search LPEak Peak search to the left from the marker RPEak Peak search to the right from the marker TARGet Target search LTARget Target search...

Страница 132: ...FLATNESS function is applied within the range determined by two markers The array includes 4 elements numeric 1 Span numeric 2 Gain numeric 3 Slope numeric 4 Flatness query only Target The active tra...

Страница 133: ...Preset Value 0 Equivalent Softkeys Markers Marker Math Flatness Flatness CALC MARK MATH FLAT DOM STAR CALCulate Ch SELected MARKer MATH FLATness STARt numeric CALCulate Ch SELected MARKer MATH FLATne...

Страница 134: ...number from 1 to 16 Query Response numeric Preset Value 2 Equivalent Softkeys Markers Marker Math Flatness Flatness Stop CALC MARK REF CALCulate Ch SELected MARKer REFerence STATe OFF ON 0 1 CALCulat...

Страница 135: ...type of the marker search STARt Sweep start value set to the stimulus value of the marker position STOP Sweep stop value set to the stimulus value of the marker position CENTer Sweep center value set...

Страница 136: ...uery Target Marker Mk of the active trace of channel Ch Ch 1 2 16 Mk 1 2 16 Parameter stimulus the stimulus value of the marker the range is from the stimulus start value to the stimulus stop value cu...

Страница 137: ...e read out as relative values to the reference marker The data include 2 elements numeric 1 real number in rectangular format real part in polar and Smith chart formats numeric 2 0 in rectangular form...

Страница 138: ...r char Specifies the math operation DIVide Division Data Mem MULTiply Multiplication Data x Mem ADD Addition Data Mem SUBTract Subtraction Data Mem NORMal No math Query Response NORM SUBT DIV ADD MULT...

Страница 139: ...e OFF ON 0 1 CALCulate Ch SELected MSTatistics STATe Description Turns ON OFF the math statistics display command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Quer...

Страница 140: ...within the range specified by CALC MST DOM command the range limits are determined by two markers The data include 3 elements numeric 1 Mean value numeric 2 Standard deviation numeric 3 Peak to peak d...

Страница 141: ...r entire frequency range is used for math statistic calculation The partial frequency range is limited by two markers command query Target The active trace of channel Ch Ch 1 2 16 Parameter Choose fro...

Страница 142: ...or reads out the number of the marker which specifies the start frequency of the math statistics range command query Target The active trace of channel Ch Ch 1 2 16 Parameter numeric marker number fro...

Страница 143: ...2 16 Parameter numeric marker number from 1 to 16 Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric Preset Value 2 Equivalent Softkeys Markers Mar...

Страница 144: ...e segment 0 Off 1 On numeric 4n 1 the stimulus value in the beginning point of the n th segment numeric 4n 0 the stimulus value in the end point of the n th segment numeric 4n 1 the ripple limit value...

Страница 145: ...Softkeys Analysis Ripple Limit Ripple Limit CALC RLIM DISP SEL CALCulate Ch SELected RLIMit DISPlay SELect numeric CALCulate Ch SELected RLIMit DISPlay SELect Description Sets or reads out the number...

Страница 146: ...1 2 16 Parameter char Specifies the math operation OFF Ripple value display OFF ABSolute Absolute value MARgin Margin difference between the ripple limit and the absolute value Query Response OFF ABS...

Страница 147: ...here N is the number of ripple limit bands For the n th point where n from 1 to N numeric 1 N total number of the bands numeric 3n 1 n number of the band numeric 3n 0 Ripple value in the n th band num...

Страница 148: ...ted SMOothing STATe OFF ON 0 1 CALCulate Ch SELected SMOothing STATe Description Turns ON OFF the trace smoothing command query Target Active trace of channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF...

Страница 149: ...ets or reads out the smoothing aperture when performing smoothing function command query Target Active trace of channel Ch Ch 1 2 16 Parameter numeric the smoothing aperture from 0 01 to 20 Unit perce...

Страница 150: ...ects the transformation type for the time domain transformation function band pass or low pass command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the transformation...

Страница 151: ...he time domain transformation function is turned ON command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the time domain center value the range varies depending on the specifie...

Страница 152: ...mpulse width setting changes the parameter and setting of parameter changes the impulse width command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the impulse width the range v...

Страница 153: ...nel Ch Ch 1 2 16 Parameter numeric parameter from 0 to 13 Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric Preset Value 6 Equivalent Softkeys Anal...

Страница 154: ...time domain transformation function is turned ON command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the time domain span value the range varies depending on the specified fre...

Страница 155: ...time domain transformation function is turned ON command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the time domain start value the range varies depending on the specified f...

Страница 156: ...time domain transformation function is turned ON command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the time domain stop value the range varies depending on the specified fre...

Страница 157: ...STATe OFF ON 0 1 CALCulate Ch SELected TRANsform TIME STATe Description Turns ON OFF the time domain transformation function command query Target The active trace of channel Ch Ch 1 2 16 Parameter ON...

Страница 158: ...rameter The impulse width setting changes the parameter and setting of parameter changes the impulse width command query Target The active trace of channel Ch Ch 1 2 16 Parameter time the impulse widt...

Страница 159: ...lus Description Selects the stimulus type for the time domain transformation function impulse or step command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Specifies the stimulu...

Страница 160: ...FLection TYPE Description Selects the reflection distance either one way or round trip for the time domain transformation function command query Target The active trace of channel Ch Ch 1 2 16 Paramet...

Страница 161: ...Description Selects the the transformation unit for the time domain transformation function seconds meters feet command query Target The active trace of channel Ch Ch 1 2 16 Parameter char Choose fro...

Страница 162: ...olor for trace display command query Parameter numeric 1 Red value R from 0 to 255 numeric 2 Green value G from 0 to 255 numeric 3 Blue value B from 0 to 255 Out of Range Sets the value of the limit w...

Страница 163: ...e R from 0 to 255 numeric 2 Green value G from 0 to 255 numeric 3 Blue value B from 0 to 255 Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric 1 nu...

Страница 164: ...mand query Target Trace Tr Tr 1 2 16 Parameter numeric 1 Red value R from 0 to 255 numeric 2 Green value G from 0 to 255 numeric 3 Blue value B from 0 to 255 Out of Range Sets the value of the limit w...

Страница 165: ...ue G from 0 to 255 numeric 3 Blue value B from 0 to 255 Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric 1 numeric 2 numeric 3 Preset Value Varies...

Страница 166: ...OFF Query Response 0 1 Preset Value 0 Equivalent Softkeys Analysis Limit Test Fail Sign Analysis Ripple Limit Fail Sign DISP IMAG DISPlay IMAGe char DISPlay IMAGe Description Turns ON OFF the invertio...

Страница 167: ...nt Softkeys None DISP MAX DISPlay MAXimize OFF ON 0 1 DISPlay MAXimize Description Turns ON OFF of the maximization of the active channel window command query Target The active channel set by the comm...

Страница 168: ...SPlay SPLit numeric DISPlay SPLit Description Sets or reads out the layout of the channel windows on the screen The channel window layout on the screen see below command query Parameter numeric the nu...

Страница 169: ...uery Related Commands DISP ENAB Equivalent Softkeys None DISP WIND ACT DISPlay WINDow Ch ACTivate Description Sets the active channel no query Target Channel Ch Ch 1 2 16 Notes At attempt to set to th...

Страница 170: ...display position of each trace when the only active trace display feature is turned OFF by the DISP WIND ANN MARK SING command command query Target Channel Ch Ch 1 2 16 Parameter char Choose from VERT...

Страница 171: ...h 1 2 16 Parameter Choose from ON 1 Active trace markers OFF 0 All trace markers Query Response 0 1 Preset Value 1 Equivalent Softkeys Markers Properties Active Only DISP WIND MAX DISPlay WINDow Ch MA...

Страница 172: ...The graph layout in the channel window see below command query Target Channel Ch Ch 1 2 16 Parameter numeric the number of the graph layout from 1 to 16 Out of Range Sets the value of the limit which...

Страница 173: ...2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 0 Equivalent Softkeys Display Title Label DISP WIND TITL DATA DISPlay WINDow Ch TITLe DATA string DISPlay WINDow Ch TITLe DATA Descript...

Страница 174: ...isplay position of the marker annotation on the X axis by a percentage of the display width command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter numeric the display position of th...

Страница 175: ...isplay position of the marker annotation on the Y axis by a percentage of the display height command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter numeric the display position of t...

Страница 176: ...ATe Description Turns ON OFF the memory trace display command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 0 Notes If the memory...

Страница 177: ...Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 1 Equivalent Softkeys Display Display Data Data Memory ON Display Display Memory OFF OFF DISP WI...

Страница 178: ...a format is the Smith chart format or the polar format Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter numeric the scale value from 10E 18 to 1E18 Out of Range Sets the value of the limit...

Страница 179: ...he reference line response value on the reference line For the rectangular format only command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter numeric the reference value from 10E 18...

Страница 180: ...ine For the rectangular format only command query Target Trace Tr of channel Ch Tr 1 2 16 Ch 1 2 16 Parameter numeric the reference line position from 0 to the number of the scale divisions set by the...

Страница 181: ...e graph horizontal axis for the segment sweep command query Target Channel Ch Ch 1 2 16 Parameter char Choose from LINear Frequency base linear frequency axis OBASe Order base linear axis of the point...

Страница 182: ...he number of the vertical scale divisions For the rectangular format only command query Target Channel Ch Ch 1 2 16 Parameter numeric the number of the vertical scale divisions from 4 to 30 Out of Ran...

Страница 183: ...the binary data transfer format is set by the FORM DATA command command query Parameter char Choose from NORMal Normal big endian format SWAPped Swapped little endian format Query Response NORM SWAP...

Страница 184: ...M CALC FUNC DATA CALC LIM DATA CALC LIM REP CALC LIM REP ALL CALC RLIM DATA CALC RLIM REP SENS FREQ DATA SENS SEGM DATA command query Parameter char Choose from ASCii Character format REAL Binary form...

Страница 185: ...t Print Embedded HCOP ABOR HCOPy ABORt Description Aborts the printout no query Equivalent Softkeys None HCOP DATE STAM HCOPy DATE STAMp OFF ON 0 1 HCOPy DATE STAMp Description Turns ON OFF the date a...

Страница 186: ...Inverted color printout Query Response NORM INV Preset Value NORM Equivalent Softkeys System Print Invert Image HCOP PAIN HCOPy PAINt char HCOPy PAINt Description Sets or reads out the color chart for...

Страница 187: ...ommand INIT CONT OFF If the Internal trigger source is selected by the command TRIG SOUR INT then the command initiates a sweep in the single channel otherwise the channel goes to the Waiting for a Si...

Страница 188: ...goes to the trigger waiting state Upon receipt of a trigger from the selected source the sweep starts for the channels awaiting trigger On completion of the sweep the channel goes to the trigger wait...

Страница 189: ...at A B Name 1 Size 1 Name 2 Size 2 Name N Size N Where N is the number of all files in the specified directory and n is an integer between 1 and N A Space in use of the hard drive byte B Available spa...

Страница 190: ...TATe string Description Recalls the specified Analyzer state file The file must be saved by the MMEM STOR command no query Parameter string File name Notes If the full path of the file is not specifie...

Страница 191: ...ister B C Recall from register C D Recall from register D Equivalent Softkeys Save Recall Recall Channel State A B C D MMEM LOAD CKIT MMEMory LOAD CKIT Ck string Description Recalls the definition fil...

Страница 192: ...ension by default Equivalent Softkeys Analysis Limit Test Edit Limit Line Restore Limit Table MMEM LOAD PLOS MMEMory LOAD PLOSs Pt string Description Recalls the loss compensation file The file must b...

Страница 193: ...ed for the file The ripple limit file has rlm extension by default Equivalent Softkeys Analysis Ripple Limit Edit Ripple Limit Restore Ripple Limit Table MMEM LOAD SEGM MMEMory LOAD SEGMent string Des...

Страница 194: ...rom Touchstone File To S parameters MMEM LOAD SNP TRAC MEM MMEMory LOAD SNP TRACe Tr MEMory string Description Loads the Touchstone file with the specified name to the memory trace The Touchstone file...

Страница 195: ...lent Softkeys None MMEM STOR MMEMory STORe STATe string Description Saves the Analyzer state into a file no query Parameter string File name Notes If the full path of the file is not specified the Sta...

Страница 196: ...t Active channel set by the DISP WIND ACT command Parameter char Choose from A Save to register A B Save to register B C Save to register C D Save to register D Equivalent Softkeys Save Recall Save Ch...

Страница 197: ...searched for the file The calibration kit definition file has ckd extension by default Equivalent Softkeys None MMEM STOR FDAT MMEMory STORe FDATa string Description Saves the CSV formatted data into...

Страница 198: ...le had PNG format in all the other cases the file has BMP format Equivalent Softkeys System Print Print Windows Save as MMEM STOR LIM MMEMory STORe LIMit string Description Saves the limit table into...

Страница 199: ...ive channel set by the DISP WIND ACT command Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter string File name Notes If the full path of the file is not specified the CalKit subdirectory of the applica...

Страница 200: ...arched for the file The ripple limit file has rlm extension by default Equivalent Softkeys Analysis Ripple Limit Edit Ripple Limit Save Ripple Limit Table MMEM STOR SEGM MMEMory STORe SEGMent string D...

Страница 201: ...reSim subdirectory of the application directory will be searched for the file The file has sNp extension by default Equivalent Softkeys Save Recall Save Data to Touchstone File Save File MMEM STOR SNP...

Страница 202: ...t Softkeys Save Recall Save Data to Touchstone File Type 1 Port s1p Save Recall Save Data to Touchstone File Select Port MMEM STOR SNP TYPE S2P MMEMory STORe SNP TYPE S2P port1 port2 MMEMory STORe SNP...

Страница 203: ...meric1 numeric2 numeric3 Equivalent Softkeys Save Recall Save Data to Touchstone File Type 3 Port s3p MMEM STOR SNP TYPE S4P MMEMory STORe SNP TYPE S4P port1 port2 port3 port4 MMEMory STORe SNP TYPE S...

Страница 204: ...STOR CHAN command command query Parameter char Choose from STATe Measurement conditions CSTate Measurement conditions and calibration DSTate Measurement conditions and data CDSTate Measurement condit...

Страница 205: ...e data block The next number indicates how many of the following digits describe the length of the data block 001000 Length of the data block Notes The command is not applicable with the TCP IP Socket...

Страница 206: ...nd query Target Channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 0 Related Commands SENS AVER COUN Equivalent Softkeys Average Averaging SENS AVER CLE SENSe Ch AVERage...

Страница 207: ...t the averaging factor when the averaging function turned on command query Target Channel Ch Ch 1 2 16 Parameter numeric the averaging factor from 1 to 999 Out of Range Sets the value of the limit whi...

Страница 208: ...uery Target Channel Ch Ch 1 2 16 Parameter frequency the IF bandwidth value Unit Hz Hertz Out of Range Sets the value of the analyzer limit which is closer to the specified value Query Response numeri...

Страница 209: ...1 2 16 Parameter char Specifies the Error term ER Reflection tracking ED Directivity ES Source match ET Transmission tracking EX Isolation EL Load match rcvport the number of the receiver port from 1...

Страница 210: ...o 2 or 4 srcport the number of the source port from 1 to 2 or 4 Out of Range If the same port numbers are specified an error occurs Related Commands SENS CORR COEF SAVE Equivalent Softkeys None SENS C...

Страница 211: ...Ch 1 2 16 Parameter port the number of the port from 1 to 2 or 4 Related Commands SENS CORR COEF SAVE Equivalent Softkeys None SENS CORR COEF METH SOLT1 SENSe Ch CORRection COEFficient METHod SOLT1 p...

Страница 212: ...ort numbers are specified an error occurs Related Commands SENS CORR COEF SAVE Equivalent Softkeys None SENS CORR COEF METH SOLT3 SENSe Ch CORRection COEFficient METHod SOLT3 port1 port2 port3 Descrip...

Страница 213: ...mber from 1 to 4 Out of Range If the same port numbers are specified an error occurs Related Commands SENS CORR COEF SAVE Equivalent Softkeys None SENS CORR COEF METH THRU SENSe Ch CORRection COEFfici...

Страница 214: ...ally turns ON 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 Target Channel Ch Ch 1 2 16 Related...

Страница 215: ...lue must be negative for the adapter removal function and must be positive for the adapter insertion function If this value is set to zero the analyzer uses an algorithm to automatically determine the...

Страница 216: ...function The value must be negative for the adapter removal function and must be positive for the adapter insertion function If this value is set to zero the analyzer uses an algorithm to automaticall...

Страница 217: ...UNIT Description Selects the display units of the adapter delay length in the adapter removal insertion function command query Target The active trace of channel Ch Ch 1 2 16 Parameter SEConds Selects...

Страница 218: ...dapter removal insertion function command query Target The active trace of channel Ch Ch 1 2 16 Parameter COAXial Specifies the coaxial adapter WAVeguide Specifies the waveguide adapter Query Response...

Страница 219: ...val insertion function When setting the adapter length this parameter is used to calculate the adapter delay therefore this parameter must be set before setting of the adapter length When setting the...

Страница 220: ...e numeric Preset Value 1 0 GHz Equivalent Softkeys Calibration Calibrate Adapter Removal Insertion Cutoff Frequency SENS CORR COLL METH ADAP REM SENSe Ch CORRection COLLect METHod ADAPter REMoval port...

Страница 221: ...nds SENS CORR COLL CKIT XXXX command query Parameter numeric the number of the calibration kit from 1 to 64 Query Response numeric Preset Value 1 Equivalent Softkeys Calibration Cal Kit Cal Kit n Sele...

Страница 222: ...LOAD port numeric SENSe CORRection COLLect CKIT ORDer LOAD port Description Sets or reads out the number of the calibration standard of the load type used for the measurement of the specified port com...

Страница 223: ...tandard number is greater than the number of standards in the kit an error occurs If the specified standard number is not the open standard number an error occurs Query Response numeric Equivalent Sof...

Страница 224: ...he measurement of the specified port command query Target Selected calibration kit Parameter port the number of the port from 1 to 2 or 4 numeric the number of the calibration standard Out of Range If...

Страница 225: ...n the port1 and port2 ports command query Target Selected calibration kit Parameter port1 the number of the receiver port from 1 to 2 or 4 port2 the number of the source port from 1 to 2 or 4 numeric...

Страница 226: ...ween the port1 and port2 ports command query Target Selected calibration kit Parameter port1 the number of the receiver port from 1 to 2 or 4 port2 the number of the source port from 1 to 2 or 4 numer...

Страница 227: ...ween the port1 and port2 ports command query Target Selected calibration kit Parameter port1 the number of the receiver port from 1 to 2 or 4 port2 the number of the source port from 1 to 2 or 4 numer...

Страница 228: ...the number of the calibration standard Out of Range If the specified standard number is greater than the number of standards in the kit an error occurs If the specified standard number is not the open...

Страница 229: ...standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the arbitrary impedance value from 1E...

Страница 230: ...e for the open calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the C0 valu...

Страница 231: ...the open calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the C1 value from...

Страница 232: ...he open calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the C2 value from...

Страница 233: ...he open calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the C3 value from...

Страница 234: ...lay value for the calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the offs...

Страница 235: ...ximum frequency limit of the calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numer...

Страница 236: ...nimum frequency limit of the calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numer...

Страница 237: ...e for the short calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the L0 val...

Страница 238: ...the short calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the L1 value fro...

Страница 239: ...e short calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the L2 value from...

Страница 240: ...H Hz3 Henry Hertz3 Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric Equivalent Softkeys Calibration Cal Kit Define STDs L3 10 42 H Hz3 SENS CORR C...

Страница 241: ...s value for the calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter numeric the offset...

Страница 242: ...s out the type of calibration standard command query Target Standard Std of the selected calibration kit Std 1 2 N where N the number of the standards in the calibration kit Parameter char Specifies t...

Страница 243: ...umeric the offset Z0 value from 1E18 to 1E18 Unit Ohm Out of Range Sets the value of the limit which is closer to the specified value Query Response numeric Preset Value 50 or 75 depending on the sele...

Страница 244: ...erization Information Characterization Name Characterization Date and Time Min Frequency Max Frequency Number of Points Characterization Temperature PortA Connector PortB Connector PortA Adapter PortB...

Страница 245: ...alue 0 Equivalent Softkeys Calibration AutoCal Orientation Auto Orientation SENS CORR COLL ECAL PATH SENSe CORRection COLLect ECAL PATH numeric1 numeric2 SENSe CORRection COLLect ECAL PATH numeric1 De...

Страница 246: ...nel Ch Ch 1 2 16 Parameter port Port Number Equivalent Softkeys Calibration AutoCal 1 Port AutoCal Port n SENS CORR COLL ECAL SOLT2 SENSe Ch CORRection COLLect ECAL SOLT2 port1 port2 Description Execu...

Страница 247: ...port1 Port Number port2 Port Number port3 Port Number Equivalent Softkeys Calibration AutoCal 3 Port AutoCal SENS CORR COLL ECAL SOLT4 SENSe Ch CORRection COLLect ECAL SOLT3 port1 port2 port3 port4 D...

Страница 248: ...erization number used when executing AutoCal factory or user characterizations command query Target AutoCal Parameter char Specifies the stimulus type CHAR0 factory characterization CHAR1 user charact...

Страница 249: ...UTHRu STATe OFF ON 0 1 SENSe CORRection COLLect ECAL UTHRu STATe Description Turns ON OFF the Unknown Thru feature when the AutoCal Module calibration is executed command query Target AutoCal Paramete...

Страница 250: ...source port srcport The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the...

Страница 251: ...rt port The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the measurement c...

Страница 252: ...rt port The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the measurement c...

Страница 253: ...port port The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the measurement...

Страница 254: ...port srcport The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the measurem...

Страница 255: ...ing the thru standard The array size is 2N where N is the number of measurement points For the n th point where n from 1 to N numeric 2n 1 real part of the measurement numeric 2n imaginary part of the...

Страница 256: ...urce port from 1 to 2 or 4 Out of Range If the same port numbers are specified an error occurs Notes The command starts the measurement immediately if the trigger source for calibration set to the Int...

Страница 257: ...measurement immediately if the trigger source for calibration set to the Internal by the command SENS CORR TRIG FREE otherwise waits for the trigger signal The command blocks the execution of the subs...

Страница 258: ...Notes The command starts the measurement immediately if the trigger source for calibration set to the Internal by the command SENS CORR TRIG FREE otherwise waits for the trigger signal The command bl...

Страница 259: ...Notes The command starts the measurement immediately if the trigger source for calibration set to the Internal by the command SENS CORR TRIG FREE otherwise waits for the trigger signal The command blo...

Страница 260: ...he number of the source port from 1 to 2 or 4 Out of Range If the same port numbers are specified an error occurs Notes The command starts the measurement immediately if the trigger source for calibra...

Страница 261: ...port from 1 to 2 or 4 port2 the number of the port from 1 to 2 or 4 Out of Range If the same port numbers are specified an error occurs Notes The command starts the measurement immediately if the tri...

Страница 262: ...the trigger signal The command blocks the execution of the subsequent commands until the completion of the measurement Equivalent Softkeys Calibration Calibrate n Port TRL Cal Thru Line SENS CORR COLL...

Страница 263: ...lected for channel Ch Ch 1 2 16 Parameter numeric the subclass number from 1 to 8 Query Response numeric Preset Value 1 Equivalent Softkeys None SENS CORR COLL METH ERES SENSe Ch CORRection COLLect ME...

Страница 264: ...rom 1 to 2 or 4 Related Commands SENS CORR COLL SAVE Equivalent Softkeys Calibration Calibrate Response Open Select Port SENS CORR COLL METH SHOR SENSe Ch CORRection COLLect METHod RESPonse SHORt port...

Страница 265: ...ivalent Softkeys Calibration Calibrate Full 1 Port Cal Select Port SENS CORR COLL METH SOLT2 SENSe Ch CORRection COLLect METHod SOLT2 port1 port2 Description Selects the ports and sets the full 2 port...

Страница 266: ...urs Related Commands SENS CORR COLL SAVE Equivalent Softkeys Calibration Calibrate Full 3 Port Cal SENS CORR COLL METH SOLT4 SENSe Ch CORRection COLLect METHod SOLT4 port1 port2 port3 port4 Descriptio...

Страница 267: ...rt numbers are specified an error occurs Related Commands SENS CORR COLL SAVE Equivalent Softkeys Calibration Calibrate Response Thru Select Port SENS CORR COLL METH TRL2 SENSe Ch CORRection COLLect M...

Страница 268: ...curs Related Commands SENS CORR COLL SAVE Equivalent Softkeys Calibration Calibrate 3 Port TRL Cal SENS CORR COLL METH TRL4 SENSe Ch CORRection COLLect METHod TRL4 port1 port2 port3 port4 Description...

Страница 269: ...alculation of the calibration coefficients on completion of the calibration executed by the SENS CORR COLL SAVE command query only Target Channel Ch Ch 1 2 16 Query Response RESPO Response Open RESPS...

Страница 270: ...he calibration standards measurements are cleared and the error correction automatically turns ON At the attempt to execute this command before all the needed standards are measured an error occurs an...

Страница 271: ...allows omit one THRU measurement The simplified 4 port calibration allows omit up to three THRU measurements If full set of calibration standard measurement is made this command behaves like the SENS...

Страница 272: ...180 when calculating the phase response of the thru If this value is set to zero the analyzer uses an algorithm to automatically determine the delay of the thru In most cases setting this value to zer...

Страница 273: ...rtainty of 180 when calculating the phase response of the thru If this value is set to zero the analyzer uses an algorithm to automatically determine the delay of the thru In most cases setting this v...

Страница 274: ...OLLect THRU ADDition UNIT Description Selects the display units of the thru delay length in the thru addition function command query Target The active trace of channel Ch Ch 1 2 16 Parameter SEConds S...

Страница 275: ...the media of the thru in the thru addition function command query Target The active trace of channel Ch Ch 1 2 16 Parameter COAXial Specifies the coaxial WAVeguide Specifies the waveguide Query Respo...

Страница 276: ...permittivity of the thru media in the thru addition function This parameter is used to calculate the adapter delay when the thru length is setting therefore this parameter must be set before setting o...

Страница 277: ...ADDition WAVeguide CUToff Description Sets or reads out the value of the cutoff frequency of the waveguide thru in the thru addition function command query Target Channel Ch Ch 1 2 16 Parameter numer...

Страница 278: ...the ports Calculates the error terms Et and El using the unknown thru algorithm Saves the Et and El error terms to the existing calibration getting the full 2 port calibration from the two 1 port cal...

Страница 279: ...ated Commands SENS CORR COLL THRU ADD FULL3 COMP Equivalent Softkeys Calibration Calibrate Thru Addition Comlete 3 Port Calibration Select Ports SENS CORR COLL THRU ADD FULL3 ACQ SENSe Ch CORRection C...

Страница 280: ...bration getting the full 3 port calibration from the three 1 port calbrations If the full 3 port calibration already existed updates the Et and El error terms no query Target Channel Ch Ch 1 2 16 Equi...

Страница 281: ...ent must be accomplished by the command SENS CORR COLL THRU ADD FULL4 ACQ This command calculates the error terms Et and El using the unknown thru algorithm Then it saves the Et and El error terms to...

Страница 282: ...ts of the Auto Port Extension function command query Target The active trace of channel Ch Ch 1 2 16 Parameter CSPN Uses current frequency span AMKR Uses the frequency of the active marker This is app...

Страница 283: ...uery Response 0 1 Preset Value 0 Equivalent Softkeys Calibration Port Extension Auto Port Extension Adjust Mismatch OFF ON SENS CORR EXT AUTO LOSS SENSe Ch CORRection EXTension AUTO LOSS OFF ON 0 1 SE...

Страница 284: ...rt Extension The set of ports for which this command is executed is determined by the SENS CORR EXT AUTO PORTcommand When two consecutive measurements of SHORT and OPEN are performed the results of th...

Страница 285: ...2VNA or 1 2 3 4 for S4VNA Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 1 Equivalent Softkeys Calibration Port Extension Auto Port Extension Select Port s SENS CORR EXT AUTO RES SENSe Ch...

Страница 286: ...start value of the user span of the auto port extension function command query Target Channel Ch Ch 1 2 16 Parameter frequency the user span start Unit Hz Hertz Out of Range Sets the value of the lim...

Страница 287: ...stop value of the user span of the auto port extension function command query Target Channel Ch Ch 1 2 16 Parameter frequency the user span stop Unit Hz Hertz Out of Range Sets the value of the limit...

Страница 288: ...EXTension STATe OFF ON 0 1 SENSe Ch CORRection EXTension STATe Description Turns ON OFF the port extension function command query Target Channel Ch Ch 1 2 16 Parameter ON 1 ON OFF 0 OFF Query Response...

Страница 289: ...nd frequency 2 to calculate the loss for the port extension function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter frequency the frequency value...

Страница 290: ...XTension PORT Pt INCLude 1 2 STATe Description Turns ON OFF the loss compensation of the loss 1 and loss 2 for the port extension function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 f...

Страница 291: ...he loss value at DC for the port extension function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric the loss value from 200 to 200 Unit dB...

Страница 292: ...values of the loss 1 and loss 2 for the port extension function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric the loss value from 200 to...

Страница 293: ...delay value for the port extension function command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter time the electrical delay value from 10 to 10 Unit s s...

Страница 294: ...M DD HH MM SS Type TypeEx IFBW Power Temperature CalKit Type RT RO RS F1 OP F2 F3 F4 TypeEx SOLT SOLR TRL COPY CalKit Calibration Kit Label and Description Equivalent Softkeys None SENS CORR IMP SENSe...

Страница 295: ...y Target Channel Ch Ch 1 2 16 Equivalent Softkeys None SENS CORR OFFS COLL CLE SENSe Ch CORRection OFFSet COLLect CLEar Description Clears the calibration measurement data of scalar mixer calibration...

Страница 296: ...meric1 Measurement port number numeric2 Frequency port number Out of Range If an incorrect port number is specified an error occurs Notes The command starts the measurement immediately if the trigger...

Страница 297: ...bration Scalar Mixer Calibration SENS CORR OFFS COLL OPEN SENSe Ch CORRection OFFSet COLLect ACQuire OPEN numeric1 numeric2 Description Measures the calibration data of the open standard of the specif...

Страница 298: ...is ON no query Target Channel Ch Ch 1 2 16 Parameter numeric1 Measurement port number numeric2 Frequency port number numeric3 Always 0 reserved Notes The command starts the measurement of the calibra...

Страница 299: ...t Channel Ch Ch 1 2 16 Parameter numeric1 Measurement port number numeric2 Frequency port number Notes The command starts the measurement immediately if the trigger source for calibration set to the I...

Страница 300: ...numeric1 Response port number numeric2 Stimulus port number Out of Range If the same port numbers are specified an error occurs Notes The command starts the measurement immediately if the trigger sou...

Страница 301: ...n data for calculating the calibration coefficient is measured an error occurs when executed no query Target Channel Ch Ch 1 2 16 Related Commands SCPI SENSe Ch CORRection OFFSet COLLect METHod SMIX2...

Страница 302: ...srcport Description Executes receiver calibration of both the test receiver and the reference receiver of the specified port Pt The test receiver calibration uses port number srcport as the source por...

Страница 303: ...n of the measurement Equivalent Softkeys Calibration Receiver Calibration Take Cal Sweep SENS CORR REC COLL TCH ACQ SENSe Ch CORRection RECeiver Pt COLLect TCHannel ACQuire srcport Description Execute...

Страница 304: ...rmed Receiver calibration is done at the condition of source power power offset command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric the power o...

Страница 305: ...orrection SENS CORR TRAN TIME FREQ SENSe Ch CORRection TRANsform TIME FREQuency frequency SENSe Ch CORRection TRANsform TIME FREQuency Description Sets or reads out the frequency value at which the ca...

Страница 306: ...eter Query Response numeric Preset Value 0 dB m Equivalent Softkeys Analysis Time Domain Cable Correction Cable Loss SENS CORR TRAN TIME RVEL SENSe Ch CORRection TRANsform TIME RVELocity numeric SENSe...

Страница 307: ...ENSe Ch CORRection TRANsform TIME STATe Description Turns ON OFF the cable correction when the time domain transformation function is turned ON command query Target Channel Ch Ch 1 2 16 Parameter ON 1...

Страница 308: ...mmand TRIG SOUR to start the calibration standard measurement The system trigger source also enables the averaging trigger function TRIG AVER and the point trigger function TRIG POIN for calibration N...

Страница 309: ...annel Ch Tr 1 2 16 Ch 1 2 16 Query Response RESPO RESPS RESPT SOLT1 SOLT2 1PATH NONE srcport rcvport Where RESPO Response Open RESPS Response Short RESPT Response Thru SOLT1 Full 1 port calibration SO...

Страница 310: ...es the Test Receiver T11 T12 T13 T14 T21 T44 Where the first index is the receiver port number and the second index is the source port number The following notations are also available T1 1 T1 2 T1 3...

Страница 311: ...eceiver T11 T12 T13 T14 T21 T44 Where the first index is the receiver port number and the second index is the source port number The following notations are also available T1 1 T1 2 T1 3 T1 4 T2 1 T4...

Страница 312: ...fixed frequency value when the power sweep type selected command query Target Channel Ch Ch 1 2 16 Parameter frequency the frequency value within the frequency limits of the analyzer Unit Hz Hertz Ou...

Страница 313: ...equency array of the measurement points The array size is N where N is the number of measurement points For the n th point where n from 1 to N numeric n the frequency value at the n th measurement poi...

Страница 314: ...sweep range for linear or logarithmic sweep type command query Target Channel Ch Ch 1 2 16 Parameter frequency the stimulus center value within the frequency limits of the analyzer Unit Hz Hertz Out o...

Страница 315: ...nge for linear or logarithmic sweep type command query Target Channel Ch Ch 1 2 16 Parameter frequency the stimulus span value from 0 to the maximum frequency span of the analyzer Unit Hz Hertz Out of...

Страница 316: ...p range for linear or logarithmic sweep type command query Target Channel Ch Ch 1 2 16 Parameter frequency the stimulus start value within the frequency limits of the analyzer Unit Hz Hertz Out of Ran...

Страница 317: ...p range for linear or logarithmic sweep type command query Target Channel Ch Ch 1 2 16 Parameter frequency the stimulus stop value within the frequency limits of the analyzer Unit Hz Hertz Out of Rang...

Страница 318: ...S PORT DATA SENSe Ch OFFSet PORT Pt FREQuency DATA Description Reads out the array of the frequency points of port Pt when the frequency offset feature is ON and offset type is PORT The array size is...

Страница 319: ...when the frequency offset feature is ON and offset type is PORT command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric divisor from 1 to 1000 Unit...

Страница 320: ...when the frequency offset feature is ON and offset type is PORT command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter numeric multiplier from 1000 to 100...

Страница 321: ...hen the frequency offset feature is ON and offset type is PORT command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter frequency offset from 1e12 to 1e12 U...

Страница 322: ...the frequency sweep start of port Pt when the frequency offset feature is ON and offset type is PORT command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Paramet...

Страница 323: ...t the frequency sweep stop of port Pt when the frequency offset feature is ON and offset type is PORT command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Paramet...

Страница 324: ...en the frequency offset feature is ON and offset type is SRCRcv The array size is N where N is the number of measurement points For the n th point where n from 1 to N numeric n the frequency value at...

Страница 325: ...r to get the receiver frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter numeric divisor from 1 to 1000 Unit n a Out of Ran...

Страница 326: ...r to get the receiver frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter numeric multiplier from 1000 to 1000 Unit n a Out...

Страница 327: ...to get the receiver frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency offset from 1e12 to 1e12 Unit Hz Out of R...

Страница 328: ...n Sets or reads out the frequency sweep start of the receivers when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency frequency...

Страница 329: ...n Sets or reads out the frequency sweep stop of the receivers when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency frequency...

Страница 330: ...when the frequency offset feature is ON and offset type is SRCRcv The array size is N where N is the number of measurement points For the n th point where n from 1 to N numeric n the frequency value a...

Страница 331: ...or to get the source frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter numeric divisor from 1 to 1000 Unit n a Out of Rang...

Страница 332: ...er to get the source frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter numeric multiplier from 1000 to 1000 Unit n a Out o...

Страница 333: ...t to get the source frequency when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency offset from 1e12 to 1e12 Unit Hz Out of Ra...

Страница 334: ...on Sets or reads out the frequency sweep start of the source when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency frequency s...

Страница 335: ...on Sets or reads out the frequency sweep stop of the source when the frequency offset feature is ON and offset type is SRCRcv command query Target Channel Ch Ch 1 2 16 Parameter frequency frequency sw...

Страница 336: ...are two frequency offset types Port1 Port2 and Source Receivers First offset type offsets ports against each other Second offset type offsets source against receivers command query Target Channel Ch...

Страница 337: ...reads out the internal or external source of the reference frequency of 10 MHz command query Target Channel Ch Ch 1 2 16 Parameter char Choose from INTernal Internal source of the reference frequency...

Страница 338: ...Setting of the Pow field 0 disabled 1 enabled Flag4 Setting of the Del field 0 disabled 1 enabled Flag5 Setting of the Time field 0 disabled 1 enabled N Number of segments Start n Start value of the...

Страница 339: ...eads out the number of measurement points command query Target Channel Ch Ch 1 2 16 Parameter numeric the number of measurement points from 2 to maximum limit of the analyzer Out of Range Sets the val...

Страница 340: ...reads out the delay before measurement in each measurement point command query Target Channel Ch Ch 1 2 16 Parameter time the measurement delay value from 0 to 0 3 sec Unit s second Out of Range Sets...

Страница 341: ...or reads out the sweep type command query Target Channel Ch Ch 1 2 16 Parameter char Specifies the sweep type LINear Linear frequency sweep LOGarithmic Logarithmic frequency sweep SEGMent Segment fre...

Страница 342: ...command query Target Channel Ch Ch 1 2 16 Parameter numeric the DC voltage range 10V or 1V Unit V Volt Out of Range Sets the value of the limit which is closer to the specified value Query Response nu...

Страница 343: ...None SERV CHAN TRAC ACT SERVice CHANnel Ch TRACe ACTive Description Read out the active trace number of the channel query only Target Channel Ch Ch 1 2 16 Query Response numeric from 1 to 16 Equivalen...

Страница 344: ...SERV SWE FREQ MAX SERVice SWEep FREQuency MAXimum Description Reads out the upper limit of the measurement frequency query only Query Response numeric Unit Hz Hertz Equivalent Softkeys None SERV SWE F...

Страница 345: ...s one port of the 4 port VNA to output the second RF source with programmable frequency and power 4 port VNA only The second RF source can be used for example as a LO in mixer measurements The auxilia...

Страница 346: ...visor to derive the frequency of the auxiliary RF source 4 port VNA only command query Target Channel Ch Ch 1 2 16 Parameter numeric the integer divisor from 1 to 1000 Unit n a Out of Range Sets the v...

Страница 347: ...ier to derive the frequency of the auxiliary RF source 4 port VNA only command query Target Channel Ch Ch 1 2 16 Parameter numeric the floating point multiplier from 1000 to 1000 Unit n a Out of Range...

Страница 348: ...offset to derive the frequency of the auxiliary RF source 4 port VNA only command query Target Channel Ch Ch 1 2 16 Parameter numeric the frequency offset from 1e12 to 1e12 Unit Hz Out of Range Sets t...

Страница 349: ...A only When set the multiplier and offset values are automatically corrected command query Target Channel Ch Ch 1 2 16 Parameter numeric start of the frequency range of the auxiliary RF source within...

Страница 350: ...only When set the multiplier and offset values are automatically corrected command query Target Channel Ch Ch 1 2 16 Parameter numeric stop of the frequency range of the auxiliary RF source within th...

Страница 351: ...used for measurements Ports are divided into two groups 1 2 and 3 4 ports The second port of the group that comprises the auxiliary port can not be used as a stimulus command query Target Channel Ch...

Страница 352: ...source 4 port VNA only command query Target Channel Ch Ch 1 2 16 Parameter numeric the power level of the auxiliary RF source within the power limits of the analyzer Unit dBm decibels above 1 milliwa...

Страница 353: ...e power level for the frequency sweep type command query Target Channel Ch Ch 1 2 16 Parameter power the power level within the power limits of the analyzer Unit dBm decibels above 1 milliwatt Resolut...

Страница 354: ...power sweep type command query Target Channel Ch Ch 1 2 16 Parameter power the power level within the power limits of the analyzer Unit dBm decibels above 1 milliwatt Resolution 0 05 dBm Out of Range...

Страница 355: ...e port couple feature is set to OFF by the SOUR POW PORT COUP command command query Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Parameter power the power level within...

Страница 356: ...0 1 Preset Value 0 Equivalent Softkeys Calibration Power Calibration Correction SOUR POW PORT CORR COLL SOURce Ch POWer PORT Pt CORRection COLLect ACQuire Description Measures the power calibration d...

Страница 357: ...to N numeric 1 the number of the table rows N integer from 0 to 10001 numeric 2n the frequency of the n th row of the table numeric 2n 1 the loss compensation value of the n th row of the table from...

Страница 358: ...t TABLe LOSS STATe Description Turns ON OFF the state of the loss compensation used when the power calibration is executed by the SOUR POW PORT CORR COLL command command query Target Port Pt of channe...

Страница 359: ...is the number of measurement points For the n th point where n from 1 to NOP numeric n power correction value of the n th point Target Port Pt of channel Ch Ch 1 2 16 Pt 1 2 for S2VNA or 1 2 3 4 for...

Страница 360: ...POWer PORT COUPle Description Turns ON OFF the port power couple Setting the port power couple to OFF allows independent power level setting for each port command query Target Channel Ch Ch 1 2 16 Par...

Страница 361: ...ds out the power slope value for the frequency sweep type command query Target Channel Ch Ch 1 2 16 Parameter numeric the power slope value from 2 to 2 Unit dB GHz decibel gigahertz Resolution 0 1 Out...

Страница 362: ...SOURce Ch POWer LEVel SLOPe STATe Description Turns ON OFF the power slope The power slope is valid for the frequency sweep type Linear Logarithimic Segment command query Target Channel Ch Ch 1 2 16 P...

Страница 363: ...type is active command query Target Channel Ch Ch 1 2 16 Parameter power the power sweep span value from 0 to maximum limit of the analyzer Unit dBm decibels above 1 milliwatt Resolution 0 05 dBm Out...

Страница 364: ...r sweep type is active command query Target Channel Ch Ch 1 2 16 Parameter power the power sweep start value within the power limits of the analyzer Unit dBm decibels above 1 milliwatt Resolution 0 05...

Страница 365: ...top value within the power limits of the analyzer Unit dBm decibels above 1 milliwatt Resolution 0 05 dBm Out of Range Sets the value of the limit which is closer to the specified value Query Response...

Страница 366: ...Target Status Reporting System Query Response numeric Equivalent Softkeys None STAT OPER ENAB STATus OPERation ENABle numeric STATus OPERation ENABle Description Sets or reads out the value of the Ope...

Страница 367: ...tatus Reporting System Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT OPER PTR STATus OPERation PTRansition numeric STATus OPERation PTRansition...

Страница 368: ...factory settings no query Target Status Reporting System Query Response numeric Equivalent Softkeys None STAT QUES COND STATus QUEStionable CONDition Description Reads out the value of the Questionab...

Страница 369: ...ister command query Target Status Reporting System Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT QUES LIM CHAN COND STATus QUEStionable LIMit CH...

Страница 370: ...1 2 16 Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT QUES LIM CHAN NTR STATus QUEStionable LIMit CHANnel Ch NTRansition numeric STATus QUEStiona...

Страница 371: ...n filter of the Questionable Limit Channel Status Register command query Target Channel Ch Ch 1 2 16 Parameter numeric from 0 to 65535 Query Response numeric Preset Value 65535 Equivalent Softkeys Non...

Страница 372: ...et Status Reporting System Query Response numeric Equivalent Softkeys None STAT QUES LIM ENAB STATus QUEStionable LIMit ENABle numeric STATus QUEStionable LIMit ENABle Description Sets or reads out th...

Страница 373: ...tatus Reporting System Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT QUES LIM PTR STATus QUEStionable LIMit PTRansition numeric STATus QUEStiona...

Страница 374: ...rting System Query Response numeric Equivalent Softkeys None STAT QUES NTR STATus QUEStionable NTRansition numeric STATus QUEStionable NTRansition Description Sets or reads out the value of the Negati...

Страница 375: ...e Status Register command query Target Status Reporting System Parameter numeric from 0 to 65535 Query Response numeric Preset Value 65535 Equivalent Softkeys None STAT QUES RLIM CHAN COND STATus QUES...

Страница 376: ...1 2 16 Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT QUES RLIM CHAN NTR STATus QUEStionable RLIMit CHANnel Ch NTRansition numeric STATus QUEStio...

Страница 377: ...r of the Questionable Ripple Limit Channel Status Register command query Target Channel Ch Ch 1 2 16 Parameter numeric from 0 to 65535 Query Response numeric Preset Value 65535 Equivalent Softkeys Non...

Страница 378: ...t Status Reporting System Query Response numeric Equivalent Softkeys None STAT QUES RLIM ENAB STATus QUEStionable RLIMit ENABle numeric STATus QUEStionable RLIMit ENABle Description Sets or reads out...

Страница 379: ...tatus Reporting System Parameter numeric from 0 to 65535 Query Response numeric Preset Value 0 Equivalent Softkeys None STAT QUES RLIM PTR STATus QUEStionable RLIMit PTRansition numeric STATus QUEStio...

Страница 380: ...e numeric Equivalent Softkeys None STAT QUES STATus QUEStionable EVENt Description Reads out the value of the Questionable Status Event Register query only Target Status Reporting System Query Respons...

Страница 381: ...beeper notifying of the completion of the operation command query Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 1 Equivalent Softkeys System Misc Setup Beeper Beep complete SYST BEEP WA...

Страница 382: ...rning command query Parameter ON 1 ON OFF 0 OFF Query Response 0 1 Preset Value 1 Equivalent Softkeys System Misc Setup Beeper Beep Warning SYST COMM ECAL TEMP SENS SYSTem COMMunicate ECAL TEMPerature...

Страница 383: ...peration OPEN OPEN impedance state SHORt SHORT impedance state LOAD LOAD impedance state LOAD2 LOAD2 impedance state OPEN2 OPEN2 impedance state Query Response OPEN SHOR LOAD THRU LOAD2 OPEN2 Preset V...

Страница 384: ...valent Softkeys None SYST CORR SYSTem CORRection STATe OFF ON 0 1 SYSTem CORRection STATe Description Turns ON OFF the system correction The system correction is the factory full 1 port calibration pe...

Страница 385: ...cycle time is changed more than 100 usec in comparison with the averaged time the averaging starts anew query only Target Analyzer Unit second Query Response numeric Equivalent Softkeys Display Proper...

Страница 386: ...numeric error code string error message If there is no error in the queue 0 No error is read out Equivalent Softkeys None SYST FREQ EXT RFP POW SYSTem FREQuency EXTender RFPort POWer numeric SYSTem FR...

Страница 387: ...s or reads out the RF Port Power Slope when analyzer is configured to work with a frequency extender command query Parameter numeric the slope value Unit dB GHz decibel gigahertz Out of Range Sets the...

Страница 388: ...r reads out the LO Port Power when analyzer is configured to work with a frequency extender command query Parameter numeric the power value Unit dBm decibel relative to 1 milliwatt Out of Range Sets t...

Страница 389: ...s or reads out the LO Port Power Slope when analyzer is configured to work with a frequency extender command query Parameter numeric the slope value Unit dB GHz decibel gigahertz Out of Range Sets the...

Страница 390: ...pe is selected the connection has been closed because of the program restart command query Parameter char Choose from NONE None FEV15 FEV 15 50 75 GHz FEV12 FEV 15 60 90 GHz FEV10 FEV 15 75 110 GHz FE...

Страница 391: ...t Pt Pt 1 2 for S2VNA or 1 2 3 4 for S4VNA Query Response 1 Connected 0 Not connected Equivalent Softkeys None SYST FREQ EXT PORT SER SYSTem FREQuency EXTender PORT Pt SERial Description Reads out whe...

Страница 392: ...Equivalent Softkeys None SYST PORT SWIT DEL SYSTem PORT SWITchover DELay STATe OFF ON 0 1 SYSTem PORT SWITchover DELay STATe Description Turns ON OFF the port switchover delay The port switchover del...

Страница 393: ...mmand is that the trigger is set to the Continuous trigger mode Related Commands RST Equivalent Softkeys System Preset OK SYST READy SYSTem READy STATe Description Reads out the ready state of the Ana...

Страница 394: ...l Pushing this button will reset the Analyzer to the local operation mode no query Related Commands SYST LOC SYST RWL Equivalent Softkeys None SYST RWL SYSTem RWLock Description Sets the Analyzer to t...

Страница 395: ...SHOW SYSTem SHOW Description Restores the analyzer main window hidden by the SCPI SYSTem HIDE command no query Related Commands SYST HIDE Equivalent Softkeys None SYST TEMP SENS SYSTem TEMPerature SE...

Страница 396: ...s or reads out the current time command query Parameter numeric 1 hours from 0 to 23 numeric 2 minutes from 0 to 59 numeric 3 seconds from 0 to 59 Query Response numeric 1 numeric 2 numeric 3 Equivale...

Страница 397: ...ommand TRIG SOUR BUS otherwise an error occurs and the command is ignored 9 Analyzer must be in the trigger waiting state otherwise the analyzer is in the measurement state or in the hold state an err...

Страница 398: ...hannels with the averaging enabled The averaging process begins again with each trigger Note The point trigger function has priority against this command When the point trigger is enabled the number o...

Страница 399: ...ads out the response delay with respect to the external trigger signal command query Parameter time the delay value from 0 to 100 sec Unit s second Out of Range Sets the value of the limit which is cl...

Страница 400: ...ernal SLOPe Description Sets or reads out the polarity of the external trigger command query Parameter char Choose from POSitive Positive edge NEGative Negative edge Query Response POS NEG Preset Valu...

Страница 401: ...frequency setup and subsequent measurement The frequency change of the stimulus port begins when the external trigger arrives Depending on the command TRIG SEQ POIN the external trigger wait occurs be...

Страница 402: ...operating manual command query Parameter char Choose from BSET Before frequency setup pulse BSAM Before sampling pulse ASAM After sampling pulse RTRG Ready for trigger signal ESWP End of sweep pulse M...

Страница 403: ...dge Query Response POS NEG Preset Value NEG Related Commands TRIG OUTP FUNC Equivalent Softkeys Stimulus Trigger Trigger Output Polarity Negative edge Positive edge TRIG OUTP STAT TRIGger OUTPut STATe...

Страница 404: ...ure When the point trigger is turned ON the external trigger response is the single point When the point trigger feature is turned OFF the external trigger response is the entire sweep command query P...

Страница 405: ...se an error occurs and the command is ignored 11 Analyzer must be in the trigger waiting state otherwise the analyzer is in the measurement state or in the hold state an error occurs and the command i...

Страница 406: ...es the response on the trigger signal arrival either starts a sweep of all waiting channels in turn or starts a sweep in the active channel only command query Parameter char Choose from ALL All channe...

Страница 407: ...he the continuous trigger initiation mode is disabled with the command INIT CONT OFF the reaction to INIT command is different Selecting INTernal leads to a single sweep in response to the command INI...

Страница 408: ...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 The command can be used to wait for the end of the...

Страница 409: ...is set by command INIT CONT Provided that the continuous initiation mode is ON the analyzer automatically transits to the trigger waiting state when the program trigger source have been selected and...

Страница 410: ...ust be in the trigger waiting state otherwise the signal is ignored but no error is detected As a rule the hardware trigger output is used to determine the end of the sweep If there is a need to deter...

Страница 411: ...CORR COLL XXXX SENS CORR OFFS COLL XXXX SENS CORR REC COLL XXXX SENS CORR COLL ECAL XXXX SENS CORR COLL ECAL ORI EXEC The user program can determine the end of these command using any query the OPC fo...

Страница 412: ...data transfer use the FORM DATA command The list of commands that support the transfer of binary data is given in the description of the FORM DATA command Binary data is transmitted as a block having...

Страница 413: ...Manual 413 double DataArray 1000 ViUInt32 retCount viPrintf instr FORM DATA REAL n retCount sizeof DataArray sizeof double viQueryf instr CALC DATA FDAT n Zb retCount DataArray retCount now contains t...

Страница 414: ...ter ESE 7 6 5 4 3 2 1 0 Command Error Execution Error Device spec Error Query Error Operation Complete Standard Event Status Register ESR Output Queue Error Event Queue 32 16 8 4 1 Operation Status En...

Страница 415: ...STAT QUES ENAB Questionable Status Event Register STAT QUES Positive Transition Filter STAT QUES PTR Negative Transition Filter STAT QUES NTR 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Limit Test FAIL Rip...

Страница 416: ...R 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Chan 14 Limit Test FAIL Chan 13 Limit Test FAIL Chan 12 Limit Test FAIL Chan 11 Limit Test FAIL Chan 10 Limit Test FAIL Chan 9 Limit Test FAIL Chan 8 Limit Test...

Страница 417: ...it Channel 1 Status Condition Register STAT QUES LIM CHAN1 COND 16384 8192 4096 2048 1024 512 256 128 64 32 16 8 4 2 Questionable Limit Channel 14 Status Enable Register STAT QUES LIM CHAN14 ENAB Ques...

Страница 418: ...15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Chan 14 Ripple Test FAIL Chan 13 Ripple Test FAIL Chan 12 Ripple Test FAIL Chan 11 Ripple Test FAIL Chan 10 Ripple Test FAIL Chan 9 Ripple Test FAIL Chan 8 Ripple...

Страница 419: ...t Channel 1 Status Condition Register STAT QUES RLIM CHAN1 COND 16384 8192 4096 2048 1024 512 256 128 64 32 16 8 4 2 Questionable Ripple Limit Channel 14 Status Enable Register STAT QUES RLIM CHAN14 E...

Страница 420: ...d header error 114 Header suffix out of range 115 Input buffer is full 130 Suffix eror 200 Execution error 201 Invalid channel index 202 Invalid trace index 203 Invalid marker index 204 Marker is not...

Страница 421: ...Cal Kit Definition Error 226 Differ Forward and Reverse Thru 227 Differ Forward and Reverse TRL Thru 228 Differ Forward and Reverse Line 229 TRL Match Standard is not Load Type Standard 230 ACM Auto O...

Страница 422: ...id trigger scope specifier 252 Invalid trigger polarity specifier 253 Invalid trigger position specifier 256 File not found 300 Device specific error 302 Status reporting system error 400 Query error...

Страница 423: ...the measurement data and the frequency values at the measurement points 6 Displays the measurement data Example cpp VISA Header visa h must be included VISA Library visa32 lib must be linked with incl...

Страница 424: ...ntf instr IDN n viRead instr buffer sizeof buffer retCount printf IDN Returned d bytes s n n retCount retCount buffer Set up the Analyzer viPrintf instr SYST PRES n viPrintf instr SENS SWE POIN d n NO...

Страница 425: ...425 printf 20s 20s 20s n Frequency Data1 Data2 for int i 0 i NOP i printf 20f 20f 20f n Freq i Data i 2 Data i 2 1 status viClose instr status viClose defaultRM return 0...

Страница 426: ...ntation The user must enter the Analyzer address select the trace format in the Format field and click the Run button As the result of the program the Analyzer information string will be displayed and...

Страница 427: ...427...

Страница 428: ...428...

Отзывы: