gclib 2.5.0
Galil Communications Library
Loading...
Searching...
No Matches
DataRecord::Amp Struct Reference

Holds amplifier-specific data record fields. Provided by DataRecord.amp(). More...

#include <gclib.hpp>

Public Member Functions

 Amp (gclib_data_record_handle h, size_t amp)
bool over_current ()
bool over_voltage ()
bool over_temp ()
bool under_voltage ()
bool electronic_lock_out ()

Detailed Description

Holds amplifier-specific data record fields. Provided by DataRecord.amp().

Note
Amp errors are latched, and will need to be cleared with AZ once the underlying issue has been resolved. See the command reference for details.

Definition at line 129 of file gclib.hpp.

Constructor & Destructor Documentation

◆ Amp()

Amp ( gclib_data_record_handle h,
size_t amp )
inline

Definition at line 130 of file gclib.hpp.

Member Function Documentation

◆ over_current()

bool over_current ( )
inline

Definition at line 131 of file gclib.hpp.

◆ over_voltage()

bool over_voltage ( )
inline

Definition at line 132 of file gclib.hpp.

◆ over_temp()

bool over_temp ( )
inline

Definition at line 133 of file gclib.hpp.

◆ under_voltage()

bool under_voltage ( )
inline

Definition at line 134 of file gclib.hpp.

◆ electronic_lock_out()

bool electronic_lock_out ( )
inline

Definition at line 135 of file gclib.hpp.


The documentation for this struct was generated from the following file: