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


instrumentType
The instrument type. See InstrumentType for more details.
address
The VISA or TCPIP address of the instrument.

Glossary Item Box

Initializes a new instance of the InstrumentId struct that contains the specified instrument type and address.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal instrumentType As InstrumentType, _
   ByVal address As String _
)
C# 
public InstrumentId( 
   InstrumentType instrumentType,
   string address
)
C++/CLI 
public:
InstrumentId( 
   InstrumentType instrumentType,
   String^ address
)

Parameters

instrumentType
The instrument type. See InstrumentType for more details.
address
The VISA or TCPIP address of the instrument.

Requirements

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

See Also