CalculatedChannels.AddCalculatedChannel Method
- Updated2023-02-21
- 2 minute(s) read
Adds a CalculatedChannel of any type to the CalculatedChannels section.
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 AddCalculatedChannel ( _ calculatedChannel As CalculatedChannel _ ) As Boolean |
| C# |
|---|
public bool AddCalculatedChannel( CalculatedChannel calculatedChannel ) |
| Visual C++ |
|---|
public: bool AddCalculatedChannel( CalculatedChannel^ calculatedChannel ) |
Parameters
- calculatedChannel
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.CalculatedChannel
The CalculatedChannel to add.