Jump to content

State (XNode Ability): Difference between revisions

From LabVIEW Wiki
State
 
m template needs fixing
 
Line 1: Line 1:
''Public name:'' '''State'''
{{XNode Ability
| name = State
| public_name= State
| deprecated_prefer=
| introduced_version_number=
| deprecated_version_number=
| is_not_ability=
}}


This is a strict type definition that defines the state of your XNode. It should contain all the information you need to define an instance of your XNode. There should be no state information stored inside any of the XNodes ability VIs.
This is a strict type definition that defines the state of your XNode. It should contain all the information you need to define an instance of your XNode. There should be no state information stored inside any of the XNodes ability VIs.

Latest revision as of 20:44, 15 March 2007

State (XNode Ability)
List of XNode Abilities
Public Name:State

This is a strict type definition that defines the state of your XNode. It should contain all the information you need to define an instance of your XNode. There should be no state information stored inside any of the XNodes ability VIs.