Ml24xxa native commands gpib operation – Anritsu ML2430A User Manual
Page 149

Returned
String:
OFFTBL ,
OFFTBR
Output an offset table
SENSOR
Syntax:
OFFTBR
val:
1 to 5
Remarks:
Outputs the selected offset table. The returned string is constructed as fol-
lows:
OFFTBR #
Where
the comma (,). For example:
OFFTBR #41600,
4 = number of character to read next for the data length
1600 = One thousand and six hundred bytes of data to read in, represent-
ing 200 elements placed one after the other without commas. Each
second four bytes are the corresponding dB value for the Frequency. For
example:
<4bytes1><4bytes1><4bytes2><4bytes2><4bytes3><4bytes3>
The 4 byte binary values are 4 bytes single precision floating point binary
data. The C programming example 'Binary output decoding' on page
6-133 shows how to extract the binary data.
OFFTBU
Updates an offset table
SENSOR
Syntax:
OFFTBU
val:
1 to 5
bytes:
number of bytes in the binary_data string
binary_
data:
frequency and dB offset
Remarks:
This command updates the offset table specified by
number of bytes in the binary_data string and
which represents the frequency and the dB offset to apply in the format of:
to represent the frequency and four bytes to represent the dB value. The
four byte value can be created by multiplying the floating point number by
1024 and converting the LONG number to an ASCII string. For example:
6-62
ML2430A OM
ML24XXA NATIVE COMMANDS
GPIB OPERATION