Relative
SCPI Command :
[SOURce<HW>]:BB:EUTRa: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: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 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
bw_pct: No help available
- set(bw_pct: float, notchFilter=NotchFilter.Default) None [source]
# SCPI: [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 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 bw_pct
float Range: 0 to 10
- param notchFilter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)