SIGMasterPOPO#
-
class sigtech.framework.instruments.sig_master.SIGMasterPOPO
Baseclasses:
SIGMasterBase
Plain-Old-Python-Object SIGMaster implementation.
This is almost identical to SIGMaster, except not inheriting from FrameworkObject. Hence it has its own __init__, taking kwargs and assigning the instance attributes manually.
It is primarily used when cloning a SIGMaster instance during filter.
-
static clone_from_sigmaster(*, source: SIGMasterPOPO) SIGMasterPOPO
Create a SIGMasterPOPO object given a parent