Scgw
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:DSCH:SCGW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userNull=UserNull.Default) int[source]
# [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’.
- Parameters:
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- set(cell_groups_within: int, userNull=UserNull.Default) None[source]
# [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’.
- Parameters:
cell_groups_within – integer Range: 0 to 5
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)