Context (or scope) for a generic block of AFSIM input
- AFSIM input context
- Every command in AFSIM input has context (or scope). The context of a command depends on where it is used. For the most part, the context of AFSIM input commands is explicit. For example,
platform
position 0n 0e
end_platform
position has explicit context inside the platform block. However, some commands have implicit context, meaning that they can be defined outside of the explicit context. For example, platform
route
position 0n 0e
end_route
end_platform
route has implicit context within a mover block, since a route is defined on the mover, not the platform.