Mapping

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:PZERo:MAPPing
class MappingCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) PortsMapping[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:PZERo:MAPPing
value: enums.PortsMapping = driver.configure.connection.scc.pzero.mapping.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects the mapping of antenna port 0 to the RF output paths. Only for TM 7 in scenarios with two RF output paths, without fading.

param secondaryCompCarrier:

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

return:

port: R1 | R1R2 R1: Map port 0 to the first RF output path. R1R2: Map port 0 to both RF output paths.

set(port: PortsMapping, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:PZERo:MAPPing
driver.configure.connection.scc.pzero.mapping.set(port = enums.PortsMapping.R1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects the mapping of antenna port 0 to the RF output paths. Only for TM 7 in scenarios with two RF output paths, without fading.

param port:

R1 | R1R2 R1: Map port 0 to the first RF output path. R1R2: Map port 0 to both RF output paths.

param secondaryCompCarrier:

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