Keysight Pathwave 89600 VSA .NET API
LogicalChannelType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : LogicalChannelType Enumeration


Glossary Item Box

Describes the kind of logical channel.

Syntax

Visual Basic (Declaration) 
Public Enum LogicalChannelType 
   Inherits System.Enum
C# 
public enum LogicalChannelType : System.Enum 
C++/CLI 
public enum class LogicalChannelType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
BasebandInput 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.

DigitalInput from types of digital logic instruments (such as a logic analyzer).
ExternalMixerInput that is specifically designed to be used with an external mixer.15.00
IQTwo baseband inputs are combined as Input1 + j*Input2.
RFInput 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.

UserInput 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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also