Cicode Programming Reference > Cicode Function Categories > Super Genie Functions > AssEquipReferences

AssEquipReferences

Creates Super Genie associations for each piece of equipment referenced by the specified equipment.

Syntax

AssEquipReferences (INT hwin, STRING sClusterAndEquipment, STRING sCategory)

hWin:

The association will be created for the next Super Genie to display in the window specified here; enter the window number or:

sClusterAndEquipment

The cluster and prefixed equipment name

sCategory

The category of reference to create associations for.

If no association name exists then the equipment reference will be skipped.

Example

AssEquipReferences(-3, “Cluster1.Pump1”, “MyCategory”);

This example creates associations on the next page displayed in current window (-3 = same as other Ass Cicode functions) for references from “Pump1” on “Cluster1” with the category “MyCategory.

See Also

Related Functions

Ass, AssChain, AssMetadata, AssMetadataPage, AssMetadataPopup, AssMetadataWin, AssChainPage, AssChainPopUp, AssChainWin, AssChainWinFree, AssGetProperty, AssGetScale, AssInfo, AssInfoEx, AssPage, AssPopUp, AssScaleStr, AssTag, AssTitle, AssVarTags, AssWin

See Also

Published June 2018