Skip to content
Eugene-Couture-NRCAN edited this page Dec 12, 2025 · 1 revision

Switch

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

Clone this wiki locally