Index

BitMaskOper

The operator to use when applying a BitMask template to a BitMask.

Input Format:

One of the following choices:

Example 1:
The following examples change the value of the output register of the noise generator digital I/O board.
  setdio ngen, set, b14 + b13          # Turn on bits 13 and 14.
  setdio ngen, clear, b14              # Turn off bit 14.
  setdio ngen, assign, 0b110101001110  # Initialize the output register.
Martin Shepherd (12-Jan-1999)