Functions | |
def | configure |
def | run |
def SimulationTables::configure | ( | argv = [] |
) |
Example of loading simulation cabling and calibration tables
Definition at line 10 of file SimulationTables.py.
00010 : 00011 """ Example of loading simulation cabling and calibration tables""" 00012 00013 # Add Static Tables 00014 import DataSvc 00015 DataSvc.Configure( 00016 feeCalibDataPath="$DATASVCROOT/share/feeCalibTable.txt", 00017 pmtCalibDataPath="$DATASVCROOT/share/pmtCalibTable.txt", 00018 feeCableMapPath="$DATASVCROOT/share/feeCableMap.txt") 00019 return 00020 def run(app):
def SimulationTables::run | ( | app | ) |
Run Time configuration
Definition at line 21 of file SimulationTables.py.
00021 : 00022 ''' 00023 Run Time configuration 00024 ''' 00025 pass pass