SfrNumber

SCPI Command :

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

If method RsSmw.source.bb.eutra.downlink.user.epdcch.cell.set.repmpdcch.set() >= 2, sets the DCI field DCI subframe repetition number.

Parameters:

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

Returns:

dci_sf_rep_number: integer Range: 0 to 3

set(dci_sf_rep_number: int, allocationNull=AllocationNull.Default) None[source]
# [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 method RsSmw.source.bb.eutra.downlink.user.epdcch.cell.set.repmpdcch.set() >= 2, sets the DCI field DCI subframe repetition number.

Parameters:
  • dci_sf_rep_number – integer Range: 0 to 3

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