Skip to main content

Scade One standard libraries 2025 R2

ClrBitMask

Last update: 16.07.2025

Returns the input with the bits set to 0 as per the corresponding Mask bits when set to value 1 and remaining bits will retain their original values.

Interface

Name Kind Type Comment
N P N/A Size of the bit-field
bf I unsigned<n>&gt; Input bit-field
mask I unsigned<n>&gt; Mask used to clear the bits
v O unsigned<n>&gt; Result of the operation

Parent topic:Bitfield

Connect with Ansys