LocationInFrame

Syntax

<MU-Path>.LocationInFrame → object

The read-only attribute LocationInFrame returns the station or the length-oriented object on which the MU is located. This function is important when a part is loaded onto another part. Otherwise the attribute returns the same object as the read-only attribute Location does.

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 .MUs.Part:1.LocationInFrame –- might, for example, return .Models.Frame.Station
print .MUs.Part:2.LocationInFrame –- might, for example, return .Models.Frame.Conveyor