Users
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:USERs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) TdscdmaTotalUsers[source]
# [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.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
users: 2 | 4| 6 | 8| 10 | 12 | 14 | 16
- set(users: TdscdmaTotalUsers, cell=Cell.Default) None[source]
# [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.
- Parameters:
users – 2 | 4| 6 | 8| 10 | 12 | 14 | 16
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)