VeriStand .NET API Reference

Outgoing.GetUnconditional Method

Accesses the Unconditional class, which you can use to add outgoing unconditional frames under an NI-XNET LIN port. Unconditional frames are the most common type of outgoing LIN frame and carry signals, or data.

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 Function GetUnconditional As Unconditional
C#
public Unconditional GetUnconditional()
Visual C++
public:
Unconditional^ GetUnconditional()

Return Value

A reference to the Unconditional class.

Remarks

You cannot add unconditional frames under a CAN or FlexRay port.

See Also

Log in to get a better experience