Assert Real Numeric Or Waveform Type function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Assert Type palette
Type VI
Requires Basic Development Environment
Icon Assert Type Palette - Assert Real Numeric Or Waveform Type.png

The Assert Real Numeric Or Waveform Type VI breaks the calling VI unless the input data is a non-complex numeric or analog waveform type.

This VI does nothing at run time. Use this VI in conjunction with the Type Specialization structure to customize sections of code in a Malleable VI (.vim) for error clusters or to force a Malleable VI to accept error clusters only.

Usage

Double Float.png value in specifies the input data.

This input accepts any non-complex numeric or waveform data type.

Double Float Indicator.png value out returns the input data if value in is a non-complex numeric or analog waveform type. Otherwise, this output returns a double-precision floating-point number 0.

History

Version Change(s)
LabVIEW 2018 This VI was added in LabVIEW 2018.

See Also

External Links