Extc
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:DELete
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:RESet
- class ExtcCls[source]
Extc commands group definition. 67 total commands, 9 Subgroups, 2 group commands
- delete(subframeNull=SubframeNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:DELete driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.delete(subframeNull = repcap.SubframeNull.Default)
Deletes the selected row.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- delete_with_opc(subframeNull=SubframeNull.Default, opc_timeout_ms: int = - 1) None [source]
- reset(subframeNull=SubframeNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:RESet driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.reset(subframeNull = repcap.SubframeNull.Default)
Resets the table.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- reset_with_opc(subframeNull=SubframeNull.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.clone()
Subgroups