Plength

SCPI Command :

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

Plength 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>[:SETup]:PLENgth
value: int = driver.configure.multiEval.listPy.segment.setup.plength.get(segment = repcap.Segment.Default)

Specifies the payload length expected in the segment.

param segment:

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

return:

payload_length: numeric Range: 0 Byte(s) to 1021 Byte(s)

set(payload_length: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:PLENgth
driver.configure.multiEval.listPy.segment.setup.plength.set(payload_length = 1, segment = repcap.Segment.Default)

Specifies the payload length expected in the segment.

param payload_length:

numeric Range: 0 Byte(s) to 1021 Byte(s)

param segment:

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