Slength

SCPI Command :

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

Slength 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]:SLENgth
value: int = driver.configure.multiEval.listPy.segment.setup.slength.get(segment = repcap.Segment.Default)

Defines the number of measured bursts in the segment

param segment:

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

return:

segment_length: numeric The sum of the length of all active segments must not exceed 6700 timeslots (1 timeslot = 625 μs duration) . Range: 1 to 1000

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

Defines the number of measured bursts in the segment

param segment_length:

numeric The sum of the length of all active segments must not exceed 6700 timeslots (1 timeslot = 625 μs duration) . Range: 1 to 1000

param segment:

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