mgrid (MathScript RT Module Function)
- Updated2023-03-14
- 1 minute(s) read
mgrid (MathScript RT Module Function)
Owning Class: cdplots
Requires: Control Design and Simulation Module and MathScript RT Module
Syntax
mgrid
mgrid(display)
Description
Shows or hides a Nyquist plane on the active plot. mgrid toggles between showing and hiding the Nyquist plane.
Inputs
| Name | Description | ||||
|---|---|---|---|---|---|
| display | Specifies whether to show or hide the Nyquist plane. display is a string that can take the following values:
|
Details
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | No (returns error or is ignored) |
| Supported on RT targets | No |
Examples
nyquist(randss(2, 1, 1))
mgrid('on')