2014-05-27 08:40:42 -05:00
|
|
|
# -*- Mode:Python; explicit-buffer-name: "stratus1.conf<cmos>" -*-
|
|
|
|
|
|
|
|
import helpers
|
2012-11-16 06:49:47 -06:00
|
|
|
|
|
|
|
|
|
|
|
# Status1 parameters.
|
|
|
|
parametersTable = \
|
2016-05-06 06:15:10 -05:00
|
|
|
( ("stratus1.format" , TypeString, "vst")
|
2012-12-03 02:27:41 -06:00
|
|
|
, ("stratus1.simulator" , TypeString, "asimut")
|
2012-11-16 06:49:47 -06:00
|
|
|
,)
|
|
|
|
|
2014-05-27 08:40:42 -05:00
|
|
|
|
|
|
|
execfile( helpers.sysConfDir+'/common/stratus1.conf' )
|