Hello,
I am using IC 6.1.8.
Is there a quick way (a simple calcualtor function etc.) to transfer the vector (wave) output of a test in Assembler to the output list of another test in the same view (i.e. one maestro view, two tests)? I provide a more detailed description below in case the question is not so clear:
I create two tests in Assembler. Let's call them test_1 and test_2. I define an output in test_1:
ex: myOutput_1 = VT("/net1")
I activate both tests and run the simulation. After the results are available, I would like to be able to plot and process myOutput_1 of test_1 in test_2, maybe by using the outputs that are the result of test_2. I know that calcVal works quite well for scalar outputs (calcVal("myOutput_1" "test_1")). However, it gave an error when I tried to call a vector output.
Many thanks in advance.
Best regards,
Can