Offset

SCPI Command :

CONFigure:GENerator:NPRatio:FREQuency:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: 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.

return

frequency_offset: numeric value Unit: HZ

set(frequency_offset: float) None[source]
# SCPI: 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.

param frequency_offset

numeric value Unit: HZ