State

SCPI Command :

[SOURce<HW>]:BB:OFDM:NOTCh<CH>:STATe
class StateCls[source]

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

get(notchFilter=NotchFilter.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:OFDM:NOTCh<CH>:STATe
value: bool = driver.source.bb.ofdm.notch.state.get(notchFilter = repcap.NotchFilter.Default)

Enables the particular notch.

param notchFilter

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

return

notch_val_enable: No help available

set(notch_val_enable: bool, notchFilter=NotchFilter.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:NOTCh<CH>:STATe
driver.source.bb.ofdm.notch.state.set(notch_val_enable = False, notchFilter = repcap.NotchFilter.Default)

Enables the particular notch.

param notch_val_enable

1| ON| 0| OFF

param notchFilter

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