AssignedLockoutzones

Syntax

<Path>.AssignedLockoutzones → any

The read-only attribute AssignedLockoutzones returns the LockoutZones assigned to the object designated by <Path>.

Return Value

The return value has the data type any.

Example

-- the station SP3 is assigned to one lockout zone
print SP3.AssignedLockoutzones -- returns [*.Models.Test5.LockoutZone1]
-- the station SP5 is assigned to two lockout zones
print SP5.AssignedLockoutzones -- returns [*.Models.Test5.LockoutZone1, *.Models.Test5.LockoutZone2]

Related Topics

Associated Lockout Zones

Check the Contents List of the Stations