Package: sdo
Superclasses:
Specify linear system logging information
sys = sdo.SystemLoggingInfo
sys = sdo.SystemLoggingInfo(Name,Value)
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.
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
.
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Use Name,Value
arguments to specify properties of sdo.SystemLoggingInfo
object
during object creation. For example, sys = sdo.SystemLoggingInfo('LoggingName','linear_system1')
creates
a sdo.SystemLoggingInfo
object specifying the LoggingName
property
as linear_system1
.
Value. To learn how value classes affect copy operations, see Copying Objects.
fastRestart
| sdo.SimulationTest
| linearizeOptions
(Simulink Control Design) | linio
(Simulink Control Design)