KsLogTriggerType

Determines when to start to record the channel.

Name Value Meaning
logImmediately 0 Starts to record as soon as you send the command.
logAboveLimit 1 Starts to record when the log channel's value is equal to or greater than the trigger value.
logBelowLimit 2 Starts to record when the log channel's value is equal to or less than the trigger value.
logAboveAbs 3 Starts to record when the log channel's value is equal to or greater than the trigger value. The log channel's value is evaluated using the absolute value.
logBelowAbs 4 Starts to record when the log channel's value is equal to or less than the trigger value. The log channel's value is evaluated using the absolute value.