Sinf
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:SINF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:SINF value: bool = driver.source.bb.eutra.downlink.niot.dci.alloc.sinf.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field system info modification.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
sys_inf_mod: 1 | ON | 0| OFF
- set(sys_inf_mod: bool, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:SINF driver.source.bb.eutra.downlink.niot.dci.alloc.sinf.set(sys_inf_mod = False, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field system info modification.
- Parameters:
sys_inf_mod – 1 | ON | 0| OFF
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)