|
def | __init__ (self, name, time, *ruleType=MIN, rlsType=CTRL_RLS) |
|
def | get_qcomp (self, *rlsPrev=None, rlsUnCtrl=None, stor=None, qIn=None, tsOffset=0) |
|
def | __subclasshook__ (cls, C) |
|
def | calc_release (self, rlsProposed, *rlsPrev=None, rlsUnCtrl=None, stor=None, qIn=None) |
|
Definition at line 16 of file rule_compliance.py.
◆ __init__()
def rule_compliance.RuleComplianceBase.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
time, |
|
|
* |
ruleType = MIN , |
|
|
|
rlsType = CTRL_RLS |
|
) |
| |
◆ __subclasshook__()
def rule_compliance.RuleComplianceBase.__subclasshook__ |
( |
|
cls, |
|
|
|
C |
|
) |
| |
◆ calc_release()
def rule_compliance.RuleComplianceBase.calc_release |
( |
|
self, |
|
|
|
rlsProposed, |
|
|
* |
rlsPrev = None , |
|
|
|
rlsUnCtrl = None , |
|
|
|
stor = None , |
|
|
|
qIn = None |
|
) |
| |
◆ get_qcomp()
def rule_compliance.RuleComplianceBase.get_qcomp |
( |
|
self, |
|
|
* |
rlsPrev = None , |
|
|
|
rlsUnCtrl = None , |
|
|
|
stor = None , |
|
|
|
qIn = None , |
|
|
|
tsOffset = 0 |
|
) |
| |
◆ CTRL_RLS
rule_compliance.RuleComplianceBase.CTRL_RLS = int(0) |
|
static |
◆ MAX
rule_compliance.RuleComplianceBase.MAX = int(1) |
|
static |
◆ MIN
rule_compliance.RuleComplianceBase.MIN = int(0) |
|
static |
◆ qCompCur
rule_compliance.RuleComplianceBase.qCompCur |
◆ rlsType
rule_compliance.RuleComplianceBase.rlsType |
◆ ruleType
rule_compliance.RuleComplianceBase.ruleType |
◆ TOT_RLS
rule_compliance.RuleComplianceBase.TOT_RLS = int(1) |
|
static |
The documentation for this class was generated from the following file: