Phase

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:APMap:COL<APC(ST0)>:ROW<APR(DIR0)>:PHASe
class PhaseCls[source]

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

get(cellNull=CellNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:APMap:COL<APC(ST0)>:ROW<APR(DIR0)>:PHASe
value: float = driver.source.bb.nr5G.node.cell.dumRes.apMap.col.row.phase.get(cellNull = repcap.CellNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Define the mapping of the antenna ports to the physical antennas for unused (dummy) resource elements in cylindrical mapping format (phase value) .

param cellNull

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

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

ap_phase: No help available

set(ap_phase: float, cellNull=CellNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:APMap:COL<APC(ST0)>:ROW<APR(DIR0)>:PHASe
driver.source.bb.nr5G.node.cell.dumRes.apMap.col.row.phase.set(ap_phase = 1.0, cellNull = repcap.CellNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Define the mapping of the antenna ports to the physical antennas for unused (dummy) resource elements in cylindrical mapping format (phase value) .

param ap_phase

No help available

param cellNull

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

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