MotionHoldUserMaskSet sets the bit mask which will be ANDed with the value stored at User Address.
Parameters:
mask
The bitmask
Sample Code:
// hold execution of motion on a dedicated input changing stateint mask = (1 << RSIMotorDedicatedIn.RSIMotorDedicatedIn::RSIMotorDedicatedInHOME) ;
axis.MotionHoldUserMaskSet(mask);