Imaginary

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:POSition:APMap<DIR0>:COL<APC(GR0)>:ROW<APR(USER0)>:IMAGinary
class ImaginaryCls[source]

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

get(cellNull=CellNull.Default, indexNull=IndexNull.Default, antennaPortNull=AntennaPortNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:POSition:APMap<DIR0>:COL<APC(GR0)>:ROW<APR(USER0)>:IMAGinary
value: float = driver.source.bb.nr5G.node.cell.sspbch.position.apMap.col.row.imaginary.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default, antennaPortNull = repcap.AntennaPortNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Define the mapping of the antenna ports to the physical antennas for the SS/PBCH pattern if Cartesian mapping coordinates are used.

param cellNull

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

param indexNull

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

param antennaPortNull

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

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

ssp_bch_ap_imag: No help available

set(ssp_bch_ap_imag: float, cellNull=CellNull.Default, indexNull=IndexNull.Default, antennaPortNull=AntennaPortNull.Default, columnNull=ColumnNull.Default, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:POSition:APMap<DIR0>:COL<APC(GR0)>:ROW<APR(USER0)>:IMAGinary
driver.source.bb.nr5G.node.cell.sspbch.position.apMap.col.row.imaginary.set(ssp_bch_ap_imag = 1.0, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default, antennaPortNull = repcap.AntennaPortNull.Default, columnNull = repcap.ColumnNull.Default, rowNull = repcap.RowNull.Default)

Define the mapping of the antenna ports to the physical antennas for the SS/PBCH pattern if Cartesian mapping coordinates are used.

param ssp_bch_ap_imag

No help available

param cellNull

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

param indexNull

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

param antennaPortNull

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

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