StsFrame

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:STSFrame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:STSFrame
value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.stsFrame.get(allocationNull = repcap.AllocationNull.Default)

Sets the next valid starting subframe for the particular MPDCCH.

Parameters:

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

Returns:

dci_start_sf: integer Range: 1 to 1E6

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

Sets the next valid starting subframe for the particular MPDCCH.

Parameters:
  • dci_start_sf – integer Range: 1 to 1E6

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