Sgacp

SCPI Command :

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

Sgacp 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:SGACp
value: bool = driver.configure.multiEval.listPy.segment.results.sgacp.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_gat_acp: No help available

set(enable_spec_gat_acp: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:SGACp
driver.configure.multiEval.listPy.segment.results.sgacp.set(enable_spec_gat_acp = 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_gat_acp:

No help available

param segment:

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