VectorStar™ MS4640A SeriesMicrowave Vector Network Analyzer : SCPI Commands : :FORMat Subsystem
 
:FORMat Subsystem
The :FORMat subsystem commands are used on a per-instrument basis to configure, control, and query the format for I/O data.
I/O Configuration and File Operation Subsystems
Related subsystems for I/O configuration and file operation are:
:CALCulate{1-16}:FORMat Subsystem - SnP Data
:CALCulate{1-16}:NXN Subsystem
:CALCulate{1-16}[:SELected]:DATA Subsystem
:CALCulate{1-16}[:SELected]:TDATA Subsystem
:FORMat Subsystem
:HCOPy Subsystem
:MMEMory Subsystem
 
:FORMat:BORDer <char1>
:FORMat:BORDer?
Description
Sets the binary numeric I/O data byte order as either Most Significant Byte (MSB) or Least Significant Byte (LSB) byte order of binary numeric I/O data where:
NORMal = The MSB is first
SWAPped = The LSB is first.
The query outputs the Most Significant Byte (MSB)/Least Significant Byte (LSB) byte order of binary numeric I/O data.
Cmd Parameters
<char1> NORMal | SWAPped
Query Parameters
<char1> NORM | SWAP
Range
NA
Default Value
SWAP
Syntax Example
:FORM:BORD NORM
:FORM:BORD?
 
:FORMat:DATA <char1>
:FORMat:DATA?
Description
The command sets the format for numeric I/O data representation where:
ASCii = An ASCII number of 20 or 21 characters long with floating point notation. For example, 12345E-4.
REAL = 8 Bytes of binary floating point number representation limited to 64 bits which is the value of the MPND (Maximum Positive/Negative Double Precision Number or +/- 1.792 631 348 6E38)
REAL32 = 4 Bytes of floating point number representation which is the value of the MPNF (Maximum Positive/Negative Floating Point Number or +/- 3.402 819E38)
The query outputs the format of numeric I/O data representation.
Cmd Parameters
<char1> ASCii | REAL | REAL32
Query Parameters
<char1> ASC | REAL | REAL32
Range
NA
Default Value
ASC
Syntax Example
:FORM:DATA REAL
:FORM:DATA?
 
:FORMat:DATA:HEADing[:STATe] <char1>
:FORMat:DATA:HEADing[:STATe]?
Description
Enables or disables including a heading with data files. Outputs the enable/disable status of including a heading with data files.
Cmd Parameters
<char1> 1 | 0 | ON | OFF
Query Parameters
<char1> 1 | 0
Range
NA
Default Value
1
Syntax Example
:FORM:DATA:HEAD ON
:FORM:DATA:HEAD?
 
:FORMat:SNP:FREQuency <char1>
:FORMat:SNP:FREQuency?
Description
Sets the frequency unit displayed in an SNP data file. Queries the frequency unit displayed in an SNP data file.
Cmd Parameters
<char1> HZ | KHZ | MHZ | GHZ
Query Parameters
<char1> HZ | KHZ | MHZ | GHZ
Range
NA
Default Value
GHZ
Syntax Example
:FORM:SNP:FREQ HZ
:FORM:SNP:FREQ?
 
:FORMat:SNP:PARameter <char1>
:FORMat:SNP:PARameter?
Description
Sets the parameter format displayed in an SNP data file. Outputs the parameter format displayed in an SNP data file.
Cmd Parameters
<char1> LINPH | LOGPH | REIM
Where:
LINPH = Linear and Phase
LOGPH = Log and Phase
REIM = Real and Imaginary Numbers
Query Parameters
<char1> LINPH | LOGPH | REIM
Range
NA
Default Value
REIM
Syntax Example
:FORM:SNP:PAR LINPH
:FORM:SNP:PAR?