ReadDPOFile (FPScript)
21.09.2021
Reads a signal from a file in Tektronix DPO 3D image file format.
Syntax
ReadDPOFile(File)
The syntax of the ReadDPOFile function consists of the following parts:
Part |
Description |
---|---|
File |
String with the path of the DPO 3D image file to be read. Permitted data structures are scalar value. Supported data types are string (file name). |
Remarks
When reading the image files recorded with a 64-bit depth, the resolution may be reduced during the conversion to 64-bit floating point values.
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
ReadDPOFile("c:\\examples\\file.imh") |
Imports a DPO 3D image file. |