StsFrame
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:STSFrame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
start_sf: integer Range: 1 to 20
- set(start_sf: int, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
start_sf – integer Range: 1 to 20
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)