Absolute

SCPI Command :

[SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:[ABSolute]
Commands in total: 1
Subgroups: 0
Direct 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. 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’)

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. 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:
  • bw_hz – float Range: 0 to dynamic

  • notchFilter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)