Location / ~ (material flow objects)

Syntax

<Path>.Location
<Path>.~

The read-only attribute Location, for which you can also type the tilde ~, returns the object located directly above the object designated by <Path> in the hierarchy. The location of the MU is the object on which it is currently located. All other objects return the Frame in which they are located as the location.

Return Value

The return value has the data type object.

The return value is VOID, if the Transporter or the Worker are moving freely within the model.

Example

print "shaft is located on:", @.Location
print "shaft is located on:", @.~

Related Topics

Open Location in the dialog of the objects

on the Home Ribbon Tab