-
Notifications
You must be signed in to change notification settings - Fork 22
Switch
Eugene-Couture-NRCAN edited this page Dec 12, 2025
·
1 revision
Simple abstraction layer to control a switch in the experiment. Was originally designed for the unintential islanding experiments.
Methods:
-
info(self)- Return information string for the switch controller device.
-
open(self)- Open communications resources associated with the switch controller device.
-
close(self)- Close any open communications resources associated with the switch controller device.
-
switch_open(self)- Open the switch associated with this device
-
switch_close(self)- Close the switch associated with this device
-
switch_state(self)- Get the state of the switch associated with this device