Offset

SCPI Command :

INSTrument:COUPle:GENerator:CENTer:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: 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 method RsFsw.Instrument.Couple.Generator.Center.State.set to be ON.

return

frequency: Unit: HZ

set(frequency: float) None[source]
# SCPI: 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 method RsFsw.Instrument.Couple.Generator.Center.State.set to be ON.

param frequency

Unit: HZ