Keysight N437x Series Lightwave Component Analyzer, Programmer’s Guide
31
Remote Operation
1
This can be useful if an abandoned, open session prevents a successful
Open() command. However, be careful not to disturb any other connected
client applications.
The LCA automatically closes abandoned sessions after some time (>60s)
of inactivity.
Parameters
No parameters.
Return value
No return value.
Sub ResetLCASystem ()
Restarts the LCA server. Open sessions are closed and running
measurements are aborted.
A restart is necessary, when the network analyzer application has been
restarted or when the LCA testhead has been switched off while the LCA
server was running.
Parameters
No parameters.
Return value
No return value.
Sub GetLCAProperties
(ByVal properties As RemoteClient.ILCAProperties3)
Read out the properties of the LCA system.
Parameters
ByVal properties As RemoteClient.ILCAProperties3
The properties are written to this LCAProperties object
Return value
No return value.
Sub SetTimeout (ByVal timeout_ms As Integer)
Set the timeout value for the .NET remoting.
A value of 0 or -1 indicates an infinite timeout period, which is also the
default value.
The timeout value is set in the .NET remoting layer during execution of the
“Connect” command. If you want to set a timeout value, you have to do
this before calling the “Connect” command.
If you are using the LCA Remote Client .NET assembly directly, you can
also specify the timeout value in the LCARemoteClient constructor.