niDCPower_DisableSourceTrigger
- Updated2023-04-15
- 1 minute(s) read
ViStatus niDCPower_DisableSourceTrigger(ViSession vi);
Purpose
This function is deprecated. Use niDCPower_DisableSourceTriggerWithChannels instead.
Disables the Source trigger. The device does not wait for a source trigger before performing a source operation. Refer to the Single Point Source Mode and Sequence Source Mode topics for more information about the Source trigger.
![]() |
Note This function is not supported on all devices. Refer to Supported Functions by Device for more information about supported devices. |
Parameters
Input | ||
Name | Type | Description |
vi | ViSession | Identifies a particular instrument session. vi is obtained from the niDCPower_InitializeWithIndependentChannels function. |
Return Value
Name | Type | Description |
Status | ViStatus | Reports the status of this operation. To obtain a text description of the status code, call the niDCPower_error_message function. To obtain additional information concerning the error condition, call the niDCPower_GetError function. |