Sid
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:SID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:SID value: bool = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.sid.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Enables/disables the DCI Format 2B field Scrambling Identity.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- Returns:
scram_ident: 1 | ON | 0| OFF
- set(scram_ident: bool, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:SID driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.sid.set(scram_ident = False, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Enables/disables the DCI Format 2B field Scrambling Identity.
- Parameters:
scram_ident – 1 | ON | 0| OFF
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)