Ubwp
SCPI Commands :
[SOURce<HW>]:BB:NR5G:UBWP:NUSer
[SOURce<HW>]:BB:NR5G:UBWP:SINTerval
[SOURce<HW>]:BB:NR5G:UBWP:SOFFset
- Commands in total: 445Subgroups: 2Direct child commands: 3
- get_nuser() int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:NUSer value: int = driver.source.bb.nr5G.ubwp.get_nuser()
Sets the number of simulated users.
- Returns:
num_users: integer Range: 1 to 50
- get_sinterval() int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:SINTerval value: int = driver.source.bb.nr5G.ubwp.get_sinterval()
Defines the number of slots after which the data source restarts (restart every <x> slots) . Prerequisites for this command
Single numerology setup
method
RsSmbv.source.bb.nr5G.ubwp.restart.value()= SLOT
- Returns:
slot_interval: integer Range: 1 to 20
- get_soffset() int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:SOFFset value: int = driver.source.bb.nr5G.ubwp.get_soffset()
Defines an offset in terms of slots for the restart of the data source. Prerequisites for this command
Single numerology setup
method
RsSmbv.source.bb.nr5G.ubwp.restart.value()= SLOTmethod
RsSmbv.source.bb.nr5G.ubwp.sinterval()> 1
- Returns:
slot_offset: integer Maximum offset = slot interval - 1 Range: 0 to 19
- set_nuser(num_users: int) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:NUSer driver.source.bb.nr5G.ubwp.set_nuser(num_users = 1)
Sets the number of simulated users.
- Parameters:
num_users – integer Range: 1 to 50
- set_sinterval(slot_interval: int) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:SINTerval driver.source.bb.nr5G.ubwp.set_sinterval(slot_interval = 1)
Defines the number of slots after which the data source restarts (restart every <x> slots) . Prerequisites for this command
Single numerology setup
method
RsSmbv.source.bb.nr5G.ubwp.restart.value()= SLOT
- Parameters:
slot_interval – integer Range: 1 to 20
- set_soffset(slot_offset: int) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:SOFFset driver.source.bb.nr5G.ubwp.set_soffset(slot_offset = 1)
Defines an offset in terms of slots for the restart of the data source. Prerequisites for this command
Single numerology setup
method
RsSmbv.source.bb.nr5G.ubwp.restart.value()= SLOTmethod
RsSmbv.source.bb.nr5G.ubwp.sinterval()> 1
- Parameters:
slot_offset – integer Maximum offset = slot interval - 1 Range: 0 to 19
Cloning the Group
# Create a copy of the original group, that exists independently
ubwp_copy = driver.source.bb.nr5G.ubwp.clone()
Subgroups
- Restart
- User<UserNull>
- Cell<CellNull>
- Dsch
- Dspc
- Ncarrier
- NumSfi
- Oran
- Pupload
- Puuci
- Rnti
- Ssch
- UeId
- Usch