Offset

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:FREQuency:OFFSet
class OffsetCls[source]

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

get(notchFilter=NotchFilter.Default) int[source]
# SCPI: [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

param notchFilter

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

return

chbw: integer Range: -2000E6 to 2000E6

set(chbw: int, notchFilter=NotchFilter.Default) None[source]
# SCPI: [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

param chbw

integer Range: -2000E6 to 2000E6

param notchFilter

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