Users

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:USERs
class UsersCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.TdscdmaTotalUsers[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:USERs
value: enums.TdscdmaTotalUsers = driver.source.bb.tdscdma.up.cell.users.get(cell = repcap.Cell.Default)

Sets the total number of users of the cell.

param cell

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

return

users: 2| 4| 6| 8| 10| 12| 14| 16

set(users: RsSmbv.enums.TdscdmaTotalUsers, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:USERs
driver.source.bb.tdscdma.up.cell.users.set(users = enums.TdscdmaTotalUsers._10, cell = repcap.Cell.Default)

Sets the total number of users of the cell.

param users

2| 4| 6| 8| 10| 12| 14| 16

param cell

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