ATLAS Offline Software
Loading...
Searching...
No Matches
python.variable Namespace Reference

Classes

class  DCSC_Defect_Global_Variable
class  DCSC_Global_Variable
class  DCSC_Variable
class  DCSC_Variable_With_Mapping

Functions

 GoodIOV (channel, good)
 CodeIOV (channel, Code)
 DefectIOV (channel, present, comment)
 DefectIOVFull (channel, present, comment, recoverable=False, user='sys:defectcalculator')

Variables

 log

Function Documentation

◆ CodeIOV()

python.variable.CodeIOV ( channel,
Code )

Definition at line 21 of file variable.py.

21def CodeIOV(channel, Code):
22 "Similar to GoodIOV but stores a DQ code instead of good/bad state"
23
24@define_iov_type

◆ DefectIOV()

python.variable.DefectIOV ( channel,
present,
comment )

Definition at line 25 of file variable.py.

25def DefectIOV(channel, present, comment):
26 "Stores a defect IOV"
27
28@define_iov_type

◆ DefectIOVFull()

python.variable.DefectIOVFull ( channel,
present,
comment,
recoverable = False,
user = 'sys:defectcalculator' )

Definition at line 29 of file variable.py.

29def DefectIOVFull(channel, present, comment, recoverable=False, user='sys:defectcalculator'):
30 "Stores a defect IOV with all fields"
31

◆ GoodIOV()

python.variable.GoodIOV ( channel,
good )

Definition at line 17 of file variable.py.

17def GoodIOV(channel, good):
18 "Stores the state of a single input channel, whether it is working or not"
19
20@define_iov_type

Variable Documentation

◆ log

python.variable.log

Definition at line 4 of file variable.py.