Per

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:PER
class PerCls[source]

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

get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) RsSmbv.enums.PrsPeriodicity[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:PER
value: enums.PrsPeriodicity = driver.source.bb.nr5G.node.cell.prs.rset.per.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets the periodicity of the DL PRS allocation in slots for the given resource set.

param cellNull

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

param resourceSetNull

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

return

prs_rs_period: SL10240| SL5120| SL2560| SL1280| SL640| SL320| SL160| SL64| SL64| SL40| SL32| SL20| SL16| SL10| SL8| SL5| SL4

set(prs_rs_period: RsSmbv.enums.PrsPeriodicity, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:PER
driver.source.bb.nr5G.node.cell.prs.rset.per.set(prs_rs_period = enums.PrsPeriodicity.SL10, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets the periodicity of the DL PRS allocation in slots for the given resource set.

param prs_rs_period

SL10240| SL5120| SL2560| SL1280| SL640| SL320| SL160| SL64| SL64| SL40| SL32| SL20| SL16| SL10| SL8| SL5| SL4

param cellNull

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

param resourceSetNull

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