Offset
SCPI Command :
CONFigure:GENerator:NPRatio:FREQuency:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# CONFigure:GENerator:NPRatio:FREQuency:OFFSet value: float = driver.configure.generator.npratio.frequency.offset.get()
Defines a fixed offset to be applied to the generator frequency.
- Returns:
frequency_offset: numeric value Unit: HZ
- set(frequency_offset: float) None[source]
# CONFigure:GENerator:NPRatio:FREQuency:OFFSet driver.configure.generator.npratio.frequency.offset.set(frequency_offset = 1.0)
Defines a fixed offset to be applied to the generator frequency.
- Parameters:
frequency_offset – numeric value Unit: HZ