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.
true if the parameter is disabled, false otherwise.
true
false
The parameter to check, which can be an object with index, subindex, and value properties, or a tuple of three numbers.
index
subindex
value
Generated using TypeDoc
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.