Offset

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:FREQuency:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(notchFilter=NotchFilter.Default) int[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:FREQuency:OFFSet
value: int = driver.source.bb.arbitrary.notch.frequency.offset.get(notchFilter = repcap.NotchFilter.Default)

Specifies the center frequency of the notch

Parameters:

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

Returns:

chbw: integer Range: -2000E6 to 2000E6

set(chbw: int, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:FREQuency:OFFSet
driver.source.bb.arbitrary.notch.frequency.offset.set(chbw = 1, notchFilter = repcap.NotchFilter.Default)

Specifies the center frequency of the notch

Parameters:
  • chbw – integer Range: -2000E6 to 2000E6

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