Cscheme

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CSCHeme
class CschemeCls[source]

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

get(segment=Segment.Default) CodingScheme[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CSCHeme
value: enums.CodingScheme = driver.configure.multiEval.listPy.segment.setup.cscheme.get(segment = repcap.Segment.Default)

Defines coding scheme S for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology.

param segment:

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

return:

le_lr_coding: S8 | S2 Coding S = 8 or S = 2

set(le_lr_coding: CodingScheme, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:CSCHeme
driver.configure.multiEval.listPy.segment.setup.cscheme.set(le_lr_coding = enums.CodingScheme.S2, segment = repcap.Segment.Default)

Defines coding scheme S for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology.

param le_lr_coding:

S8 | S2 Coding S = 8 or S = 2

param segment:

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