VerticalRange
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the voltage range for the I/Q terminals.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double VerticalRange { get; set; }
Remarks
Specifies a Double representing the voltage range, in volts (V), for the I/Q terminals.
The voltage range in differential terminal configuration is configurable from 2 Vpk-pk to 0.032 Vpk-pk in 1 dB steps. In single-ended terminal configuration, valid ranges are half those for differential. Values are always coerced up to the next valid range.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The VerticalRange property was accessed after the associated NIRfsa object was disposed. |