Oslots

SCPI Command :

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

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

Specifies the number of unused slots between any two occupied slots or slot sequences expected in the segment.

param segment:

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

return:

no_of_off_slots: numeric Range: 1 to 9

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

Specifies the number of unused slots between any two occupied slots or slot sequences expected in the segment.

param no_of_off_slots:

numeric Range: 1 to 9

param segment:

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