18 #ifndef NSCOPEAPI_ANALOGOUTPUTS_H__ 19 #define NSCOPEAPI_ANALOGOUTPUTS_H__ NSCOPE_API ErrorType nScope_set_AX_on(ScopeHandle nScope, int aChannel, bool aOn)
Set the analog channel (on/off)
#define NSCOPE_API
Definition: nScopeAPI_defs.h:29
NSCOPE_API ErrorType nScope_set_AX_wave_type(ScopeHandle nScope, int aChannel, WaveType wave)
Set the analog channel output wave type.
ErrorType
Definition: nScopeAPI_defs.h:42
NSCOPE_API ErrorType nScope_set_AX_amplitude(ScopeHandle nScope, int aChannel, double amplitude)
Set the analog channel amplitude.
NSCOPE_API ErrorType nScope_get_AX_frequency_in_hz(ScopeHandle nScope, int aChannel, double *frequency)
Get the analog channel output frequency and store it in the given variable.
NSCOPE_API ErrorType nScope_set_AX_frequency_in_hz(ScopeHandle nScope, int aChannel, double frequency)
Set the analog channel output frequency.
NSCOPE_API ErrorType nScope_get_AX_unipolar(ScopeHandle nScope, int aChannel, bool *isUnipolar)
Get the analog channel unipolarity.
NSCOPE_API ErrorType nScope_set_AX_unipolar(ScopeHandle nScope, int aChannel, bool isUnipolar)
Set the analog channel unipolarity.
struct scopeDev_ * ScopeHandle
Definition: nScopeAPI_defs.h:32
NSCOPE_API ErrorType nScope_get_AX_amplitude(ScopeHandle nScope, int aChannel, double *amplitude)
Get the analog channel amplitude.
NSCOPE_API ErrorType nScope_get_AX_on(ScopeHandle nScope, int aChannel, bool *aOn)
Get the analog channel (on/off) and store it in aOn.
NSCOPE_API ErrorType nScope_get_AX_wave_type(ScopeHandle nScope, int aChannel, WaveType *wave)
Get the analog channel output wave type.
WaveType
Definition: nScopeAPI_defs.h:96