Keysight N437 Series Programmer's Manual page 20

Lightwave component analyzer
Table of Contents

Advertisement

1
Remote Operation
20
Using the OperationComplete() Property in a loop:
oLCAClient.Init_OO(params, False)
Do
' let the application handle events
Application.DoEvents()
System.Threading.Thread.Sleep(200)
While oLCAClient.OperationComplete = False
Using the WaitForOPC() command:
oLCAClient.Init_OO(params, False)
DoMyActionsAfterCallingInit() ' doing some other stuff
' When we are done with our own stuff,
' we need to wait for Init_OO to finish
oLCAClient.WaitForOPC()
Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents