State

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(notchFilter=NotchFilter.Default) bool[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:STATe
value: bool = driver.source.bb.arbitrary.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’)

Returns:

val_enable: 1 | ON | 0| OFF

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

Enables the particular notch.

Parameters:
  • val_enable – 1 | ON | 0| OFF

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