Specifies the way that data will be transferred when moving large amounts of data.
FORMat: |
Click on a Red keyword to view the command details.
See Also
Applicable Models: E5080A, M9485A
(Read-Write) Set the byte order used for GPIB data transfer. Some computers read data from the analyzer in the reverse order. This command is only implemented if FORMAT:DATA is set to :REAL. If FORMAT:DATA is set to :ASCII, the swapped command is ignored. |
|
Parameters |
|
<char> |
Choose from: NORMal - Use when your controller is anything other than an IBM compatible computers. SWAPped - for IBM compatible computers. Note: Use NORMal if you are using VEE, LabView or T&M Tool kit. |
Examples |
FORM:BORD SWAP |
Query Syntax |
FORMat:BORDer? |
Return Type |
Character |
Normal |
Applicable Models: E5080A, M9485A
(Read-Write) Sets the data format for transferring measurement data and frequency data.
The following commands transfer frequency data. Use <REAL, 64>
Use FORMat:BORDer to change the byte order. Use “NORMal” when transferring a binary block from LabView or VEE. For other programming languages, you may need to SWAP the byte order. |
|
Parameters |
|
<char> |
In the VNA, measurement data is stored as 32 bit and frequencies stored as 64 bit. Therefore, use REAL,32 when getting data and REAL,64 when getting frequencies. That way you are guaranteed to avoid losing any precision as well as getting the maximum speed on the data transfer. Choose from:
Note: The REAL,32 and REAL,64 arguments transfer data in block format as explained in Transferring Measurement Data. Note: The default value for REAL of the E507x, E506x is REAL, 64.
|
Examples |
FORM REAL,64 |
Query Syntax |
FORMat:DATA? |
Return Type |
Character,Character |
ASCii,0 Syst:Preset does NOT reset this command. However, *RST does reset this command to ASCii,0 |
Last Modified:
18-May-2016 |
First Release |