IviDCPwr_Initiate
IviDCPwrTrigger Capability Group
C Function Prototype
ViStatus IviDCPwr_Initiate(ViSession vi);
Purpose
If the power supply is not currently waiting for a trigger, this function causes the power supply to wait for a trigger.
If the power supply is already waiting for a trigger, this function does nothing and returns VI_SUCCESS.
Parameter
Name | Type | Description |
---|---|---|
vi | ViSession | The instrument handle that you obtain from the IviDCPwr_init or IviDCPwr_InitWithOptions functions. The handle identifies a particular IVI session. |