CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
options.ConnectionL1TMenu Class Reference
Inheritance diagram for options.ConnectionL1TMenu:

Public Member Functions

def __init__
 

Public Attributes

 override
 
 smapshotTime
 
 snapshotTime
 

Detailed Description

Definition at line 16 of file options.py.

Constructor & Destructor Documentation

def options.ConnectionL1TMenu.__init__ (   self,
  value 
)

Definition at line 17 of file options.py.

17 
18  def __init__(self, value):
19  self.override = None
20  self.snapshotTime = None
21 
22  # extract the override tag and the connection string
23  if value:
24  if ',' in value:
25  self.override = value.split(',')[0]
26  self.snapshotTime = value.split(',')[1]
27  else:
28  self.override = value
29  self.smapshotTime = None
30 
31 
# type used to store a reference to an L1 menu

Member Data Documentation

options.ConnectionL1TMenu.override

Definition at line 18 of file options.py.

options.ConnectionL1TMenu.smapshotTime

Definition at line 28 of file options.py.

options.ConnectionL1TMenu.snapshotTime

Definition at line 19 of file options.py.