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

Constructor & Destructor Documentation

def options.ConnectionL1TMenu.__init__ (   self,
  value 
)

Definition at line 18 of file options.py.

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

Member Data Documentation

options.ConnectionL1TMenu.override

Definition at line 19 of file options.py.

options.ConnectionL1TMenu.smapshotTime

Definition at line 29 of file options.py.

options.ConnectionL1TMenu.snapshotTime

Definition at line 20 of file options.py.