Reference Thread = https://community.cadence.com/cadence_technology_forums/f/custom-ic-skill/23397/calculator-skill-function-for-sampling-signal-on-varying-pulse-edge
Is there a way for the value() or alternative function to accept an array of times that is returned by the cross() function similar to the one below, and return the values corresponding to those times ?
eg.
cross( VT("/vtest")) VAR("vdd33")/2 1 "rising" t "time" nil )
and then :
value( VT("/vout") cross( VT("/vtest")) VAR("vdd33")/2 1 "rising" t "time" nil ))