NrSets
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:NRSets
- class NrSetsCls[source]
NrSets commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:NRSets value: int = driver.source.bb.nr5G.node.cell.prs.nrSets.get(cellNull = repcap.CellNull.Default)
Sets the number of resource sets of the DL PRS frequency layer.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
num_res_set: integer Range: 1 to 8
- set(num_res_set: int, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:NRSets driver.source.bb.nr5G.node.cell.prs.nrSets.set(num_res_set = 1, cellNull = repcap.CellNull.Default)
Sets the number of resource sets of the DL PRS frequency layer.
- param num_res_set
integer Range: 1 to 8
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)