Dear all,
After browsing ADE XL SKILL manual, I found that ADE XL provides a function axlAddOutputSignal(). So I tried this script and load it in ADE XL as an "Ocean Measurement script":
session = axlGetWindowSession()
testname = "test:inv_tb:1"
axlAddOutputSignal(session testname "I0.T0:s" ?type "terminal" ?plot t ?save t)
After running the simulation, in Results Browser, I cannot find "I0.T0:s", which I specified. Is there something else I need to do?