Offset
SCPI Command :
[SENSe]:NPRatio:NOTCh<notch>:FREQuency:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notch=Notch.Default) float[source]
# [SENSe]:NPRatio:NOTCh<notch>:FREQuency:OFFSet value: float = driver.sense.npratio.notch.frequency.offset.get(notch = repcap.Notch.Default)
Defines the center position of the notch in relation to the currently defined center frequency.
- Parameters:
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
frequency: Unit: HZ
- set(frequency: float, notch=Notch.Default) None[source]
# [SENSe]:NPRatio:NOTCh<notch>:FREQuency:OFFSet driver.sense.npratio.notch.frequency.offset.set(frequency = 1.0, notch = repcap.Notch.Default)
Defines the center position of the notch in relation to the currently defined center frequency.
- Parameters:
frequency – Unit: HZ
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)