NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerMeasurementConfiguration.MeasureWhen Property

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

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.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public DCPowerMeasurementWhen MeasureWhen { get; set; }
Public Property MeasureWhen As DCPowerMeasurementWhen
	Get
	Set

Property Value

Type: DCPowerMeasurementWhen
The 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.

See Also

Log in to get a better experience