cut 3.4.1-rc1
Loading...
Searching...
No Matches
taurusmal.taurusmaldevice.CmdInfo Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

taurusmal.taurusmaldevice.CmdInfo.__init__ ( self,
str cmd_name,
in_type )

Initialize a CmdInfo instance.

Parameters
[in]cmd_nameName of the MAL command.
[in]in_typeTango-compatible argument type, mapped from the MAL type via FROM_MAL_TO_TANGO_TYPE.

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