|
cut 3.4.1-rc1
|
Holds metadata about a MAL command available on a TaurusMalDevice. More...
Public Member Functions | |
| __init__ (self, str cmd_name, in_type) | |
| Initialize a CmdInfo instance. | |
Properties | |
| cmd_name = property | |
| Name of the MAL command. | |
| in_type = property | |
| Tango-compatible argument type of the command input. | |
Holds metadata about a MAL command available on a TaurusMalDevice.
Used by TaurusMalDevice.command_list_query() and command_query() to report command signatures to the Taurus framework and UI widgets.
| taurusmal.taurusmaldevice.CmdInfo.__init__ | ( | self, | |
| str | cmd_name, | ||
| in_type ) |
Initialize a CmdInfo instance.
| [in] | cmd_name | Name of the MAL command. |
| [in] | in_type | Tango-compatible argument type, mapped from the MAL type via FROM_MAL_TO_TANGO_TYPE. |