NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerMeasurementWhen Enumeration

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerMeasurementWhen Enumeration

DCPowerMeasurementWhen Enumeration

Specifies the values for the MeasureWhen property.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public enum DCPowerMeasurementWhen
Public Enumeration DCPowerMeasurementWhen

Members

  Member nameValueDescription
AutomaticallyAfterSourceComplete1025 Acquires a measurement after each SourceCompleteEvent completes.
OnDemand1026 Acquires a measurement when the Measure(String) method or BeginMeasure(String, DCPowerMeasureResult, AsyncCallback, Object) method is called.
OnMeasureTrigger1027 Acquires a measurement when a DCPowerMeasureTrigger is received.

See Also

Log in to get a better experience