Sinf

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:SINF
class SinfCls[source]

Sinf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) bool[source]
# SCPI: [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.

param allocationNull

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

return

sys_inf_mod: 1| ON| 0| OFF

set(sys_inf_mod: bool, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param sys_inf_mod

1| ON| 0| OFF

param allocationNull

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