Amplitude

SCPI Commands

SOURce:VOLTage:AUX:LEVel:AMPLitude
class AmplitudeCls[source]

Amplitude commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: SOURce:VOLTage:AUX:LEVel:AMPLitude
value: float = driver.source.voltage.auxiliary.level.amplitude.get()

This command defines the output voltage for the Vaux source.

return

voltage: numeric value Range: -10 to 10, Unit: V

set(voltage: float) None[source]
# SCPI: SOURce:VOLTage:AUX:LEVel:AMPLitude
driver.source.voltage.auxiliary.level.amplitude.set(voltage = 1.0)

This command defines the output voltage for the Vaux source.

param voltage

numeric value Range: -10 to 10, Unit: V