Initialize()
SetGamma(double magnitude, double phase)
SetVSWR(double VSWR, double phase)
SetPosition(long Position, short axis)
All other methods must call ‘OPC’ to halt program execution until the tuner has
completed its current task.
Use the SEND method to send commands to the tuner. The return value
contains the result value of the command send. Any command supported by
the tuner can be send by using this method.
Remember, this method is non-blocking. You have to use the ‘GetStatus’
method in a loop or the ‘OPC’ method to halt your application until the tuner
has completed the task initiated with ‘command’.
In order to have access to the ‘reply’ string send by the tuner after receiving the
command, call the ‘GetLastReply’ method, or use the ‘SendCmd’ method
instead of ‘Send’ (see below).