stanza.drivers.qdac2
Module Contents
Classes
Data
logger
API
Value: getLogger(...)
Bases: str
, enum.Enum
Current measurment ranges for QDAC2.
Initialization
Initialize self. See help(type(self)) for accurate signature.
Value: LOW
Value: HIGH
Bases: stanza.base.channels.ControlChannel
Setup QDAC2-specific controlparameters with hardware integration.
Bases: stanza.base.channels.MeasurementChannel
Setup QDAC2-specific measurement parameters with hardware integration.
Bases: stanza.base.instruments.BaseInstrument
Prepare the measurement.
Set the voltage on a specific channel.
Get the voltage on a specific channel.
Set the slew rate on a specific channel.
Get the slew rate on a specific channel.
Get the current range on a specific channel.
Set the current range on a specific channel.
Set the current range on all measurement channels.
Get the measurement aperature on a specific channel.
Set the measurement aperature on a specific channel.
Set the measurement aperature on all measurement channels.
Get the number of cycles on a specific channel.
Set the number of cycles on a specific channel.
Set the number of cycles on all measurement channels.
Measure the current on a specific channel.
Close the QDAC2 driver.