Amplitude

SCPI Commands

SOURce:VOLTage:CONTrol<Source>:LEVel:AMPLitude
class AmplitudeCls[source]

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

get(source=Source.Default) float[source]
# SCPI: SOURce:VOLTage:CONTrol<1|2>:LEVel:AMPLitude
value: float = driver.source.voltage.control.level.amplitude.get(source = repcap.Source.Default)

This command defines the output voltage for the Vtune source.

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)

return

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

set(voltage: float, source=Source.Default) None[source]
# SCPI: SOURce:VOLTage:CONTrol<1|2>:LEVel:AMPLitude
driver.source.voltage.control.level.amplitude.set(voltage = 1.0, source = repcap.Source.Default)

This command defines the output voltage for the Vtune source.

param voltage

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

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)