SoBw

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:SOBW
class SoBwCls[source]

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

get(segment=Segment.Default) bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:SOBW
value: bool = driver.configure.multiEval.listPy.segment.results.soBw.get(segment = repcap.Segment.Default)

Enables or disables the evaluation of results for the segment<no> in list mode. The last mnemonic denotes the measurement type: statistical modulation results, statistical power results, spectrum ACP (BR, LE) , spectrum gated ACP (EDR) , spectrum 20 dB bandwidth (BR) .

param segment:

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

return:

enable_spec_obw: No help available

set(enable_spec_obw: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:SOBW
driver.configure.multiEval.listPy.segment.results.soBw.set(enable_spec_obw = False, segment = repcap.Segment.Default)

Enables or disables the evaluation of results for the segment<no> in list mode. The last mnemonic denotes the measurement type: statistical modulation results, statistical power results, spectrum ACP (BR, LE) , spectrum gated ACP (EDR) , spectrum 20 dB bandwidth (BR) .

param enable_spec_obw:

No help available

param segment:

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