Voltage

SCPI Commands

CALibration:VOLTage:DATA
class VoltageCls[source]

Voltage commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_data() float[source]
# SCPI: CALibration:VOLTage:DATA
value: float = driver.calibration.voltage.get_data()

Sets the DMM reading after setting the output voltage level in channel adjustment process.

return

arg_0: No help available

set_data(arg_0: float) None[source]
# SCPI: CALibration:VOLTage:DATA
driver.calibration.voltage.set_data(arg_0 = 1.0)

Sets the DMM reading after setting the output voltage level in channel adjustment process.

param arg_0

Measured value from DMM.

Subgroups