StPonTest.start(WaveLength)
method to start the test or switch wavelengths , then
through StPonTest.getPower()
method to get the current measured wavelength , when stopped run StPonTest.stop()
to end measurement.StRedLight.getInstance()
method to get an instance
, then through StRedLight.powerOn()
method to enable red light
, when stopped run StRedLight.powerOff()
to disable red light.