Specifies the behavior of the Source trigger.

Syntax

NIDCPOWER_ATTR_SOURCE_TRIGGER_TYPE

Numeric Value

Data Type

Access

Applies To

1150030

ViInt32

Read/Write

Channels

Remarks

Note

NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.

Note

This attribute is not supported by all devices. Refer to Supported Attributes by Device for information about supported devices.

Note

To specify a channel name when accessing this attribute, you must first initialize the session using the niDCPower_InitializeWithIndependentChannels function.

Defined Values:

Name

Value

Description

NIDCPOWER_VAL_NONE

1012 (0x3f4)

No trigger is configured.

NIDCPOWER_VAL_DIGITAL_EDGE

1014 (0x3f6)

The data operation starts when a digital edge is detected.

NIDCPOWER_VAL_SOFTWARE_EDGE

1015 (0x3f7)

The data operation starts when a software trigger occurs.

Default Value:NIDCPOWER_VAL_NONE

High-Level Functions: