LabVIEW Control Design and Simulation Module

zgrid (MathScript RT Module Function)

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

zgrid (MathScript RT Module Function)

Owning Class: cdplots

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

zgrid

zgrid(display)

Description

Shows or hides a Z plane on the active plot. zgrid toggles between showing and hiding the Z plane.

Examples

Inputs

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

'on' Specifies to show the Z plane.
'off' Specifies to hide the Z 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

iopzmap(drandss(2, 1, 1))
zgrid('on')

Related Topics

mgrid
ngrid
sgrid