Amplitude

SCPI Commands

SOURce:VOLTage:POWer<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:POWer<1|2>:LEVel:AMPLitude
value: float = driver.source.voltage.power.level.amplitude.get(source = repcap.Source.Default)

This command defines the output voltage for the Vsupply source.

param source

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

return

voltage_current: No help available

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

This command defines the output voltage for the Vsupply source.

param voltage_current

No help available

param source

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