NoiseRejection
- Updated2025-10-06
- 1 minute(s) read
Gets or sets the relative weighting of samples in a measurement.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public DCPowerMeasurementNoiseRejection NoiseRejection { get; set; }
Remarks
The default value is Normal.
For more information about noise rejection, refer to the Measurement Noise Rejection topic in the NI DC Power Supplies and SMUs Help.
Note
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Note
To use the per-channel version of this property, you must first initialize the session with the NIDCPower(string, bool, string) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead or include all channels.