Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

display (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: support

Requires: MathScript RT Module

Syntax

display(a)

Description

Displays the name and content of a variable. (Real-Time Module) Use the rt_debugoutput function to display data when debugging MathScript code on an RT target.

Examples

Inputs

Name Description
a Specifies a variable whose content you want to display. a is a string.

Examples

A = [3, 2, -1; 1, 6, 3; 2, -4, 0];
display(A)


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit