<sensor>.reset

This action will send the reset command to the sensor

 

<sensor>.reset()

 

Remarks

This action will send the reset command to the sensor.

Return Value

None

Example

sensor = viz.add('sensor.dls')
sensor.reset()