Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

rfCimMcpValue

rfCimMcpValue(
s_probe
)
=> f_power / nil

Description

Returns the main channel power (MCP) value calculated for the specified probe when counter-intermodulation (CIM) is selected in LTE symbol.

Arguments

s_probe

Name of the probe for which the MCP value is to be calculated.

Value Returned

f_power

MCP value.

nil

MCP value cannot be calculated because of an error.

Examples

The following example opens simulation results of wireless envelope analysis stored in the specified results directory.

openResults("/servers/user/testcase/simulation/lib/cell/maestro/results/maestro/ExplorerRun.0/1/Wireless/psf")
=> "/servers/user/testcase/simulation/lib/cell/maestro/results/maestro/ExplorerRun.0/1/Wireless/psf"

The following examples return values of MCP calculated for the specified wireless probes WPRB1 and WPRB2, respectively. These wireless probes are inserted into the input and output of the amplifier.

rfCimMcpValue("WPRB1")
=> -0.0364319
rfCimMcpValue("WPRB2")
=> 22.59707

Return to top
 ⠀
X