LabVIEW Control Design and Simulation Module

ngrid (MathScript RT Module Function)

  • Updated2023-03-14
  • 1 minute(s) read

ngrid (MathScript RT Module Function)

Owning Class: cdplots

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

ngrid

ngrid(display)

Description

Shows or hides a Nichols plane on the active plot. ngrid toggles between showing and hiding the Nichols plane.

Examples

Inputs

Name Description
display Specifies whether to show or hide the Nichols plane. display is a string that can take the following values:

'on' Specifies to show the Nichols plane.
'off' Specifies to hide the Nichols plane.

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

nichols(randtf(1, 1))
ngrid('on')

Related Topics

mgrid
sgrid
zgrid