Offset

SCPI Command :

[SENSe]:NPRatio:NOTCh<notch>:FREQuency:OFFSet
class OffsetCls[source]

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

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

param notch

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)

return

frequency: Unit: HZ

set(frequency: float, notch=Notch.Default) None[source]
# SCPI: [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.

param frequency

Unit: HZ

param notch

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)