Record Field | Description |
|
|
Full Usage:
Path
Field type: string
|
|
|
|
Instance member | Description |
Full Usage:
this.GetRawDataAsync
Parameters:
string
channelName : string
?ct : CancellationToken
Returns: Task<'t[]>
|
![]() ![]() ![]() ![]() ![]() ![]() Asynchronously gets the raw data for the given channel, belonging to the given group in the given TDMS file.
|
Full Usage:
this.TryGetPropertyValue
Parameters:
obj
groupName : string
channelName : string
propertyValue : byref<'T>
Returns: bool
|
![]() ![]() ![]() ![]() ![]() ![]() Tries to get a property value for the given channel, belonging to the given group in the given TDMS file.
|
Full Usage:
this.TryGetPropertyValue
Parameters:
string
groupName : string
propertyValue : byref<'T>
Returns: bool
|
|
Full Usage:
this.TryGetPropertyValue
Parameters:
string
propertyValue : byref<'T>
Returns: bool
|
|
Full Usage:
this.TryGetRawData
Parameters:
string
channelName : string
rawData : byref<'T[]>
Returns: bool
|
![]() ![]() ![]() ![]() ![]() ![]() Tries to get the raw data for the given channel, belonging to the given group in the given TDMS file.
|
Static member | Description |
Full Usage:
File.Read(path, writeIndex)
Parameters:
string
-
The path to the TDMS file to read.
writeIndex : bool
-
Whether to write the TDMS index file.
Returns: File
|
|
Full Usage:
File.ReadAsync(path, writeIndex, ?ct)
Parameters:
string
-
The path to the TDMS file to read.
writeIndex : bool
-
Whether to write the TDMS index file.
?ct : CancellationToken
Returns: Task<File>
|
|