Interface ILCARemoteClient
General commands
Sub Connect (ByVal server As String)
Create a connection to an LCA server application.
An LCA client application can only have one open connection to
an LCA server at any time.
The LCA server could handle several open connections
concurrently.
Sub Disconnect ()
Closes the connection to the LCA server application
Function IsConnected() As Boolean
Checks if a connection to an LCA server already exists.
Function Open () As Boolean
Opens an active session on the LCA.
All commands that change the state of the LCA require an active
session.
The LCA server allows only one active session at any time.
Parameters:
ByVal
server
As String
Host name or IP address of the network analyzer
where the LCA server is running.
Return value:
No return value.
Parameters:
No parameters.
Return value:
No return value.
Parameters:
No parameters.
Return value:
Boolean
True: a connection to an LCA server exists
False: no connection exists
Remote Operation
Keysight N437x Series Lightwave Component Analyzer, Programmer’s Guide
31