Ejemplo n.º 1
0
 def deltaTime(self, deltaTime):
     self._value[mal.Composite._fieldNumber + 0] = mal.Duration(
         deltaTime, canBeNull=True, attribName='deltaTime')
     self._isNull = False
Ejemplo n.º 2
0
 def intervalTime(self, intervalTime):
     self._value[mal.Composite._fieldNumber + 1] = mal.Duration(
         intervalTime, canBeNull=True, attribName='intervalTime')
     self._isNull = False
Ejemplo n.º 3
0
 def filteredTimeout(self, filteredTimeout):
     self._value[mal.Composite._fieldNumber + 6] = mal.Duration(
         filteredTimeout, canBeNull=False, attribName='filteredTimeout')
     self._isNull = False
Ejemplo n.º 4
0
 def sampleInterval(self, sampleInterval):
     self._value[mal.Composite._fieldNumber + 2] = mal.Duration(
         sampleInterval, canBeNull=False, attribName='sampleInterval')
     self._isNull = False
Ejemplo n.º 5
0
 def collectionInterval(self, collectionInterval):
     self._value[mal.Composite._fieldNumber + 2] = mal.Duration(
         collectionInterval,
         canBeNull=False,
         attribName='collectionInterval')
     self._isNull = False
Ejemplo n.º 6
0
 def reportInterval(self, reportInterval):
     self._value[mal.Composite._fieldNumber + 2] = mal.Duration(
         reportInterval, canBeNull=False, attribName='reportInterval')
     self._isNull = False
Ejemplo n.º 7
0
 def estimateDuration(self, estimateDuration):
     self._value[mal.Composite._fieldNumber + 1] = mal.Duration(
         estimateDuration, canBeNull=True, attribName='estimateDuration')
     self._isNull = False
Ejemplo n.º 8
0
 def checkInterval(self, checkInterval):
     self._value[mal.Composite._fieldNumber + 3] = mal.Duration(checkInterval, canBeNull=False, attribName='checkInterval')
     self._isNull = False
Ejemplo n.º 9
0
 def violationTime(self, violationTime):
     self._value[mal.Composite._fieldNumber + 6] = mal.Duration(violationTime, canBeNull=False, attribName='violationTime')
     self._isNull = False
Ejemplo n.º 10
0
 def nominalTime(self, nominalTime):
     self._value[mal.Composite._fieldNumber + 4] = mal.Duration(nominalTime, canBeNull=False, attribName='nominalTime')
     self._isNull = False
Ejemplo n.º 11
0
 def maxReportingInterval(self, maxReportingInterval):
     self._value[mal.Composite._fieldNumber + 2] = mal.Duration(maxReportingInterval, canBeNull=False, attribName='maxReportingInterval')
     self._isNull = False