poolinstrument
¶
This module is part of the Python Pool library. It defines the base classes for instrument
Classes
PoolInstrument¶
-
class
PoolInstrument
(**kwargs)[source]¶ Bases:
sardana.pool.poolobject.PoolObject
-
get_parent
()¶
-
serialize
(*args, **kwargs)¶
-
get_instrument_class
()¶
-
add_instrument
(instrument)¶
-
remove_instrument
(instrument)¶
-
get_instruments
()¶
-
set_parent_instrument
(instrument)¶
-
get_parent_instrument
()¶
-
has_parent_instrument
()¶
-
add_element
(element)¶
-
remove_element
(element)¶
-
get_elements
()¶
-
has_instruments
()¶
-
has_elements
()¶
-
instruments
¶
-
elements
¶
-
instrument_class
¶
-
parent_instrument
¶
-