| 14 | | isProperty('','',Item,'NIL','NIL','','LMP::Unparser_Output_Filename',Filename,''). |
| 15 | | with Item = 'NIL' | Package name | Property_Set_name |
| | 14 | isProperty('','',Item,'NIL','NIL','NIL','LMP::Unparser_Output_Filename',Filename,''). |
| | 15 | with Item = 'NIL' | Package name |
| | 16 | and Filename: aadlstring |
| 18 | | When Item is set to the name of a Package or a Property Set the corresponding statements are serialized in the specified file; |
| | 19 | When Item is set to the name of a Package the corresponding statements are serialized in the specified file; |
| | 20 | For Property Sets, a property constant definition must be used: |
| | 21 | {{{ |
| | 22 | isPropertyConstant(Item,'LMP_Unparser_Output_Filename','AADLSTRING',Filename,'NIL',''). |
| | 23 | with Item = Property Set name |
| | 24 | and Filename: aadlstring |
| | 25 | }}} |