Absolute
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:[ABSolute]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notchFilter=NotchFilter.Default) float[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:[ABSolute] value: float = driver.source.bb.arbitrary.notch.bandwidth.absolute.get(notchFilter = repcap.NotchFilter.Default)
Sets the absolute notch bandwidth. You can set this bandwidth also relative to the clock frequency via the following command: method
RsSmw.source.bb.arbitrary.notch.bandwidth.relative.set()- Parameters:
notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
no_bw: float Range: 0 to dynamic
- set(no_bw: float, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:[ABSolute] driver.source.bb.arbitrary.notch.bandwidth.absolute.set(no_bw = 1.0, notchFilter = repcap.NotchFilter.Default)
Sets the absolute notch bandwidth. You can set this bandwidth also relative to the clock frequency via the following command: method
RsSmw.source.bb.arbitrary.notch.bandwidth.relative.set()- Parameters:
no_bw – float Range: 0 to dynamic
notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)