Notch<NotchFilter>

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:NOTCh:CLOCk
[SOURce<HW>]:BB:ONEWeb:NOTCh:COUNt
[SOURce<HW>]:BB:ONEWeb:NOTCh
Commands in total: 8
Subgroups: 4
Direct child commands: 3

Repeated Capability Setting:

# Range: Nr1 .. Nr8

driver.source.bb.oneweb.notch.repcap_notchFilter_set(repcap.NotchFilter.Nr1)
get_clock() int[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh:CLOCk
value: int = driver.source.bb.oneweb.notch.get_clock()

Queries the current clock frequency of the waveform signal. Works like the command method RsSmw.source.bb.arbitrary.clock.value() .

Returns:

clock_freq: integer Range: 400 to 2000E6

get_count() int[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh:COUNt
value: int = driver.source.bb.oneweb.notch.get_count()

Sets the number of notches.

get_value() bool[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh
value: bool = driver.source.bb.oneweb.notch.get_value()

Enables or disables the notch filter.

Returns:

notch_state: 1 | ON | 0| OFF

set_count(num_of_notch: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh:COUNt
driver.source.bb.oneweb.notch.set_count(num_of_notch = 1)

Sets the number of notches.

Parameters:

num_of_notch – integer Range: 1 to 25

set_value(notch_state: bool) None[source]
# [SOURce<HW>]:BB:ONEWeb:NOTCh
driver.source.bb.oneweb.notch.set_value(notch_state = False)

Enables or disables the notch filter.

Parameters:

notch_state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
notch_copy = driver.source.bb.oneweb.notch.clone()

Subgroups