sdo.SystemLoggingInfo Class
Namespace: sdo
Superclasses:
Specify linear system logging information
Syntax
sys = sdo.SystemLoggingInfo
sys = sdo.SystemLoggingInfo(Name,Value)
Description
Specify linear system logging information. Use sdo.SystemLoggingInfo
object
to set the SystemLoggingInfo
property of sdo.SimulationTest
,
to specify linear systems to log when simulating the model. You can
configure sdo.SystemLoggingInfo
to compute the
linear system with or without using any frequency-domain check blocks
defined in the model.
Construction
constructs
an sys
= sdo.SystemLoggingInfosdo.SystemLoggingInfo
object, sys
,
with default linear system logging settings. To modify settings for
your specific application, use dot notation.
specifies
additional linear system logging settings, using one or more sys
= sdo.SystemLoggingInfo(Name,Value
)Name,Value
pair
arguments. Name
is
a property name and Value
is
the corresponding value. Name
must appear inside
single quotes (''
). You can specify several name-value
pair arguments in any order as Name1,Value1,...,NameN,ValueN
.
Name-Value Arguments
Properties
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.
Examples
Version History
Introduced in R2015b
See Also
sdo.SimulationTest
| linio
(Simulink Control Design) | linearizeOptions
(Simulink Control Design) | setup
| restore