NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputMeasurement.BufferSize Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputMeasurement.BufferSize Property

DCPowerOutputMeasurementBufferSize Property

Gets or sets the number of samples that the active channel measurement buffer can hold.

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

Syntax

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

Property Value

Type: Int32
The default value is the maximum number of samples that a device is capable of recording in one second.

Valid values:

For the PXIe-4051, PXIe-4147 and PXIe-4151, 170 to 18000110.

For the PXIe-4162/4163, 256 to 1000192.

For the PXIe-4190, 102 to 6000048.

For all other supported instruments, 1000 to 2147483647.

Remarks

Note Note
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Note Note
To use the per-channel version of this property, you must first initialize the session with the NIDCPower(String, Boolean, String) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead or include all channels.

See Also

Log in to get a better experience