Relative

SCPI Command :

[SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:RELative
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(notchFilter=NotchFilter.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:RELative
value: float = driver.source.bb.eutra.notch.bandwidth.relative.get(notchFilter = repcap.NotchFilter.Default)

Sets the notch bandwidth relative to the clock frequency. Query the clock frequency via the following command: method RsSmw.source.bb.arbitrary.notch.clock() You can also set the absolute noise bandwidth via the following command: method RsSmw.source.bb.arbitrary.notch.bandwidth.absolute.set()

Parameters:

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

set(bw_pct: float, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:NOTCh<CH>:BWIDth:RELative
driver.source.bb.eutra.notch.bandwidth.relative.set(bw_pct = 1.0, notchFilter = repcap.NotchFilter.Default)

Sets the notch bandwidth relative to the clock frequency. Query the clock frequency via the following command: method RsSmw.source.bb.arbitrary.notch.clock() You can also set the absolute noise bandwidth via the following command: method RsSmw.source.bb.arbitrary.notch.bandwidth.absolute.set()

Parameters:
  • bw_pct – float Range: 0 to 10

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