Offset
SCPI Command :
SOURce:EXTernal<gen>:FREQuency:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(externalGen=ExternalGen.Nr1) float[source]
# SOURce:EXTernal<gen>:FREQuency:OFFSet value: float = driver.source.external.frequency.offset.get(externalGen = repcap.ExternalGen.Nr1)
Defines the frequency offset of the generator with reference to the analyzer frequency. Is only valid if External Generator Control (R&S FSW-B10) is installed and active. Select the offset such that the frequency range of the generator is not exceeded if the following formula is applied to the start and stop frequency of the analyzer:
- Parameters:
externalGen – optional repeated capability selector. Default value: Nr1
- Returns:
offset: numeric value, specified in Hz, kHz, MHz or GHz, rounded to the nearest Hz Unit: HZ
- set(offset: float, externalGen=ExternalGen.Nr1) None[source]
# SOURce:EXTernal<gen>:FREQuency:OFFSet driver.source.external.frequency.offset.set(offset = 1.0, externalGen = repcap.ExternalGen.Nr1)
Defines the frequency offset of the generator with reference to the analyzer frequency. Is only valid if External Generator Control (R&S FSW-B10) is installed and active. Select the offset such that the frequency range of the generator is not exceeded if the following formula is applied to the start and stop frequency of the analyzer:
- Parameters:
offset – numeric value, specified in Hz, kHz, MHz or GHz, rounded to the nearest Hz Unit: HZ
externalGen – optional repeated capability selector. Default value: Nr1