ReadTDSFile (FPScript)
21.09.2021
Reads a signal from a file in Tektronix TDS Waveform format.
Syntax
ReadTDSFile(File)
The syntax of the ReadTDSFile function consists of the following parts:
Part |
Description |
---|---|
File |
String with the path of the TDS Waveform file to be read. Permitted data structures are scalar value. Supported data types are string (file name). |
Remarks
If the argument is a list, then the function is executed for each element of the list and the result is also a list.
Available in
FlexPro View, Basic, Professional, Developer Suite
Examples
ReadTDSFile("c:\\examples\\file.wfm") |
Imports a Tektronix TDS Waveform file as a signal. |