Function isParameterValueDisabled

  • Determines if the value of the given parameter is considered disabled.

    For example, the "Velocity Following Error: Window" parameter is considered disabled when its value is 65535.

    Returns

    true if the parameter is disabled, false otherwise.

    Type Parameters

    • T extends Pick<Parameter, "index" | "subindex" | "value">

    Parameters

    • parameter: T | [number, number, number]

      The parameter to check, which can be an object with index, subindex, and value properties, or a tuple of three numbers.

    Returns boolean

Generated using TypeDoc