alias_api.store_active
- alias_api.store_active(file_name: str, file_type: alias_api.AlFileType = <AlFileType.Wire: 1>) int
This method allows the user to store only those objects which are on the pick list.
- Parameters
file_name (str) – The name of the file to be stored
file_type (AlFileType) – The type of the file to store, see AlFileType
- Returns
The status code result: Success - the file was stored successfully Failure - the wire file could not be stored properly