Attenuation

SCPI Command :

CONFigure:GENerator:POWer:LEVel:ATTenuation
class AttenuationCls[source]

Attenuation commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: 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.

return

level: numeric value Unit: dB

set(level: float) None[source]
# SCPI: 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.

param level

numeric value Unit: dB

Cloning the Group

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

Subgroups