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