cut 3.4.1-rc1
Loading...
Searching...
No Matches
PyTango.py File Reference

Basic datatypes that allows TaurusCommandButton to work. More...

Classes

class  taurusmal.PyTango.CmdArgType
 Enumeration of expected datatypes from a TangoDevice. More...
 

Functions

 taurusmal.PyTango.is_int_type (type, inc_array=False)
 Returns if the type is a Integer numerical or not.
 
 taurusmal.PyTango.is_float_type (type, inc_array=False)
 Returns if the type is a Float numerical or not.
 
 taurusmal.PyTango.is_bool_type (type, inc_array=False)
 Returns if the type is a Boolean or not.
 
 taurusmal.PyTango.is_str_type (type, inc_array=False)
 Returns if the type is a string or not.
 
 taurusmal.PyTango.is_scalar_type (type)
 Returns if the type is a scalar or not.
 

Detailed Description

Basic datatypes that allows TaurusCommandButton to work.