Offset
SCPI Command :
INSTrument:COUPle:GENerator:RLEVel:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# 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 methodRsFsw.instrument.couple.generator.refLevel.state.set()to be ON.- Returns:
level: Unit: DB
- set(level: float) None[source]
# 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 methodRsFsw.instrument.couple.generator.refLevel.state.set()to be ON.- Parameters:
level – Unit: DB