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
.
Input Arguments
Name-Value ArgumentsSpecify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
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
.
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