| 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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)