State
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PCFich:SCRambling:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default) bool[source]
# [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PCFich:SCRambling:STATe value: bool = driver.source.bb.oneweb.downlink.subf.encc.pcfich.scrambling.state.get(subframeNull = repcap.SubframeNull.Default)
Enables/disables the scrambling of the enhanced channels.
- 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:PCFich:SCRambling:STATe driver.source.bb.oneweb.downlink.subf.encc.pcfich.scrambling.state.set(state = False, subframeNull = repcap.SubframeNull.Default)
Enables/disables the scrambling of the enhanced channels.
- Parameters:
state – 1 | ON | 0| OFF
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)