Notch<NotchFilter>

SCPI Commands :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr8

driver.source.bb.kuiper.notch.repcap_notchFilter_set(repcap.NotchFilter.Nr1)
get_clock() int[source]
# [SOURce<HW>]:BB:KUIPer:NOTCh:CLOCk
value: int = driver.source.bb.kuiper.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:KUIPer:NOTCh:COUNt
value: int = driver.source.bb.kuiper.notch.get_count()

Sets the number of notches.

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

Enables or disables the notch filter.

Returns:

notch_state: 1 | ON | 0| OFF

Cloning the Group

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

Subgroups