LabVIEW Control Design and Simulation Module

sgrid (MathScript RT Module Function)

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

sgrid (MathScript RT Module Function)

Owning Class: cdplots

Requires: Control Design and Simulation Module and MathScript RT Module

Syntax

sgrid

sgrid(display)

Description

Shows or hides an S plane on the active plot. sgrid toggles between showing and hiding the S plane.

Examples

Inputs

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

'on' Specifies to show the S plane.
'off' Specifies to hide the S 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(randss(2, 1, 1))
sgrid('on')

Related Topics

mgrid
ngrid
zgrid