Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

SetTRSAssetsInfo

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = SetTRSAssetsInfo | syntax = unitAliasRail; unitAliasRiver; unitAliasSupply | description = Determine the units used for transport by the transport pool,…')
m
 
Line 3: Line 3:
| syntax = unitAliasRail; unitAliasRiver; unitAliasSupply
| syntax = unitAliasRail; unitAliasRiver; unitAliasSupply
| description = Determine the units used for transport by the transport pool, i.e. the virtual supply wagon used by the supply algorithm, as defined in the database.  
| description = Determine the units used for transport by the transport pool, i.e. the virtual supply wagon used by the supply algorithm, as defined in the database.  
 +
 +
See [[media:WIki_Example_Setup.xls|Spreadsheet of examples]]
 +
| example = $uni_CMN_Rail;$uni_CMN_Riv;$uni_CMN_Sup1
| example = $uni_CMN_Rail;$uni_CMN_Riv;$uni_CMN_Sup1
| example-description = Sets up the "virtual units" to be the default ones.
| example-description = Sets up the "virtual units" to be the default ones.

Latest revision as of 13:26, 26 April 2010

SetTRSAssetsInfo

Syntax  

SetTRSAssetsInfo = unitAliasRail; unitAliasRiver; unitAliasSupply

Description

Determine the units used for transport by the transport pool, i.e. the virtual supply wagon used by the supply algorithm, as defined in the database.

See Spreadsheet of examples

Example  

SetTRSAssetsInfo = $uni_CMN_Rail;$uni_CMN_Riv;$uni_CMN_Sup1

Sets up the "virtual units" to be the default ones.


 

Parameters

unitAliasRail

Unit used for railroad transport (transport pool)

unitAliasRiver

Unit used for River transport (transport pool)

unitAliasSupply

Unit used for Supply transport (transport pool)

Forums