IScriptMulticarrierObject

class

IScriptMulticarrierObject.

IScriptMulticarrierObject

Bases: object

Every IScriptObject instance will be extended with this interface.

tracks

Get a IScriptList2 of tracks.

Type

List of IScriptTrack

tool_types

Get a IScriptList2 of tool types.

Type

List of IScriptToolType

product_types

Get a IScriptList2 of product types.

Type

carrier_compounds

Get a IScriptList2 of carrier compounds.

Type

carriers

Get a IScriptList2 of carrier compounds.

Type

List of IScriptCarrier

export_system_configuration

file_name

This function allows to export the system configuration.

Parameters

file_name (string) -- The path to file

import_system_configuration

file_name

This function allows to import a system configuration.

Parameters

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 .