Main Content
addLoggedSignal
Class: sltest.testmanager.LoggedSignalSet
Namespace: sltest.testmanager
Add a logged signal to a set
Syntax
obj = addLoggedSignal(lgset,BlockPath,PortIndex)
obj = addLoggedSignal(___,'LeafElement',busleaf)
Description
obj = addLoggedSignal(
creates and adds an lgset
,BlockPath
,PortIndex
)sltest.testmanager.LoggedSignal
object to a
sltest.testmanager.LoggedSignalSet
object. You must open or load the
model to add signals from the model.
obj = addLoggedSignal(___,'LeafElement',busleaf)
specifies the bus leaf element to include as a logged signal. busleaf
is a
string. If the signal has nested buses, specify the full path to the leaf
('parentLeaf.childLeaf'
).
Input Arguments
Examples
Version History
Introduced in R2019a