Example #1
0
 def __init__(self, windTestId = "", reference = "master", id = None, type = "WindTestObject",
         logicalName = "", physicalName = "", isValid = False, acqSystemType = "", address = ""):
     windtest_object.__init__(self, windTestId = windTestId, reference = reference, id = id,
             type = type)
     self.logicalName = logicalName
     self.physicalName = physicalName
     self.isValid = isValid
     self.acqSystemType = acqSystemType
     self.address = address
Example #2
0
 def __init__(self, windTestId = "", reference = "master", id = None, type = "ConfigurationElement",
         deviceConfigId = None, name = "", data = None, content_type = "", 
         content_enricher = "", content_link = [], understandableByTheDevice = False):
     windtest_object.__init__(self, windTestId = windTestId, reference = reference, id = id,
             type = type)
     self.deviceConfigId = deviceConfigId
     self.name = name
     self.data = data
     self.content_type = content_type
     self.content_enricher = content_enricher
     self.content_link = content_link
     self.understandableByTheDevice = understandableByTheDevice
Example #3
0
 def __init__(self, windTestId = "", reference = "master", id = None, type = "CorrectedParameter", 
         acqSystemId = None, unit = "mV", dataLevel = "RAW", parameterName = "", 
         description = "", tangoAddress = "", dimension = 0, isFromCalculDevice = False):
     windtest_object.__init__(self, windTestId = windTestId, reference = reference, id = id,
             type = type)
     self.acqSystemId = acqSystemId
     self.unit = unit
     self.dataLevel = dataLevel
     self.parameterName = parameterName
     self.description = description
     self.tangoAddress = tangoAddress
     self.dimension = dimension
     self.isFromCalculDevice = isFromCalculDevice