- waveform
A data type in LabVIEW that usually represents an analog signal; it bundles the Y-axis data with the timing information (Xo and delta-X). - web server
An application that uses the HTTP protocol to serve web pages (HTML documents) to web browsers and other client applications. - while loop
Loop structure that repeats a section of code until a condition is met. Comparable to a Do Loop or a Repeat-Until Loop in conventional programming languages. - wire
Data path between nodes. - wiring tool
Tool used to define data paths between source and sink terminals. - write mode
A mode of structure or function (such as a Local Variable, Property Node, Shared Variable, and so on) where it is configured to write a value. See also Read Mode. |