NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.MaximumSoundPressureLevel Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.MaximumSoundPressureLevel Property
Specifies the maximum instantaneous sound pressure level you expect to measure. This value is in decibels, referenced to 20 micropascals. NI-DAQmx uses the maximum sound pressure level to calculate values in pascals for Maximum and Minimum for the channel.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public double MaximumSoundPressureLevel { get; set; }
Public Property MaximumSoundPressureLevel As Double
	Get
	Set

Property Value

Type: Double
Specifies the maximum instantaneous sound pressure level you expect to measure. This value is in decibels, referenced to 20 micropascals. NI-DAQmx uses the maximum sound pressure level to calculate values in pascals for Maximum and Minimum for the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience