Usds

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:ORAN:USDS
class UsdsCls[source]

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

get(userNull=UserNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:ORAN:USDS
value: bool = driver.source.bb.nr5G.ubwp.user.oran.usds.get(userNull = repcap.UserNull.Default)

Turns usage of the PxSCH data source according to the ORAN standard on and off.

param userNull

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

return

use_oran_ds: No help available

set(use_oran_ds: bool, userNull=UserNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:ORAN:USDS
driver.source.bb.nr5G.ubwp.user.oran.usds.set(use_oran_ds = False, userNull = repcap.UserNull.Default)

Turns usage of the PxSCH data source according to the ORAN standard on and off.

param use_oran_ds

1| ON| 0| OFF

param userNull

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