Relative

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:RELative
class RelativeCls[source]

Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(notchFilter=NotchFilter.Default) float[source]
# SCPI: [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 current clock frequency ([:SOURce<hw>]:BB:ARBitrary:NOTCh:CLOCk?) . The value is interdependet with the absolute bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth[:ABSolute]. That is, you cna set the notch bandwidth in either way.

param notchFilter

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

return

no_bw_rel: float Range: 0 to 10

set(no_bw_rel: float, notchFilter=NotchFilter.Default) None[source]
# SCPI: [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 current clock frequency ([:SOURce<hw>]:BB:ARBitrary:NOTCh:CLOCk?) . The value is interdependet with the absolute bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth[:ABSolute]. That is, you cna set the notch bandwidth in either way.

param no_bw_rel

float Range: 0 to 10

param notchFilter

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