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

rfWrlsCim5Value

rfWrlsCim5Value(
s_probe
)
=> f_CIM5 / nil

Description

Returns the value of fifth-order counter-intermodulation (CIM5) calculated for the specified probe.

Arguments

s_probe

Name of the probe for which CIM5 needs to be calculated.

Value Returned

f_CIM5

CIM5 value.

nil

CIM5 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 CIM5 calculated for the specified wireless probes WPRB1 and WPRB2, respectively. These wireless probes are inserted into the input and output of the amplifier.

rfWrlsCim5Value("WPRB1")
=> -43.87476
rfWrlsCim5Value("WPRB2")
=> -25.94965

Return to top
 ⠀
X