coder.asap2.Function
Create function object
Description
creates
a function object. You can use the object to define new function description and export it
to ASAP2 file.userFunction
= coder.asap2.Function()
Examples
Output Arguments
Tips
Table below shows the available fields in 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