NIDCPOWER_ATTR_SOURCE_TRIGGER_TYPE
- Updated2025-10-06
- 1 minute(s) read
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
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
This attribute is not supported by all devices. Refer to Supported Attributes by Device for information about supported devices.
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: