coder.asap2.Function
Description
creates a
function object. You can use the object to define new function description and export it to
an ASAP2 file.userFunction
= coder.asap2.Function
Examples
Output Arguments
Tips
This table shows the fields of the Function
object.
Element | Description |
---|---|
Name | Name of the function |
LongIdentifier | Description or comment |
FunctionVersion | Version of the function |
Annotation | Set of notes represented as multi-line ASCII description texts |
InMeasurements | Array of input measurements |
OutMeasurements | Array of output measurements |
LocMeasurements | Array of local measurements |
DefCharacteristics | Array of defined characteristics |
RefCharacteristics | Array of referenced characteristics |
SubFunctions | Array of sub functions |
Version History
Introduced in R2022b