ST_PassBy - General Information

Overview

Type:

Data structure

Available as of:

V1.1.4.0

Inherits from:

-

Versions:

Current version

Description

This structure is used to set the parameter for one station of type PassBy. If none of the parameters are set, the station behaves as if the parameters do not apply and simply passes the trains to the next station.

Structure Elements

Variable

Data type

Description

stMove

ST_Movement

Motion parameter for the PassBy motion. In doing so, the train continues to move from lrStationPos + lrPassByMoveOffset with the specified parameters and when the lrStationPos has been reached, changes to the stDepartureMove parameters. Refer to ST_Movement.

stDepartureMove

ST_Movement

Motion parameter for the run from this station to the next. If no parameters have been set, the departure parameters are used from the previous station. Refer to ST_Movement.

lrPassByMoveOffset

LREAL

Offset relative to the lrStationPos from the point where the train continues to move with stMove.

NOTE: lrPassByMoveOffset must be negative to be adopted. It should not be larger than the distance to the previous station. A positive value does not have an effect. In case of lrPassByMoveOffset=0, an error is detected.