VeriStand .NET API Reference

DAQPulseMeasurement.GetDataChannel Method

Returns a Channel referencing to the desired measurement 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 Overrides Function GetDataChannel ( _
	type As DAQDataChannelType _
) As Channel
C#
public override Channel GetDataChannel(
	DAQDataChannelType type
)
Visual C++
public:
virtual Channel^ GetDataChannel(
	DAQDataChannelType type
) override

Return Value

Returns a channel referencing to the desired measurement data.

See Also

Log in to get a better experience