Absolute

SCPI Command :

[SOURce<HW>]:BB:OFDM:NOTCh<CH>:BWIDth:[ABSolute]
class AbsoluteCls[source]

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

get(notchFilter=NotchFilter.Default) int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:NOTCh<CH>:BWIDth:[ABSolute]
value: int = driver.source.bb.ofdm.notch.bandwidth.absolute.get(notchFilter = repcap.NotchFilter.Default)

Sets the absolute notch bandwidth. The value is interdependent with the relative bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth:RELative. That is, you cna set the notch bandwidth in either way.

param notchFilter

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

return

bw_hz: No help available

set(bw_hz: int, notchFilter=NotchFilter.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:NOTCh<CH>:BWIDth:[ABSolute]
driver.source.bb.ofdm.notch.bandwidth.absolute.set(bw_hz = 1, notchFilter = repcap.NotchFilter.Default)

Sets the absolute notch bandwidth. The value is interdependent with the relative bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth:RELative. That is, you cna set the notch bandwidth in either way.

param bw_hz

float Range: 0 to dynamic

param notchFilter

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