sensor¶
- property StopCondition.sensor: SensorBase
The sensor to be monitored to check if the stop condition is valid.
Returns¶
SensorBaseThe sensor to be monitored to check if the stop condition is valid.
Raises
TypeErrorIf
sensoris not an instance ofSensorBase.