"src/xercesc/util/Transcoders/Win32/Win32TransService.cpp" did not exist on "d0c30461fdcb02400a4384b6e7042c90ae5897c0"
Newer
Older
"""Base class for inputfile parameters"""
from DDSim.Helper.ConfigHelper import ConfigHelper
"""Configuration for the InputFiles"""
super(Input, self).__init__()
self.__parameters = {}
self._closeProperties()
def getParameters(self):
return self.__parameters
@property
return self.__parameters
@_parameters.setter
def _parameters(self, newParameters):
if isinstance(newParameters, dict):
self.__parameters[par] = str(val)
else:
raise RuntimeError("Commandline setting of InputFileParameters is not supported, use a steeringFile: %s "