Pagng
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:PAGNg
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) bool[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_paging: 1 | ON | 0| OFF
- set(dci_paging: bool, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
dci_paging – 1 | ON | 0| OFF
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)