NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSourceAdvanced.SourceDelay Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputSourceAdvanced.SourceDelay Property

DCPowerOutputSourceAdvancedSourceDelay Property

Determines when, in seconds, the device generates the Source Complete event, potentially starting a measurement if the MeasureWhen attribute is set to AutomaticallyAfterSourceComplete. Refer to the Single Point Source Mode and Sequence Source Mode topics for more information. Note: The NI PXI-4110 and NI PXI-4130 do not support this attribute.

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

Syntax

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

Property Value

Type: Double
A value representing when, in seconds, the device generates the Source Complete event. 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.

See Also

Log in to get a better experience