Stslot

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSLot
class StslotCls[source]

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

get(cellNull=CellNull.Default, burstNull=BurstNull.Default) RsSmbv.enums.EutraLaaStartingSlots[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSLot
value: enums.EutraLaaStartingSlots = driver.source.bb.eutra.downlink.laa.cell.burst.stslot.get(cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the starting slot.

param cellNull

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

param burstNull

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

return

starting_slots: FIRSt| SECond FIRSt s0: first slot of a subframe SECond s7: second slot of a subframe

set(starting_slots: RsSmbv.enums.EutraLaaStartingSlots, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSLot
driver.source.bb.eutra.downlink.laa.cell.burst.stslot.set(starting_slots = enums.EutraLaaStartingSlots.FIRSt, cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the starting slot.

param starting_slots

FIRSt| SECond FIRSt s0: first slot of a subframe SECond s7: second slot of a subframe

param cellNull

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

param burstNull

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