State
SCPI Command :
[SOURce<HW>]:BB:ONEWeb: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:ONEWeb:NOTCh<CH>:STATe value: bool = driver.source.bb.oneweb.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
val_enable: 1| ON| 0| OFF
- set(val_enable: bool, notchFilter=NotchFilter.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:NOTCh<CH>:STATe driver.source.bb.oneweb.notch.state.set(val_enable = False, notchFilter = repcap.NotchFilter.Default)
Enables the particular notch.
- param val_enable
1| ON| 0| OFF
- param notchFilter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)