State

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) bool[source]
# [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:STATe
value: bool = driver.source.bb.oneweb.downlink.subf.encc.state.get(subframeNull = repcap.SubframeNull.Default)

Enables/disables the PDCCH and PCFICH allocation.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

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

Enables/disables the PDCCH and PCFICH allocation.

Parameters:
  • state – 1 | ON | 0| OFF

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