RfsaPowerSpectrumUnits Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the units of the power spectrum.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaPowerSpectrumUnits
Members
| Name | Value | Description |
|---|---|---|
| dBm | (int)200 | Units are dB with reference to 1 milliwatt. |
| VoltsSquared | (int)201 | Units are in volts squared. |
| dBmV | (int)202 | Units are dB with reference to 1 millivolt. |
| dBuV | (int)203 | Units are dB with reference to 1 microvolt. |
| Volts | (int)204 | Units are in volts. |
| Watts | (int)205 | Units are in watts. |