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

Glossary Item Box

The following tables list the members exposed by LogicalChannelId.

Public Constructors

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

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyChannelIdsGets the identifiers of the individual input channels used in this logical channel.  
Public PropertyOperationGets the operation performed on channels within the logical channel.  
‡ 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 LogicalChannelId instance. (Overrides System.ValueType.Equals(System.Object).)  
Public MethodGetHashCodeGets a hash code for the LogicalChannelId. (Overrides System.ValueType.GetHashCode.)  
Public MethodToStringReturns a String representation of the LogicalChannelId. (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 LogicalChannelId structures for equality.
public Operator Inequality Compares two LogicalChannelId structures to determine if they are not equal.
Top

See Also