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


Glossary Item Box

Gets the TCP port number through which the remote API is connected.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property TcpPort As Integer
C# 
public abstract int TcpPort {get;}
C++/CLI 
public:
abstract property int TcpPort {
   int get();
}

Remarks

This information is also displayed in the boot log. The boot log is displayed in the splash window at startup and is available from the About dialog after startup.

Requirements

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

See Also