Overload | Description |
---|---|
ChangeSequencedLogicalChannels(Int32,LogicalChannelType[]) | Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the logical channel types for the input channels. The total number of logical channels will be the logical channel types count times the sequence count. |
ChangeSequencedLogicalChannels(Int32,LogicalChannelId[]) | Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the specific logical channels to use (using logical channel identifiers) in each step of the sequence. The total number of logical channels will be the sequence count times the logical channel Ids. |
ChangeSequencedLogicalChannels(Int32,ChannelId[]) | Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the input channels (using channel identifiers) in each step of the sequence. The total number of logical channels will be the sequence count times the input channel Ids. |
ChangeSequencedLogicalChannels(Int32,Int32[]) | Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the input channels using channel numbers with the assumption that all channels are in the first group of instruments for the Measurement.SelectedAnalyzer. The total number of logical channels will be the sequence count times the number of channels. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)