DsUnique

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:DSUNique
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userNull=UserNull.Default) bool[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:DSUNique
value: bool = driver.source.bb.nr5G.ubwp.user.pupload.dsUnique.get(userNull = repcap.UserNull.Default)

Turns selection of different data sources for the PUCCH payload on and off. If off, you can select a data source with method RsSmbv.source.bb.nr5G.ubwp.user.pupload.data.set() .

Parameters:

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

set(ds_unique: bool, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:DSUNique
driver.source.bb.nr5G.ubwp.user.pupload.dsUnique.set(ds_unique = False, userNull = repcap.UserNull.Default)

Turns selection of different data sources for the PUCCH payload on and off. If off, you can select a data source with method RsSmbv.source.bb.nr5G.ubwp.user.pupload.data.set() .

Parameters:
  • ds_unique – 1 | ON | 0| OFF

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