Pzero

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PZERo:MAPPing
class PzeroCls[source]

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

get_mapping() PortsMapping[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PZERo:MAPPing
value: enums.PortsMapping = driver.configure.connection.pcc.pzero.get_mapping()

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.

return:

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

set_mapping(port: PortsMapping) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PZERo:MAPPing
driver.configure.connection.pcc.pzero.set_mapping(port = enums.PortsMapping.R1)

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.