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