StsFrame

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:STSFrame
class StsFrameCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:STSFrame
value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.stsFrame.get(allocationNull = repcap.AllocationNull.Default)

Sets the next valid starting subframe for the selected allocation.

param allocationNull

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

return

start_sf: integer Range: 1 to 20

set(start_sf: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:STSFrame
driver.source.bb.eutra.downlink.niot.dci.alloc.stsFrame.set(start_sf = 1, allocationNull = repcap.AllocationNull.Default)

Sets the next valid starting subframe for the selected allocation.

param start_sf

integer Range: 1 to 20

param allocationNull

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