Real

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:APMap:COL<APC(GR0)>:ROW<APR(USER0)>:REAL
class RealCls[source]

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

get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:APMap:COL<APC(GR0)>:ROW<APR(USER0)>:REAL
value: float = driver.source.bb.nr5G.node.cell.prs.rset.res.apMap.col.row.real.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Sets the mapping of the antenna ports (AP) for the PRS resource, if Cartesian coordinates are used.

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’)

param resourceNull

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

param columnNull

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

param rowNull

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

return

prs_ap_real: float The REAL (magnitude) and IMAGinary (phase) values are interdependent. Their value ranges change depending on each other and so that the resulting complex value is as follows: |REAL+j*IMAGinary| <= 1 Otherwise, the values are normalized to Magnitude = 1. Range: -1 to 1

set(prs_ap_real: float, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:APMap:COL<APC(GR0)>:ROW<APR(USER0)>:REAL
driver.source.bb.nr5G.node.cell.prs.rset.res.apMap.col.row.real.set(prs_ap_real = 1.0, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Sets the mapping of the antenna ports (AP) for the PRS resource, if Cartesian coordinates are used.

param prs_ap_real

float The REAL (magnitude) and IMAGinary (phase) values are interdependent. Their value ranges change depending on each other and so that the resulting complex value is as follows: |REAL+j*IMAGinary| <= 1 Otherwise, the values are normalized to Magnitude = 1. Range: -1 to 1

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’)

param resourceNull

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

param columnNull

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

param rowNull

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