Enum TestState
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Elabo
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Elabo.dll
Represents the device state.
public enum TestState
Fields
Activ = 8
Test is active.
Burn = 7
Burn mode
Finished = 9
Test is finished regularly.
None = 0
Basic state before test.
Off = 10
Test has been stopped.
Prepared = 1
First start command received.
RampDown = 11
Ramp down mode.
RampUp = 4
Ramp up mode.
ReadyForStart = 2
Ready for second start command.
Started = 3
Second start command received.
WaitSetPoint = 6
Wait until set point is reached.