Interface Ilcaremoteclient; General Commands - Keysight Technologies N7373C Programmer's Manual

Lightwave component analyzer
Table of Contents

Advertisement

Interface ILCARemoteClient

General commands

Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide
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.
Parameters:
ByVal server As String
Host name or IP address of the network analyzer
where the LCA server is running.
No return value.
Return value:
Sub Disconnect ()
Closes the connection to the LCA server application
Parameters:
No parameters.
Return value:
No return value.
Function IsConnected() As Boolean
Checks if a connection to an LCA server already exists.
Parameters:
No parameters.
Return value:
Boolean
True: a connection to an LCA server exists
False: no connection 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.
Remote Operation
31

Advertisement

Table of Contents
loading

Table of Contents