Keysight Pathwave 89600 VSA .NET API
ChannelId Structure Members
See Also  Properties  Methods 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ChannelId Structure

Glossary Item Box

The following tables list the members exposed by ChannelId.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorChannelId ConstructorOverloaded.   
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyChannelGets the channel identifier within the group. One based channel number.  
Public PropertyGroupGets the group number within the hardware configuration. One based Group.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodEqualsOverloaded. Determines whether the specified object is equal to the current ChannelId instance. (Overrides System.ValueType.Equals(System.Object).)  
Public MethodGetHashCodeGets a hash code for the ChannelId. (Overrides System.ValueType.GetHashCode.)  
Public MethodToStringReturns a String representation of the ChannelId. (Overrides System.ValueType.ToString.)  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Operators

public Operator Equality Compares two ChannelId structures for equality.
public Operator Inequality Compares two ChannelId structures to determine if they are not equal.
Top

See Also