uFlags
Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. You can use a bit wise OR (|) to specify one flag from each group.
The following flags represent operations on the X harmonics range:
Value |
Meaning |
FRQ_INSIDE_X |
[$0001] Keep the X harmonics inside X range and remove outside ones. |
FRQ_OUTSIDE_X |
[$0002] Remove the X harmonics inside X range and keep outside ones. |
The following flags represent operations on the Y harmonics range:
Value |
Meaning |
FRQ_INSIDE_Y |
[$0010] Keep the Y harmonics inside the Y range and remove the outside ones. |
FRQ_OUTSIDE_Y |
[$0020] Remove the Y harmonics inside the Y range and keep the outside ones. |