Offset
SCPI Command :
[SOURce<HW>]:BB:OFDM: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:OFDM:NOTCh<CH>:FREQuency:OFFSet value: int = driver.source.bb.ofdm.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
freq_offset: No help available
- set(freq_offset: int, notchFilter=NotchFilter.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:NOTCh<CH>:FREQuency:OFFSet driver.source.bb.ofdm.notch.frequency.offset.set(freq_offset = 1, notchFilter = repcap.NotchFilter.Default)
Specifies the center frequency of the notch
- param freq_offset
integer Range: -2000E6 to 2000E6
- param notchFilter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)