Real

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:SRS:RS:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:REAL
class RealCls[source]

Real 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)>:UL:BWP<BWP(DIR0)>:SRS:RS:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:REAL
value: float = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.srs.rs.set.res.apMap.ap.row.real.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)

Define the mapping of the antenna ports to the physical antennas.

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

sr_ap_map_data_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(sr_ap_map_data_real: 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)>:UL:BWP<BWP(DIR0)>:SRS:RS:SET<GR0>:RES<USER0>:APMap:AP<AP(S2US0)>:ROW<APR(S3US0)>:REAL
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.srs.rs.set.res.apMap.ap.row.real.set(sr_ap_map_data_real = 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)

Define the mapping of the antenna ports to the physical antennas.

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