pogo_html_docu/DGG2/Commands.html See pogo generated info for more details.
- Init Initialization. Default Tango Command.
- State It gets the device state (stored in its device_state data member) and returns it to the caller. Default Tango Command.
- Status It gets the device status (stored in its device_status data member) and returns it to the caller. Default Tango Command.
- Start It starts the timer. Set the status to RUNNING.
- StartPreset It starts the timer in preset mode. Set the status to RUNNING.
- Stop It stops the timer. Set the status to ON.
- Check. It checks if the timer is busy. Returns 1 if busy and 0 if free. Set the status to ON if not busy.
- StartAndWaitForTimer It starts the timer and waits until it is again free.
- WaitForTimer It waits until the timer is free.
- Read It returns the remaining time in musec before the timer returns to idle state.