DCPowerMeasurementConfiguration.MeasureWhen Property
- Updated2024-01-04
- 1 minute(s) read

DCPowerMeasurementConfigurationMeasureWhen Property
Gets or sets when the measure unit should acquire measurements. Unless this property is configured to OnMeasureTrigger, the DCPowerMeasureTriggerType property is ignored.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public DCPowerMeasurementWhen MeasureWhen { get; set; }
Public Property MeasureWhen As DCPowerMeasurementWhen Get Set
Property Value
Type: DCPowerMeasurementWhenThe default value is OnDemand, if you set the DCPowerSourceMode property to SinglePoint. This value supports only the Measure(String) method and Measure(String) method. The default value is AutomaticallyAfterSourceComplete, if you set the DCPowerSourceMode property to Sequence. This value supports only the Fetch(String, PrecisionTimeSpan, Int32) method.
Remarks
For more information about how to configure your measurements, refer to the Acquiring Measurements topic in the NI DC Power Supplies and SMUs Help.