FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

ReadGouldScopeFile

Reads a data set from a file in Gould Oscilloscope format.

Syntax

ReadGouldScopeFile(File [ , CalendarTime = FALSE ])

 

The syntax of the ReadGouldScopeFile function consists of the following parts:

Part

Description

File

String with the path of the Waveform file to be read.

Permitted data structures are Scalar value. Supported data types are String (file name).

If the argument is a list, then the function is executed for each element of the list and the result is also a list.

CalendarTime

Boolean value specifying that the time data are to be read as calendar times. Otherwise, the X component provides the time in seconds relative to the trigger time.

Permitted data structures are Scalar value. Supported data types are Boolean value.

If the argument is a list, then the first element in the list is taken. If this is also a list, then the process is repeated.

If this argument is omitted, it will be set to the default value FALSE .

Remarks

Available in

FlexPro View, Basic, Professional, Developer Suite

Examples

ReadGouldScopeFile("c:\\examples\\file.dat")

Imports a Gould Oscilloscope Waveform file. The X component provides the time in seconds relative to the trigger time.

See Also

Data Import