DigitizerVerticalRange
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the vertical range of the digitizer.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double DigitizerVerticalRange { get; set; }
Remarks
Specifies a Double representing the vertical range of the digitizer.
The vertical range is defined as the absolute value of the input range for a channel. The default vertical range works for all device configurations. This property can be used to optimize performance if you know the signal level at the digitizer input terminal is low.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DigitizerVerticalRange property was accessed after the associated NIRfsa object was disposed. |