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.
5.5.6 SetPosition and GetPosition Method
SetPosition( Position, Axis )
GetPosition(Axis)
Result value of command (see command description in chapter 4)
GetPosition returns current position of axis
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.
iTuner.SetPosition(3000, 1)