Relative

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:RELative
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(notchFilter=NotchFilter.Default) float[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:RELative
value: float = driver.source.bb.arbitrary.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’)

Returns:

no_bw_rel: float Range: 0 to 10

set(no_bw_rel: float, notchFilter=NotchFilter.Default) None[source]
# [SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:RELative
driver.source.bb.arbitrary.notch.bandwidth.relative.set(no_bw_rel = 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:
  • no_bw_rel – float Range: 0 to 10

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