VeriStand .NET API Reference

DAQAnalogInputs.IsSlowBackgroundConvertEnabled Property

Gets whether the Slow Background Convert configuration is enabled.

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

Property Value

Returns whether the Hardware-Timed Single-Point Slow Background Convert configuration is enabled. true (True in Visual Basic) if the configuration is enabled; otherwise false (False in Visual Basic)

See Also

Log in to get a better experience