VeriStand .NET API Reference

CalculatedChannels.AddPeakAndValley Method

Adds a PeakAndValley calculated channel.

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 AddPeakAndValley ( _
	peakAndValley As PeakAndValley _
) As Boolean
C#
public bool AddPeakAndValley(
	PeakAndValley peakAndValley
)
Visual C++
public:
bool AddPeakAndValley(
	PeakAndValley^ peakAndValley
)

Parameters

peakAndValley
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.PeakAndValley
The PeakAndValley calculated channel to add.

Return Value

true (True in Visual Basic) if the PeakAndValley calculated channel was added successfully.

See Also

Log in to get a better experience