StsFrame

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSFrame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, burstNull=BurstNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSFrame
value: int = driver.source.bb.eutra.downlink.laa.cell.burst.stsFrame.get(cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the first subframe of the LAA bust.

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_sf: integer Range: 0 to 39

set(starting_sf: int, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:STSFrame
driver.source.bb.eutra.downlink.laa.cell.burst.stsFrame.set(starting_sf = 1, cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the first subframe of the LAA bust.

Parameters:
  • starting_sf – integer Range: 0 to 39

  • 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’)