ATLAS Offline Software
Loading...
Searching...
No Matches
python.MagFieldUtils.MagFieldDCSInfo Class Reference
Collaboration diagram for python.MagFieldUtils.MagFieldDCSInfo:

Public Member Functions

 __init__ (self, solC, solSetC, torC, torSetC, fnt)
 solenoidCurrent (self)
 solenoidSetCurrent (self)
 toroidCurrent (self)
 toroidSetCurrent (self)
 fileNameTag (self)

Protected Attributes

 _solC = solC
 _solSetC = solSetC
 _torC = torC
 _torSetC = torSetC
 _fileNameTag = fnt

Detailed Description

Definition at line 16 of file MagFieldUtils.py.

Constructor & Destructor Documentation

◆ __init__()

python.MagFieldUtils.MagFieldDCSInfo.__init__ ( self,
solC,
solSetC,
torC,
torSetC,
fnt )

Definition at line 18 of file MagFieldUtils.py.

18 def __init__(self,solC,solSetC,torC,torSetC,fnt):
19 "Initialise given values for solenoid & toroid acual and set currents and filename tag"
20 self._solC=solC
21 self._solSetC=solSetC
22 self._torC=torC
23 self._torSetC=torSetC
24 self._fileNameTag=fnt
25

Member Function Documentation

◆ fileNameTag()

python.MagFieldUtils.MagFieldDCSInfo.fileNameTag ( self)

Definition at line 42 of file MagFieldUtils.py.

42 def fileNameTag(self):
43 "Return the Filename tag for this run"
44 return self._fileNameTag
45
46

◆ solenoidCurrent()

python.MagFieldUtils.MagFieldDCSInfo.solenoidCurrent ( self)

Definition at line 26 of file MagFieldUtils.py.

26 def solenoidCurrent(self):
27 "Return the solenoid current"
28 return self._solC
29

◆ solenoidSetCurrent()

python.MagFieldUtils.MagFieldDCSInfo.solenoidSetCurrent ( self)

Definition at line 30 of file MagFieldUtils.py.

30 def solenoidSetCurrent(self):
31 "Return the requested solenoid current (set point)"
32 return self._solSetC
33

◆ toroidCurrent()

python.MagFieldUtils.MagFieldDCSInfo.toroidCurrent ( self)

Definition at line 34 of file MagFieldUtils.py.

34 def toroidCurrent(self):
35 "Return the toroid current"
36 return self._torC
37

◆ toroidSetCurrent()

python.MagFieldUtils.MagFieldDCSInfo.toroidSetCurrent ( self)

Definition at line 38 of file MagFieldUtils.py.

38 def toroidSetCurrent(self):
39 "Return the requested toroid current (set point)"
40 return self._torSetC
41

Member Data Documentation

◆ _fileNameTag

python.MagFieldUtils.MagFieldDCSInfo._fileNameTag = fnt
protected

Definition at line 24 of file MagFieldUtils.py.

◆ _solC

python.MagFieldUtils.MagFieldDCSInfo._solC = solC
protected

Definition at line 20 of file MagFieldUtils.py.

◆ _solSetC

python.MagFieldUtils.MagFieldDCSInfo._solSetC = solSetC
protected

Definition at line 21 of file MagFieldUtils.py.

◆ _torC

python.MagFieldUtils.MagFieldDCSInfo._torC = torC
protected

Definition at line 22 of file MagFieldUtils.py.

◆ _torSetC

python.MagFieldUtils.MagFieldDCSInfo._torSetC = torSetC
protected

Definition at line 23 of file MagFieldUtils.py.


The documentation for this class was generated from the following file: