State

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCMA:LAYer<ST0>:STATe
class StateCls[source]

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

get(allocationNull=AllocationNull.Default, layerNull=LayerNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCMA:LAYer<ST0>:STATe
value: bool = driver.source.bb.ofdm.alloc.scma.layer.state.get(allocationNull = repcap.AllocationNull.Default, layerNull = repcap.LayerNull.Default)

Enables the layer (codebook) .

param allocationNull

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

param layerNull

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

return

state: 1| ON| 0| OFF

set(state: bool, allocationNull=AllocationNull.Default, layerNull=LayerNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCMA:LAYer<ST0>:STATe
driver.source.bb.ofdm.alloc.scma.layer.state.set(state = False, allocationNull = repcap.AllocationNull.Default, layerNull = repcap.LayerNull.Default)

Enables the layer (codebook) .

param state

1| ON| 0| OFF

param allocationNull

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

param layerNull

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