Notch<NotchFilter>
RepCap Settings
# Range: Nr1 .. Nr8
rc = driver.source.bb.eutra.notch.repcap_notchFilter_get()
driver.source.bb.eutra.notch.repcap_notchFilter_set(repcap.NotchFilter.Nr1)
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:NOTCh:CLOCk
[SOURce<HW>]:BB:EUTRa:NOTCh:COUNt
[SOURce<HW>]:BB:EUTRa:NOTCh
- class NotchCls[source]
Notch commands group definition. 8 total commands, 4 Subgroups, 3 group commands Repeated Capability: NotchFilter, default value after init: NotchFilter.Nr1
- get_clock() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOTCh:CLOCk value: int = driver.source.bb.eutra.notch.get_clock()
Queries the current clock frequency of the waveform signal. Works like the command [:SOURce<hw>]:BB:ARBitrary:CLOCk.
- return
clock_freq: integer Range: 400 to 2000E6
- get_count() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOTCh:COUNt value: int = driver.source.bb.eutra.notch.get_count()
Sets the number of notches.
- return
num_of_notch: No help available
- get_value() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOTCh value: bool = driver.source.bb.eutra.notch.get_value()
Enables or disables the notch filter.
- return
notch_state: 1| ON| 0| OFF
- set_count(num_of_notch: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOTCh:COUNt driver.source.bb.eutra.notch.set_count(num_of_notch = 1)
Sets the number of notches.
- param num_of_notch
integer Range: 1 to 25
- set_value(notch_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOTCh driver.source.bb.eutra.notch.set_value(notch_state = False)
Enables or disables the notch filter.
- param notch_state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.notch.clone()
Subgroups