RFAttenuationStepSize
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the step size for the RF attenuation level.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double RFAttenuationStepSize { get; set; }
Remarks
Specifies a Double representing the step size for the RF attenuation level.
The actual RF attenuation is coerced up to the next highest multiple of this step size. You can also set this value to change the step size for the device within the supported device precision and configuration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The RFAttenuationStepSize property was accessed after the associated NIRfsa object was disposed. |