Absolute

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:NOTCh<CH>:BWIDth:[ABSolute]
class AbsoluteCls[source]

Absolute 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:[ABSolute]
value: float = driver.source.bb.arbitrary.notch.bandwidth.absolute.get(notchFilter = repcap.NotchFilter.Default)

Sets the absolute notch bandwidth. The value is interdependent with the relative bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth:RELative. 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: float Range: 0 to dynamic

set(no_bw: float, notchFilter=NotchFilter.Default) None[source]
# SCPI: [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. The value is interdependent with the relative bandwidth value, set with the command [:SOURce<hw>]:BB:ARBitrary:NOTCh<ch>:BWIDth:RELative. That is, you cna set the notch bandwidth in either way.

param no_bw

float Range: 0 to dynamic

param notchFilter

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