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