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

Glossary Item Box

The following tables list the members exposed by InstrumentId.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorInstrumentId ConstructorInitializes a new instance of the InstrumentId struct that contains the specified instrument type and address.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyAddressGets the VISA or TCPIP address of the instrument.  
Public PropertyInstrumentTypeGets the instrument type for this instrument. A instrument may be capable of more than one type.  
‡ 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 InstrumentId instance. (Overrides System.ValueType.Equals(System.Object).)  
Public MethodGetHashCodeGets a hash code for the InstrumentId. (Overrides System.ValueType.GetHashCode.)  
Public MethodGetSchemaSee System.Xml.Serialization.IXmlSerializable.GetSchema.  
Public MethodReadXmlRegenerates the InstrumentId structure from its XML representation.  
Public MethodToStringReturns a String representation of the InstrumentId. (Overrides System.ValueType.ToString.)  
Public MethodWriteXmlConverts the InstrumentId structure into its XML representation.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Operators

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

See Also