Pagng
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PAGNg
- class PagngCls[source]
Pagng 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>:PAGNg value: bool = driver.source.bb.eutra.downlink.emtc.dci.alloc.pagng.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI bit that defines if the DCI format 6-2 is used for paging or for direct indication.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
dci_paging: 1| ON| 0| OFF
- set(dci_paging: bool, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PAGNg driver.source.bb.eutra.downlink.emtc.dci.alloc.pagng.set(dci_paging = False, allocationNull = repcap.AllocationNull.Default)
Sets the DCI bit that defines if the DCI format 6-2 is used for paging or for direct indication.
- param dci_paging
1| ON| 0| OFF
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)