uFlags
Flags that indicate the data to be shown and the plotting scale. You can use a bit-wise OR (|) to specify one flag from each group.
The following flags represent the data to be shown:
Value |
Meaning |
DSP_FT_MAG |
[$0001] Plot harmonics magnitude data. |
DSP_FT_PHS |
[$0002] Plot harmonics phase data. |
The following flags represent the plotting scale. These are ignored when DSP_FT_PHS is set:
Value |
Meaning |
DSP_FT_NORM |
[$0010] Plot harmonics magnitudes using the normal linear scale. |
DSP_FT_LOG |
[$0020] Plot harmonics magnitudes using the logarithmic scale. |