Java Class Name: VoltageSwitch
Notable APIs:
void SetValue( double value );
Sets the switch’s position. For a 2-stage switch, the valid values are 0 and 1; for a 3-stage switch, the valid values are 0, 1, and 2, etc.
double GetValue();
Returns the switch’s current position.
Notifications: A Switch_Changed
notification will arrive in Notify()
whenever a switch’s value changes: