nibcq.switch.SwitchCapable ========================== .. py:class:: nibcq.switch.SwitchCapable Bases: :py:obj:`Protocol` Protocol for devices that support switching functionality. .. py:method:: connect_channel(cell: str | SMUCellData) -> None Connect the current device to the specified Cell DUT on the switch. .. py:method:: disconnect_all() -> None Disconnect all channels on the switch. .. py:method:: wait_for_debounce() -> None Wait for all the switch relays to settle.