Get/Set/Reset PhysicalChan_AO_ManualControlEnable

NI-DAQmx C Properties

Get/Set/Reset PhysicalChan_AO_ManualControlEnable

int32 __CFUNC DAQmxGetPhysicalChanAOManualControlEnable(const char physicalChannel[], bool32 *data);

int32 __CFUNC DAQmxSetPhysicalChanAOManualControlEnable(const char physicalChannel[], bool32 data);

int32 __CFUNC DAQmxResetPhysicalChanAOManualControlEnable(const char physicalChannel[]);

Purpose

DAQmxGetPhysicalChanAOManualControlEnable gets the Analog Output >> Advanced >> Manual Control >> Enable property.

DAQmxSetPhysicalChanAOManualControlEnable sets the Analog Output >> Advanced >> Manual Control >> Enable property.

DAQmxResetPhysicalChanAOManualControlEnable resets the Analog Output >> Advanced >> Manual Control >> Enable property.