Offset

SCPI Command :

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

This command defines a mathematical level offset for the signal generator (for example to take external attenuation into account) . 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: dBm

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

This command defines a mathematical level offset for the signal generator (for example to take external attenuation into account) . 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: dBm

Cloning the Group

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

Subgroups