VeriStand .NET API Reference

DAQDevice.TurnOffHWTimedSinglePointAO Property

Gets or sets whether hardware-timed single-point support is disabled for analog output tasks.

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

Property Value

true (True in Visual Basic) if hardware-timed single-point support is disabled. false (False in Visual Basic) if it is enabled.

Remarks

Note:

C Series devices, USB devices, and any other devices that include a hardware AI filter do not support hardware-timed single-point sample mode.

Note:

Enabling hardware-timed single-point support can drastically slow the Primary Control Loop rate.

See Also

Log in to get a better experience