State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:STATe
class StateCls[source]

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

get(subframeNull=SubframeNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:STATe
value: bool = driver.source.bb.eutra.downlink.subf.encc.state.get(subframeNull = repcap.SubframeNull.Default)

Enables/disables the PDCCH, PCFICH and PHICH allocation.

param subframeNull

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

return

state: 1| ON| 0| OFF

set(state: bool, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:STATe
driver.source.bb.eutra.downlink.subf.encc.state.set(state = False, subframeNull = repcap.SubframeNull.Default)

Enables/disables the PDCCH, PCFICH and PHICH allocation.

param state

1| ON| 0| OFF

param subframeNull

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