Main Content
getSignal
Get code and calibration configuration from code mappings for block output signal
Since R2020b
Description
returns the value of a code mapping property or calibration property for the signal
specified by a block output port handle. For example, use this function to return the name
of the storage class or calibration access of a measurement property configured for a
signal.propertyValue
= getSignal(myCodeMappingObj
,portHandle
,property
)
This function does not apply to signals that originate from root-level
Inport blocks. For signals that originate from root-level
Inport blocks, see getInport
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b