SfrNumber

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SFRNumber
class SfrNumberCls[source]

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

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

If [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:EPDCch:CELL<st0>:SET<dir>:REPMpdcch >= 2, sets the DCI field DCI subframe repetition number.

param allocationNull

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

return

dci_sf_rep_number: integer Range: 0 to 3

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

If [:SOURce<hw>]:BB:EUTRa:DL:USER<ch>:EPDCch:CELL<st0>:SET<dir>:REPMpdcch >= 2, sets the DCI field DCI subframe repetition number.

param dci_sf_rep_number

integer Range: 0 to 3

param allocationNull

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