RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
420
Ctrl Command get_rtc_mode
Function Returns the currently set operation mode of the RTC6 DLL.
Call
DLLMode = get_rtc_mode()
Result DLL operation mode as a 32-bit value.
= 4: RTC4 Compatibility Mode.
= 5: RTC5 Compatibility Mode.
= 6: RTC6 Standard Mode (default setting).
Comments • The RTC6 DLL operation mode can be set by set_rtc4_mode, set_rtc5_mode or
set_rtc6_mode. The default setting is RTC6 Standard Mode.
• get_rtc_mode is available even without explicit access rights to a particular RTC6
board.
• get_rtc_mode is not available as a multi-board command.
• The board-specific error variables
LastError
and
AccError
, see Chapter 6.8 ”Error
Handling”, page 130, are neither generated nor altered by get_rtc_mode.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_rtc4_mode, set_rtc5_mode, set_rtc6_mode