axlDeleteOutput
axlDeleteOutput(t_sessionName t_testName[?outputNamet_outputName] [?typet_outputType] ) =>t/t_error
Description
Deletes an output from a test setup.
Arguments
Value Returned
Examples
The following examples delete the outputs from the specified test.
session = axlGetWindowSession()
testname = "simLib1:sim_top1:1"
axlDeleteOutput(session testname "/net6")
axlDeleteOutput(session testname "V0/I/1" ?type "expr")
axlDeleteOutput(session testname "/net5" ?type "signal")
=> t
Return to top