StsFrame

SCPI Command :

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

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

get(cellNull=CellNull.Default, burstNull=BurstNull.Default) int[source]
# SCPI: [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.

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

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

param starting_sf

integer Range: 0 to 39

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