Offset
SCPI Command :
INSTrument:COUPle:GENerator:CENTer:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# INSTrument:COUPle:GENerator:CENTer:OFFSet value: float = driver.instrument.couple.generator.center.offset.get()
Defines a fixed offset to the center frequency 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.center.state.set()to be ON.- Returns:
frequency: Unit: HZ
- set(frequency: float) None[source]
# INSTrument:COUPle:GENerator:CENTer:OFFSet driver.instrument.couple.generator.center.offset.set(frequency = 1.0)
Defines a fixed offset to the center frequency 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.center.state.set()to be ON.- Parameters:
frequency – Unit: HZ