IviDCPwr_Abort

CVI/LabWindows IVI Class Driver

IviDCPwr_Abort

IviDCPwrTrigger Capability Group

C Function Prototype

ViStatus IviDCPwr_Abort(ViSession vi);

Purpose

If the power supply is currently waiting for a trigger to change the output signal, this function returns the power supply to the ignore triggers state.

If the power supply is not 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.

Return Values