User`s guide

60TOSDF
Convert data from the HP 3560A source data file and put results in the destination SDF file. The
destination SDF filename is chosen based on the register value that was used in the HP 3560A and is of
the form <register number>.DAT (for example 1.DAT).
Syntax 60TOSDF <sfile> [/U] [/O] [/H] [/A] [/P:<c,p,d>]
Options
<sfile> Input HP 3560A data file name.
/U Show help (usage information) for this program.
/O Overwrite <dfile> if it exists.
/H Print headers to the screen.
/A Print headers and data to the screen.
/P:<c,p,d> Set point and direction for a channel (/P:), <c>is the channel number (0 or 1), <p> is
the point number, and <d> is the direction as follows:
0 None 5 Theta
1X 6 Phi
2Y 7 TX
3Z 8 TY
4Radial 9 TZ
Example
Transfer an HP 3560A data file (which is in Intel Hex-32 format) to a file (FREQ.X32) on a personal
computer using the RS-232 port. Convert the Intel Hex-32 file to a binary data file (FREQ.BIN) and then
convertthebinaryfiletoanSDFdatafile. Thedatafilenameisthesameastheregisternumberonthe
HP 3560A (for example, 1.DAT).
DOWNLOAD FREQ.X32 /B:19200 /P:2
X32TOBIN FREQ.X32 FREQ.BIN
60TOSDF FREQ.BIN
See also the batch file β€˜β€™60_SDF.BAT’’ in appendix C.
Sharing Data Between Analyzers
60TOSDF
4-5