State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PCFich: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:PCFich:SCRambling:STATe
value: bool = driver.source.bb.eutra.downlink.subf.encc.pcfich.scrambling.state.get(subframeNull = repcap.SubframeNull.Default)

No command help available

param subframeNull

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

return

state: No help available

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

No command help available

param state

No help available

param subframeNull

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