Sacp

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt:SACP
class SacpCls[source]

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

get(segment=Segment.Default) int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt:SACP
value: int = driver.configure.multiEval.listPy.segment.scount.sacp.get(segment = repcap.Segment.Default)

Defines the statistic count in the segment. The last mnemonic denotes the measurement type: statistical modulation measurement, statistical power measurement, spectrum ACP measurement (BR, LE) , spectrum gated ACP measurement (EDR) , spectrum 20 dB bandwidth (occupied bandwidth) measurement (BR) .

param segment:

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

return:

spec_acp_stat_cnt: numeric Statistic count Range: 1 to 1000

set(spec_acp_stat_cnt: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt:SACP
driver.configure.multiEval.listPy.segment.scount.sacp.set(spec_acp_stat_cnt = 1, segment = repcap.Segment.Default)

Defines the statistic count in the segment. The last mnemonic denotes the measurement type: statistical modulation measurement, statistical power measurement, spectrum ACP measurement (BR, LE) , spectrum gated ACP measurement (EDR) , spectrum 20 dB bandwidth (occupied bandwidth) measurement (BR) .

param spec_acp_stat_cnt:

numeric Statistic count Range: 1 to 1000

param segment:

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