AGV.Trailer

Description

Provides access to data and methods related a trailer attached to an AGV.

Properties

driver Gets the AGV that this trailer is attached to.
isBehind 1 if the trailer is behind its driver AGV, 0 if it is ahead.
object Gets the 3D object that this trailer is associated with.
rankFromDriver Gets the 1-based rank of this trailer away from its driver AGV.

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Trailer.driver

readonly AGV driver

Description

Gets the AGV that this trailer is attached to.

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Trailer.isBehind

int isBehind

Description

1 if the trailer is behind its driver AGV, 0 if it is ahead.

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Trailer.object

readonly Object object

Description

Gets the 3D object that this trailer is associated with.

Do no remove, this fixes the anchor on doc.flexsim.com

AGV.Trailer.rankFromDriver

readonly int rankFromDriver

Description

Gets the 1-based rank of this trailer away from its driver AGV.