NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerDigitalEdgeSourceTrigger.Configure Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDigitalEdgeSourceTrigger.Configure Method

DCPowerDigitalEdgeSourceTriggerConfigure Method

Configures the SourceTrigger for digital edge triggering.

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

Syntax

public void Configure(
	DCPowerDigitalEdgeSourceTriggerInputTerminal inputTerminal,
	DCPowerTriggerEdge edge
)
Public Sub Configure ( 
	inputTerminal As DCPowerDigitalEdgeSourceTriggerInputTerminal,
	edge As DCPowerTriggerEdge
)

Parameters

inputTerminal
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerDigitalEdgeSourceTriggerInputTerminal
Specifies the inputTerminal of the digital edge for the SourceTrigger.
edge
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerTriggerEdge
Specifies whether to configure the SourceTrigger to assert on the rising or falling edge.

Exceptions

ExceptionCondition
ObjectDisposedException The Configure(DCPowerDigitalEdgeSourceTriggerInputTerminal, DCPowerTriggerEdge) method was accessed after the associated NIDCPower object was disposed.

Remarks

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