Tektronix AWG610 Portable Generator User Manual


 
Command Descriptions
3-184
AWG610 Arbitrary Waveform Generator User Manual
Delete( )
The delete() statement deletes the specified file name from the current drive.
Waveform
delete(”filename”)
”filename” is the complete file name (path, file name and extension) to the file
that you want to delete. The file must be located on the active drive. The
argument can include a relative or absolute path name. Enclose the file name
within double quotation marks.
delete(”/test_dir/wvfrms/sine2x.wfm”)
Diff( )
The diff() statement performs a differentiation operation on a specified file. The
output file retains all marker values of the input file. Refer to Differentiation on
page F–1 for information about the differentiation algorithm.
Waveform
”output_filename” = diff(”filename”)
”output_filename” is the complete file name (file name and extension) to contain
the resultant waveform. The argument can include a relative or absolute path
name. Enclose the file name within double quotation marks.
”filename” is the complete (file name and extension) name of the file on which
you are performing the differentiation operation. The file must be on the active
drive. The argument can include a relative or absolute path name. Enclose the
file name within double quotation marks.
”diffwave.wfm” = diff(”log_swp.wfm”)
Group
Syntax
Arguments
Example
Group
Syntax
Arguments
Example