MotionHoldUserPatternSet sets the pattern bitmask which will be compared for equality after the Mask has been evaluated.
Parameters:
pattern
The bitmask
Sample Code:
// hold execution of motion on a dedicated input going to a High stateint pattern = (1 << RSIMotorDedicatedIn.RSIMotorDedicatedIn::RSIMotorDedicatedInHOME) ;
axis.MotionHoldUserMaskSet(pattern);