Scgw

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:SCGW
class ScgwCls[source]

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

get(userNull=UserNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:SCGW
value: int = driver.source.bb.nr5G.ubwp.user.dsch.scgw.get(userNull = repcap.UserNull.Default)

Sets the parameter ‘Number of SCell Groups Within Active Time’.

param userNull

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

return

cell_groups_within: No help available

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

Sets the parameter ‘Number of SCell Groups Within Active Time’.

param cell_groups_within

integer Range: 0 to 5

param userNull

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