User

SCPI Command :

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

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

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

Maps the users to the layers.

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

scma_layer_user: USER0| USER1| USER2| USER3| USER4| USER5

set(scma_layer_user: RsSmbv.enums.C5GscmaUser, allocationNull=AllocationNull.Default, layerNull=LayerNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCMA:LAYer<ST0>:USER
driver.source.bb.ofdm.alloc.scma.layer.user.set(scma_layer_user = enums.C5GscmaUser.USER0, allocationNull = repcap.AllocationNull.Default, layerNull = repcap.LayerNull.Default)

Maps the users to the layers.

param scma_layer_user

USER0| USER1| USER2| USER3| USER4| USER5

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’)