RepFactor
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:REPFactor
- class RepFactorCls[source]
RepFactor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) RsSmbv.enums.PrsRepFactor [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:REPFactor value: enums.PrsRepFactor = driver.source.bb.nr5G.node.cell.prs.rset.repFactor.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)
Sets the number of repetitions of each resource for a single instance of the 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_rep_factor: REP32| REP16| REP8| REP4| REP1| REP2
- set(prs_rs_rep_factor: RsSmbv.enums.PrsRepFactor, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:REPFactor driver.source.bb.nr5G.node.cell.prs.rset.repFactor.set(prs_rs_rep_factor = enums.PrsRepFactor.REP1, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)
Sets the number of repetitions of each resource for a single instance of the resource set.
- param prs_rs_rep_factor
REP32| REP16| REP8| REP4| REP1| REP2
- 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’)