rfWrlsCim3Value
rfWrlsCim3Value(s_probe) =>f_CIM3/nil
Description
Returns the value of third-order counter-intermodulation (CIM3) calculated for the specified probe.
Arguments
Value Returned
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 CIM3 calculated for the specified wireless probes WPRB1 and WPRB2, respectively. These wireless probes are inserted into the input and output of the amplifier.
rfWrlsCim3Value("WPRB1")
=> -45.02799
rfWrlsCim3Value("WPRB2")
=> -25.91163
Return to top