sltest.testmanager.TriggerMode Class
Namespace: sltest.testmanager
Output trigger type
Since R2023a
Description
The sltest.testmanager.TriggerMode
enumeration class specifies the type of
trigger mode to use with an sltest.testmanager.OutputTrigger
object. You do not need to create an instance of
this class.
Enumeration Member | Description |
---|---|
sltest.testmanager.TriggerMode.SameAsSim | Start or stop logging when simulation starts or stops, respectively. This
mode corresponds to the Test Manager Start Logging,
|
sltest.testmanager.TriggerMode.Condition | Start or stop logging when the condition specified in the |
sltest.testmanager.TriggerMode.Duration | Start logging after simulation starts by the number of seconds specified
in the |
Version History
Introduced in R2023a