CalculatedChannels.AddPeakAndValley Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Adds a PeakAndValley calculated channel.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.