EasyManua.ls Logo

Focus Microwaves ituner - 5.5.6 SetPosition and GetPosition 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
51
axis, any other value will only initialize the axis specified.
GetInit encapsulates the ‘INIT?’ command.
Initialize() is a blocking command (if Timeout property > 0).
You can call the GetInit method in a loop, or use the OPC method to halt your
application until the tuner has completed initialization.
Examples:
iTuner.Initialize(0)
5.5.6 SetPosition and GetPosition Method
Method:
SetPosition( Position, Axis )
GetPosition(Axis)
Parameter:
Position [in]
Axis [in]
Position
Axis
Return value:
Result value of command (see command description in chapter 4)
GetPosition returns current position of axis
Remarks:
SetPosition encapsulates the ‘POS’ command.
GetPosition encapsulates the ‘POS?’ command.
SetPosition() is a blocking command (if Timeout property > 0).
GetPosition returns the instantaneous position of the tuner, and can be called
even while the tuner is performing a movement.
Examples:
iTuner.SetPosition(3000, 1)

Table of Contents