Offset

SCPI Command :

CONFigure:GENerator:POWer:LEVel:OFFSet
class OffsetCls[source]

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

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

return

level: numeric value Unit: dBm

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

param level

numeric value Unit: dBm

Cloning the Group

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

Subgroups