NChan U32
- Updated2023-01-04
- 3 minute(s) read
NChan U32
Returns unsigned 32-bit integer data from the channels specified in channel names in.
Inputs/Outputs
count
Maximum number of data elements to read for each channel.
If you use the default value, this node reads all available elements.
Default value: -1
offset
Number of data elements into the TDMS file at which this node begins to read.
Default value: 0
tdm file in
TDMS file reference on the server.
Use Query TDMS Files to obtain the reference.
group name in
Channel group to analyze.
If you do not wire group name in, this node reads the channel name from the next group in the TMDS file each time it executes.
channel names in
Channels to read data from.
If you do not wire channel name in, this node reads all channels in the group.
return channels in file
order?
Boolean specifying whether the node returns data channels in the same order as they exist in the TDMS file.
True | Return data channels in the same order as they exist in the TDMS file. |
False | Return data channels in the same order as you specify in channel names in. |
Default value: False
error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error
tdm file out
TDMS file reference on the server.
group name out
Channel group returned from the TDMS file.
channel names out
Names of the channels associated with the group you specified.
The order of the names returned correspond to the order of the data array when return channels in file order? is True.
data
2D array of unsigned 32-bit integer data read from the TDMS file.
error out
Error information.
The node produces this output according to standard error behavior.
end of channel data?
A Boolean that indicates whether the node read the last of the data for any channel in channel names out.
end of groups?
Boolean that indicates whether the node read data from the last group in the TDMS file.