25 lines
1015 B
Python
25 lines
1015 B
Python
|
|
# This file is part of the Coriolis Software.
|
|
# Copyright (c) UPMC 2019-2019, All Rights Reserved
|
|
#
|
|
# +-----------------------------------------------------------------+
|
|
# | C O R I O L I S |
|
|
# | Alliance / Hurricane Interface |
|
|
# | |
|
|
# | Author : Jean-Paul CHAPUT |
|
|
# | E-mail : Jean-Paul.Chaput@asim.lip6.fr |
|
|
# | =============================================================== |
|
|
# | Python : "./etc/common/analog.py" |
|
|
# +-----------------------------------------------------------------+
|
|
|
|
|
|
import Cfg
|
|
import helpers
|
|
|
|
|
|
p = Cfg.getParamString( 'analog.techno' )
|
|
p.setString( 'Analog_technology_has_not_been_set' )
|
|
p.flags = Cfg.Parameter.Flags.NeedRestart|Cfg.Parameter.Flags.MustExist
|
|
|
|
#Cfg.getParamString( 'analog.devices' ).setString( helpers.technoDir+'/devices.conf' )
|