stanza.base.protocols
Module Contents
Classes
API
Bases: typing.Protocol
Protocol for a digital breakout box.
Check if breakout box channel(s) are grounded.
Set breakout box channel(s) to grounded.
Check if breakout box channel(s) are ungrounded.
Set breakout box channel(s) to ungrounded.
Get if breakout box channel(s) are connected to the line number.
Set breakout box channel(s) to connected to the line number.
Get if breakout box channel(s) are disconnected from the line number.
Set breakout box channel(s) to disconnected from the line number.
Bases: typing.Protocol
Protocol for control instruments.
Set the voltage on a specific channel.
Get the voltage on a specific channel.
Get the slew rate on a specific channel.
Bases: typing.Protocol
Protocol for measurement instruments.
Measure the current on a specific channel(s).
Bases: typing.Protocol
Protocol for resources that have a name attribute.
Value: None

