PfrHopp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PFRHopp
- class PfrHoppCls[source]
PfrHopp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PFRHopp value: bool = driver.source.bb.eutra.downlink.emtc.dci.alloc.pfrHopp.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI format 6-0A and 6-1A filed frequency hopping flag that applies to PUSCH and PDSCH respectively.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
dci_pusch_freq_hop: 1| ON| 0| OFF
- set(dci_pusch_freq_hop: bool, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PFRHopp driver.source.bb.eutra.downlink.emtc.dci.alloc.pfrHopp.set(dci_pusch_freq_hop = False, allocationNull = repcap.AllocationNull.Default)
Sets the DCI format 6-0A and 6-1A filed frequency hopping flag that applies to PUSCH and PDSCH respectively.
- param dci_pusch_freq_hop
1| ON| 0| OFF
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)