NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSource.SourceDelay Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputSource.SourceDelay Property

DCPowerOutputSourceSourceDelay Property

Gets or sets the time, in seconds, when the device generates the SourceCompleteEvent.

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

Syntax

public PrecisionTimeSpan SourceDelay { get; set; }
Public Property SourceDelay As PrecisionTimeSpan
	Get
	Set

Property Value

Type: PrecisionTimeSpan

Valid Values:

For the PXIe-4051, 0 to 39 seconds.

For the PXIe-4147, 0 to 26.5 seconds.

For the PXIe-4151, 0 to 42 seconds.

For the PXIe-4162/4163 and PXIe-4190, 0 to 23 seconds.

For all other supported instruments, 0 to 167 seconds.

The default value is 0.01667.

Remarks

Determines the time, in seconds, when the device generates the SourceCompleteEvent, potentially starting a measurement if the DCPowerMeasurementWhen property is set to AutomaticallyAfterSourceComplete. Refer to the Single Point Source Mode, and Sequence Source Mode topics in the NI DC Power Supplies and SMUs Help for more information.
Note Note
The NI PXI-4110 and NI PXI-4130 do not support this property.
Note Note
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.

See Also

Log in to get a better experience