Lines Matching refs:theSensor
63 def sensor(self, theSensor, theSensors): argument
92 for theSensor in theSensors:
97 sensorLine = SensorPolicy.indentLines(self.sensor(theSensor,
105 def sensor(self, theSensor, theSensors): argument
106 sensorName = theSensor.name.replace("_INDEX", "")
107 sensorId = str(theSensor.id).replace("_INDEX", "")
155 def sensor(self, theSensor, theSensors): argument
158 theSensor.name.upper(),
159 self.adjustSensorId(theSensors.descriptor.upper(), str(theSensor.id))
168 def sensor(self, theSensor, theSensors): argument
169 sensorName = theSensor.name.replace("_INDEX", "")