The oceaneval capability in spectre seems to be very poorly documented. It is mentioned indirectly in a couple places in the manual, but that's all I can find.
I would like to know if it is possible to declare and make use of intermediate variables when constructing these expressions, like one can do in OCEAN. For example,
vclip = clip(vtime('tran "VOUT") 3n 4n)
vmax = ymax(vclip)
Is there a way to do something like this with oceaneval? Thanks in advance!