Keysight Pathwave 89600 VSA .NET API
Address Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ScpiServer Class : Address Property


Glossary Item Box

Gets the address (normally the VISA address) that can be used to connect with SCPI to this application instance.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Address As String
C# 
public abstract string Address {get;}
C++/CLI 
public:
abstract property String^ Address {
   String^ get();
}

Remarks

If Telnet then returns "Telnet,port". If no server running then returns "". Otherwise returns a VISA address.

Requirements

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

See Also