Offset
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:NOTCh<CH>:FREQuency:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notchFilter=NotchFilter.Default) int[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh<CH>:FREQuency:OFFSet value: int = driver.source.bb.oneweb.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’)
- set(freq_offset: int, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh<CH>:FREQuency:OFFSet driver.source.bb.oneweb.notch.frequency.offset.set(freq_offset = 1, notchFilter = repcap.NotchFilter.Default)
Specifies the center frequency of the notch
- Parameters:
freq_offset – integer Range: -2000E6 to 2000E6
notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)