OPT
OPT(t_instanceName t_parameterName[t_dataDir] ) =>n_number/ nil
Description
Returns the transient operating point for the specified instance parameter.
Arguments
Value Returned
Examples
Returns the transient operating point for the instance parameter pwr.
OPT("R7" "pwr")
=>0.0
Returns the transient operating point for the instance parameter pwr in the specified directory.
OPT("R7" "pwr" "./simulation/test/spectre/schematic-save")
=>0.00025
Return to top