Absolute
SCPI Command :
[SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:[ABSolute]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notchFilter=NotchFilter.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:[ABSolute] value: int = driver.source.bb.eutra.notch.bandwidth.absolute.get(notchFilter = repcap.NotchFilter.Default)
Sets the absolute notch bandwidth. The value is interdependent with the relative bandwidth value, set with the method
RsSmbv.source.bb.arbitrary.notch.bandwidth.relative.set(). That is, you cna set the notch bandwidth in either way.- Parameters:
notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- set(bw_hz: int, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:[ABSolute] driver.source.bb.eutra.notch.bandwidth.absolute.set(bw_hz = 1, notchFilter = repcap.NotchFilter.Default)
Sets the absolute notch bandwidth. The value is interdependent with the relative bandwidth value, set with the method
RsSmbv.source.bb.arbitrary.notch.bandwidth.relative.set(). That is, you cna set the notch bandwidth in either way.- Parameters:
bw_hz – float Range: 0 to dynamic
notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)