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 15 of file options.py.

Constructor & Destructor Documentation

def options.ConnectionL1TMenu.__init__ (   self,
  value 
)

Definition at line 16 of file options.py.

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

Member Data Documentation

options.ConnectionL1TMenu.override

Definition at line 17 of file options.py.

options.ConnectionL1TMenu.smapshotTime

Definition at line 27 of file options.py.

options.ConnectionL1TMenu.snapshotTime

Definition at line 18 of file options.py.