ATLAS Offline Software
Classes | Functions | Variables
python.variable Namespace Reference

Classes

class  DCSC_Defect_Global_Variable
 
class  DCSC_Global_Variable
 
class  DCSC_Variable
 
class  DCSC_Variable_With_Mapping
 

Functions

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

Variables

 log
 

Function Documentation

◆ CodeIOV()

def python.variable.CodeIOV (   channel,
  Code 
)

Definition at line 22 of file variable.py.

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

◆ DefectIOV()

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

Definition at line 26 of file variable.py.

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

◆ DefectIOVFull()

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

Definition at line 30 of file variable.py.

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

◆ GoodIOV()

def python.variable.GoodIOV (   channel,
  good 
)

Definition at line 18 of file variable.py.

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

Variable Documentation

◆ log

python.variable.log

Definition at line 5 of file variable.py.

python.variable.DefectIOV
def DefectIOV(channel, present, comment)
Definition: variable.py:26
python.variable.GoodIOV
def GoodIOV(channel, good)
Definition: variable.py:18
python.variable.CodeIOV
def CodeIOV(channel, Code)
Definition: variable.py:22
python.variable.DefectIOVFull
def DefectIOVFull(channel, present, comment, recoverable=False, user='sys:defectcalculator')
Definition: variable.py:30