Sgpo

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:DCI:SGPO
class SgpoCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:DCI:SGPO
value: int = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.dci.sgpo.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Defines the higher layer parameter subgroupConfig-r17 that has an effect on the number of bits you can use for the ‘Early Indicator’ DCI fields.

param userNull

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

param cellNull

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

param bwPartNull

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

return

subgroups_per_po: No help available

set(subgroups_per_po: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:DCI:SGPO
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.dci.sgpo.set(subgroups_per_po = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Defines the higher layer parameter subgroupConfig-r17 that has an effect on the number of bits you can use for the ‘Early Indicator’ DCI fields.

param subgroups_per_po

integer The value range depends on the payload size ([:SOURcehw]:BB:NR5G:UBWP:USERus:CELLcc:DL:BWPbwp:DCI:PS27) . Range: 1 to 8

param userNull

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

param cellNull

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

param bwPartNull

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