API
 
Loading...
Searching...
No Matches
pythonIndiExample.ExampleConfig Class Reference
Inheritance diagram for pythonIndiExample.ExampleConfig:
Inheritance graph
Collaboration diagram for pythonIndiExample.ExampleConfig:
Collaboration graph

Static Public Attributes

str configurable_doodad_1 = xconf.field(default="abc", help="Configurable doodad 1")
 

Detailed Description

Example Python INDI device for MagAO-X

Write your command-line help here, and it will be displayed when
someone runs `pythonIndiExample -h` in the terminal (along with
a summary of available options)

Definition at line 9 of file pythonIndiExample.py.

Member Data Documentation

◆ configurable_doodad_1

str pythonIndiExample.ExampleConfig.configurable_doodad_1 = xconf.field(default="abc", help="Configurable doodad 1")
static

Definition at line 16 of file pythonIndiExample.py.


The documentation for this class was generated from the following file: