Hi, I have 3 tests I want to run. The first test is a calibration that I run at just 50 degrees. Test2 and Test3 are the same but with different input current, both are swept across temperature. In test2 I calculate an output across temperature using the calibrated value from test1 at each temperature by using calcVal("parameter" "testName" ?getfirstSweepPoint t). I then want to pass an output of test2 to test3 at each individual temperature point. I have tried using calcVal("parameter" "testName" ?mtachParams "all") and calaVal("parameter" "testName" ?matchParams list(list("temperature" "-40") list("temperature" "-30"))) but I always get an eval error in test3. Any tips to what I am doing wrong?
↧