EasyManua.ls Logo

Focus Microwaves ituner - 5.5 iTunerX Methods; 5.5.1 Send Method

Default Icon
73 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
iTuner Manual
48
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.
Examples:
iTuner.Timeout=20
iTuner.SetTimeout(20);
Visual Basic
C++
5.5 iTunerX Methods
5.5.1 Send Method
Method:
Send ( command )
Parameter:
Command [in]
String
Return value:
Result value of command (see command description in chapter 4)
Remarks:
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).
Examples:
iTuner.Send(‘loadcal 25’)

Table of Contents