Attenuation

SCPI Command :

CONFigure:GENerator:POWer:LEVel:ATTenuation
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# CONFigure:GENerator:POWer:LEVel:ATTenuation
value: float = driver.applications.k18AmplifierEt.configure.generator.power.level.attenuation.get()

This command defines digital attenuation that is applied to digitally modulated I/Q signals. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

Returns:

level: numeric value Unit: dB

set(level: float) None[source]
# CONFigure:GENerator:POWer:LEVel:ATTenuation
driver.applications.k18AmplifierEt.configure.generator.power.level.attenuation.set(level = 1.0)

This command defines digital attenuation that is applied to digitally modulated I/Q signals. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

Parameters:

level – numeric value Unit: dB

Cloning the Group

# Create a copy of the original group, that exists independently
attenuation_copy = driver.applications.k18AmplifierEt.configure.generator.power.level.attenuation.clone()

Subgroups