State

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSPC:STATe
class StateCls[source]

State 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)>:DSPC:STATe
value: bool = driver.source.bb.nr5G.ubwp.user.dspc.state.get(userNull = repcap.UserNull.Default)

Turns usage of a unique data source for the PDSCH in a multi-carrier scenario on and off.

param userNull

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

return

data_source_uniq: No help available

set(data_source_uniq: bool, userNull=UserNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSPC:STATe
driver.source.bb.nr5G.ubwp.user.dspc.state.set(data_source_uniq = False, userNull = repcap.UserNull.Default)

Turns usage of a unique data source for the PDSCH in a multi-carrier scenario on and off.

param data_source_uniq

1| ON| 0| OFF

param userNull

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