PinProperty

Summary

This function allows you to pin a property to make it more easily visible and accessible when there are a large amount of properties to keep track of. This lets you bring focus to the properties that are important for the users purpose.

Parameters

Target

Type: Path Default: None

Specifies the name or ARDI ID of the property you would like to pin. If using an asset ID, begin the target with the '#' character.

See Also

Examples

<pinproperty Target="Machine/*Pump.Pressure" />
This code will search for the property named Pressure which is contained by the asset named Pump, a child of the asset Machine. It will then pin the property to make it more visible.