Average Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Initializes a new instance of Average with the specified name, description, and configuration.
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 Sub New ( _ Name As String, _ Description As String, _ NumberOfPoints As UInteger, _ ChannelToAverage As Channel _ ) |
| C# |
|---|
public Average( string Name, string Description, uint NumberOfPoints, Channel ChannelToAverage ) |
| Visual C++ |
|---|
public: Average( String^ Name, String^ Description, unsigned int NumberOfPoints, Channel^ ChannelToAverage ) |
Parameters
- Name
- Type: System.String
The name of the Average calculated channel.
- Description
- Type: System.String
The description of the Average calculated channel.
- NumberOfPoints
- Type: System.UInt32
The number of points of data you want to include in the average.
- ChannelToAverage
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
The channel for which you want to calculate the average value.