Pag

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:PAG
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:PAG
value: bool = driver.source.bb.eutra.downlink.niot.dci.alloc.pag.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field flag for paging/direct indication.

Parameters:

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

Returns:

paging: 1 | ON | 0| OFF 1 Paging 0 Direct indication

set(paging: bool, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:PAG
driver.source.bb.eutra.downlink.niot.dci.alloc.pag.set(paging = False, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field flag for paging/direct indication.

Parameters:
  • paging – 1 | ON | 0| OFF 1 Paging 0 Direct indication

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