VeriStand .NET API Reference

Table of Contents

CustomDeviceChannel.Faultable Property

Gets or sets whether a custom device channel is faultable, meaning the VeriStand Engine can fault the channel using software fault insertion.

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 Property Faultable As Boolean
C#
public bool Faultable { get; set; }
Visual C++
public:
property bool Faultable {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if the channel is faultable.

See Also

Log in to get a better experience