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