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

ReadPCScopeFileX

Reads the X component of a channel from a file in IMTEC's PC-Scope format.

Syntax

ReadPCScopeFileX(File)

 

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

Part

Description

File

String with the path of the PC-Scope 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

Signal((ReadPCScopeFileY("c:\\examples\\file.sct"), ReadPCScopeFileX("c:\\examples\\file.sct"))

Imports the X and Y component of the channel from an PC-Scope file and generates a signal from that.

See Also

ReadPCScopeFileY Function

Data Import