Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub ChangeLogicalChannelsByCount( _ ByVal count As Integer _ ) |
Parameters
- count
- Number of logical input channels to use.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | count is not possible with the currently selected hardware. |
This method assumes that all logical channels will be of the same type. It tries to use logical channel types in the following priority: RF, Baseband, Digital, User, and IQ. It uses the first type that succeeds for the specified count.
Hardware Interchangeability: This method allows for interchangeability when the number of channels is more important than the type of channel. If the type of channel is important then use the ChangeLogicalChannels method instead.
Affect on Traces: Undefined. The Measurement.PresetTraces, RemoveExtra, and TraceCollection.ArrangeWindows methods may be useful in presetting traces to a default number, result assignment, and layout after changing the channel configuration.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)