VeriStand .NET API Reference

CalculatedChannels.AddCalculatedChannel Method

Adds a CalculatedChannel of any type to the CalculatedChannels section.

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 AddCalculatedChannel ( _
	calculatedChannel As CalculatedChannel _
) As Boolean
C#
public bool AddCalculatedChannel(
	CalculatedChannel calculatedChannel
)
Visual C++
public:
bool AddCalculatedChannel(
	CalculatedChannel^ calculatedChannel
)

Return Value

true (True in Visual Basic) if the CalculatedChannel was added successfully.

See Also

Log in to get a better experience