Hi,
in Assembler I want to refer to a signal output "/VISENS" of an earlier run, done in "Interactive.NomSweep". So I want to create in another test an output with this expression:
calcVal("/VISENS" "Interactive.NomSweep")
This does not work because normally calcVal can only take a single output value, not a whole waveform. However, with ?result t_resultName I should be able to refer to a whole wave, but I wonder how to do it? The user guide gives many great examples, but unfortunately not for using "?result ".
Can someone give some hints? "/VISENS" is the waveform from a DC sweep, and I want to apply also other calculations, like ymax, value, etc.
Bye Stephan