class
IScriptMulticarrierObject.
IScriptMulticarrierObject
Bases: object
Every IScriptObject instance will be extended with this interface.
tracks
Get a IScriptList2 of tracks.
List of IScriptTrack
tool_types
Get a IScriptList2 of tool types.
List of IScriptToolType
product_types
Get a IScriptList2 of product types.
List of IScriptProductType
carrier_compounds
Get a IScriptList2 of carrier compounds.
List of IScriptCarrierCompound
carriers
Get a IScriptList2 of carrier compounds.
List of IScriptCarrier
export_system_configuration
file_name
This function allows to export the system configuration.
file_name (string) -- The path to file
import_system_configuration
file_name
This function allows to import a system configuration.
file_name (string) -- The path to file
update_to_all
This funcion updates the code and the devices basing on the configuration done in IScriptMulticarrierObject .
update_to_devices
This funcion updates the devices basing on the configuration done in IScriptMulticarrierObject .
update_to_code
This funcion updates the code basing on the configuration done in IScriptMulticarrierObject .