Nrbs

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:NRBS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userNull=UserNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:NRBS
value: int = driver.source.bb.nr5G.ubwp.user.dsch.nrbs.get(userNull = repcap.UserNull.Default)

Defines the number of the ‘Available RB Set Indicators’ fields in DCI format 2_0.

Parameters:

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

set(num_rb_set_ind: int, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:NRBS
driver.source.bb.nr5G.ubwp.user.dsch.nrbs.set(num_rb_set_ind = 1, userNull = repcap.UserNull.Default)

Defines the number of the ‘Available RB Set Indicators’ fields in DCI format 2_0.

Parameters:
  • num_rb_set_ind – integer Range: 0 to 16

  • userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)