sltest.testmanager.OutputTrigger Class
Namespace: sltest.testmanager
Description
Use an object of the sltest.testmanager.OutputTrigger
class to define
signal logging output triggers for a test case. Triggers start and stop signal logging when a
condition is true, simulation starts or stops, or after a specified duration. Triggers that
you set for a test case apply to all iterations in that test
case. If you do not create an OutputTrigger
object for your test case, signal
logging occurs for the entire simulation.
The sltest.testmanager.OutputTrigger
class is a handle
class.
Creation
ot = sltest.testmanager.TestCase.getOutputTrigger(tc)
creates an
sltest.testmanager.OutputTrigger
object for the specified test case
tc
.
Properties
Examples
Version History
Introduced in R2023a