Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
titlePython Types Usage
#From IDL <Module>::<EnumName>::READY<VALUE>
<Module>.READY<VALUE>

#From IDL <Module>::<Interface>::<Enumname>::OFFLINE<VALUE>
Observatory<Module>.Service<Interface>.OFFLINE<VALUE>

To retrieve a component to interact with, simply do the following:

...