VeriStand .NET API Reference

Conditional Class

Represents a CalculatedChannel with the conditional function. The conditional function uses an if/else statement to check the channel you specify for the condition you specify and return the appropriate value.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class Conditional _
	Inherits CalculatedChannel
C#
public class Conditional : CalculatedChannel
Visual C++
public ref class Conditional : public CalculatedChannel

Remarks

The conditional function can be expressed as: If (X compare Y), then W. Else, Z.

Use the members of this class to specify the channel to check for the condition and the type of comparison to use.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
            NationalInstruments.VeriStand.SystemDefinitionAPI.CalculatedChannel
                NationalInstruments.VeriStand.SystemDefinitionAPI.Conditional

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience