RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
446
Ctrl Command get_wait_status
Function Returns the wait state of the RTC6 board.
Call
WaitStatus = get_wait_status()
Result Wait state.
As an unsigned 32-bit value.
Comments • If list processing has been stopped at a break point (”wait marker”), then
get_wait_status returns the corresponding number. See set_wait.
• If no break point has been encountered, get_wait_status returns the value zero.
• The list processing is resumed by calling release_wait.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_wait, release_wait