VeriStand .NET API Reference

Target.SetControlLoopTimingSourceToCustomDevice Method

Sets the Primary Control Loop timing source to the specified custom device.

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 SetControlLoopTimingSourceToCustomDevice ( _
	CustomDeviceName As String _
) As Boolean
C#
public bool SetControlLoopTimingSourceToCustomDevice(
	string CustomDeviceName
)
Visual C++
public:
bool SetControlLoopTimingSourceToCustomDevice(
	String^ CustomDeviceName
)

Parameters

CustomDeviceName
Type: System.String
The name of the custom device to set as the timing source.

Return Value

true (True in Visual Basic) if the timing source was set successfully. false (False in Visual Basic) if the custom device is an invalid timing source.

See Also

Log in to get a better experience