ENGINE_CONTROL_MODE
# engine_control_mode - see following list of defines for values
# DYNO_DYNO_TORQUE_THROT_SPEED 1
# DYNO_NET_TORQUE_THROT_SPEED 2
# DYNO_OTHER_THROT_SPEED 3
# DYNO_SPEED_THROT_GROSS_TORQUE 4
# DYNO_SPEED_THROT_NET_TORQUE 5
# DYNO_SPEED_THROT_OTHER 6
#
# The engine control mode may be specified as a constant,
# variable, or computed expression. It my also be specified
# by using one of the macros shown above such as
# DYNO_SPEED_THROT_GROSS_TORQUE instead of "4"
@ENGINE_CONTROL_MODE
5