User`s guide

/G:<dBRef>] Magnitude value used as a reference for dB type of coordinates. If /G with no
parameter, then default is 20E
6 (dBSPL).
/D:<data>] Select data for the specified SDF_DATA_HDR (default is 0).
/R:<row>] Select data for the specified row (default is 0).
/C:<col>] Select data for the specified column (default is 0).
/S[:<scan>
[<scanEnd>]]
Select data for the specified scan range (default is 0).
/F:<format> Binary format, one of the following:
F=32-bit float
D=32-bit float
Example
The file TIME.DAT contains 2048 real time points.
SDFTOBIN TIME.DAT TIME.BIN /F:F
This command creates a binary file TIME.BIN with 2048 floats. Since each float is 4 bytes, the file is
2048 * 4 = 8192 bytes long.
Sharing Data Between Analyzers
SDFTOBIN
4-43