EasyManua.ls Logo

Focus Microwaves ituner - 5.5.5 Initialize and GetInit 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
50
The OPC method is independent of the ‘Timeout’ property that controls the
blocking operation, and can be used anytime to synchronize your application
with the tuner.
Examples:
iTuner.OPC(20)
Halts your application until the tuner has completed its
current task, or until 20 seconds have elapsed.
5.5.4 GetStatus Method
Method:
GetStatus ( )
Parameter:
None
Return value:
0 -> tuner is idle
>0 -> tuner is busy
<0 -> error
Remarks:
GetStatus method encapsulates the “STATUS?” command.
Examples:
status = iTuner.GetStatus()
5.5.5 Initialize and GetInit Method
Method:
Initialize( axis )
GetInit()
Parameter:
Axis [in]
Axis nbr (use 0 for all axis)
Return value:
Result value of command (see command description in chapter 4)
GetInit() returns initialization status (‘INIT?’ command)
Remarks:
Initialize encapsulates the ‘INIT’ command. Calling with axis=0, will initialize all

Table of Contents