User`s guide
SDFYDATA
Modify/print SDF file <sfile> Y data. If [afile] or /Y option is specified then the Y data in the SDF file is
modified, otherwise the data is printed.
Syntax SDFYDATA <sfile> [afile] [/U] [/I] [/D:<data>] [/S:<scan>] [/R:<row>] [/C:<col>]
[/O:<ofst>[,<unit>]] [/L:<len>[,<unit>]] [/Y:<real>[,<imag>]]
<sfile>
SDF file.
[afile] Input ASCII file with numbers.
/U Show this usage.
/I Info only on <sfile> (that is, measurement results available).
/D:<data> Select data only for the specified SDF_DATA_HDR (default is 0).
/S:<scan> Select data only for the specified scan (default is 0).
/R:<row> Select data only for the specified row (default is 0).
/C:<col> Select data only for the specified column (default is 0).
/O:<ofst>
[,<unit>]
Offset into the data by <ofst>. <unit> may be R (records), P (points) or S
(seconds); default is P.
/L:<len>
[,<unit>]
Length of data to change, default is one point. Only used if [afile] is not specified.
/Y:<real>
[,<imag>]
Value to change SDF file with. Only used if [afile] is not specified.
Example
Print out 10 mS of data after the 2 seconds of data in a time capture file (CAPT.TIM)
SDFYDATA CAPT.TIM /O:0.01,S /L:2,S
Zero out the same region of data (just printed) in the time capture file.
SDFYDATA CAPT.TIM /O:0.01,S /L:2,S /Y:0
Copy the first 10 mS of data to the second 10 mS of data in a time capture file.
SDFYDATA CAPT.TIM > TEMP /L:0.01,S
SDFYDATA CAPT.TIM TEMP /O:0.01,S
Sharing Data Between Analyzers
SDFYDATA
4-54