NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputMeasurement.SamplesToAverage Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputMeasurement.SamplesToAverage Property

DCPowerOutputMeasurementSamplesToAverage Property

Gets or sets the number of samples to average when you take a measurement. Increasing the number of samples to average decreases measurement noise, but increases the time required to take a measurement.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public int SamplesToAverage { get; set; }
Public Property SamplesToAverage As Integer
	Get
	Set

Property Value

Type: Int32

The default values for the following devices are:

  • NI PXI-4110/NI PXI-4130 - 10
  • NI PXI-4132 - 1
  • NI PXIe-4140/4141 - 1
  • NI PXIe-4154 - 500

Remarks

Refer to the NI PXI-4110 Measurement Averaging , NI PXI-4130 Measurement Averaging, NI PXI-4132 Sample Averaging, or NI PXIe-4154 Measurement Averaging topics in the NI DC Power Supplies and SMUs Help for optional property settings to improve immunity to certain noise types, or refer to the NI PXIe-4140/4141 DC Noise Rejection topic for information about improving noise immunity for those devices.

See Also

Log in to get a better experience