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