Offset
SCPI Command :
INSTrument:COUPle:GENerator:RLEVel:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: INSTrument:COUPle:GENerator:RLEVel:OFFSet value: float = driver.instrument.couple.generator.refLevel.offset.get()
Defines a fixed offset to the reference level of the FSW for the coupled signal generator. This command requires the method RsFsw.Instrument.Couple.Generator.State.set and the method RsFsw.Instrument.Couple.Generator.RefLevel.State.set to be ON.
- return
level: Unit: DB
- set(level: float) None [source]
# SCPI: INSTrument:COUPle:GENerator:RLEVel:OFFSet driver.instrument.couple.generator.refLevel.offset.set(level = 1.0)
Defines a fixed offset to the reference level of the FSW for the coupled signal generator. This command requires the method RsFsw.Instrument.Couple.Generator.State.set and the method RsFsw.Instrument.Couple.Generator.RefLevel.State.set to be ON.
- param level
Unit: DB