Stslot

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSLot
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, burstNull=BurstNull.Default) EutraLaaStartingSlots[source]
# [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.

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

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

Returns:

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

set(starting_slots: EutraLaaStartingSlots, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# [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.

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

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

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