Extc

SCPI Commands :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:DELete
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:RESet
Commands in total: 51
Subgroups: 9
Direct child commands: 2
delete(subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:DELete
driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.delete(subframeNull = repcap.SubframeNull.Default)

Deletes the selected row.

Parameters:

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]
# [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:RESet
driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.reset(subframeNull = repcap.SubframeNull.Default)

Resets the table.

Parameters:

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 copy of the original group, that exists independently
extc_copy = driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.clone()

Subgroups