Imaginary

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:CSIRs:NZP:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:IMAGinary
class ImaginaryCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default, accessPointNull=AccessPointNull.Default, rowNull=RowNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:CSIRs:NZP:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:IMAGinary
value: float = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.csirs.nzp.set.res.apMap.ap.row.imaginary.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default, accessPointNull = repcap.AccessPointNull.Default, rowNull = repcap.RowNull.Default)

Sets the mapping of the antenna ports (AP) .

param userNull

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

param cellNull

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

param bwPartNull

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

param resourceSetNull

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

param resourceNull

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

param accessPointNull

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

param rowNull

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

return

ap_map_data_imag: 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(ap_map_data_imag: float, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default, accessPointNull=AccessPointNull.Default, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:CSIRs:NZP:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:IMAGinary
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.csirs.nzp.set.res.apMap.ap.row.imaginary.set(ap_map_data_imag = 1.0, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default, accessPointNull = repcap.AccessPointNull.Default, rowNull = repcap.RowNull.Default)

Sets the mapping of the antenna ports (AP) .

param ap_map_data_imag

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 userNull

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

param cellNull

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

param bwPartNull

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

param resourceSetNull

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

param resourceNull

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

param accessPointNull

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

param rowNull

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