*plotmode()
Syntax
*plotmode (mode)
Type
HyperMesh HMASCII Command
Inputs
- mode
Example
*plotmode(2) // complex
*plotmode(5) // phase/magnitude
Extended (or dual) plots can display data in two modes. In complex mode (mode==2), the Y-axis of the bottom plot is the real component, while the Y-axis of the top plot is the imaginary component. In phase/magnitude mode (mode==5), the Y-axis of the bottom plot is magnitude (in logrhythmic form), while the Y-axis of the top plot is phase.
Other mode indices (besides 2 and 5) are reserved for future use.
Errors
None.