Visual Basic (Declaration) | |
---|---|
Public Enum LogicalChannelType Inherits System.Enum |
C# | |
---|---|
public enum LogicalChannelType : System.Enum |
C++/CLI | |
---|---|
public enum class LogicalChannelType : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Baseband | Input from an instrument with an A/D converter where the Frequency.IsZoom property can be set to false when this type of input is used.
Baseband channel type refers to channels where there is no analog frequency down converter (mixer) before the A/D converter. | — |
Digital | Input from types of digital logic instruments (such as a logic analyzer). | — |
ExternalMixer | Input that is specifically designed to be used with an external mixer. | 15.00 |
IQ | Two baseband inputs are combined as Input1 + j*Input2. | — |
RF | Input from an instrument with an A/D converter where the Frequency.IsZoom property typically cannot be set to false when this type of input is used.
RF channel type refers to channels where the analog frequency down converter (mixer) is before the A/D converter. | — |
User | Input from external software where the channel type may not be known initially or may change dynamically based upon control from the external software. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)