Package com.galil
Class Gclib.DataRecord.Amp
java.lang.Object
org.bytedeco.javacpp.Pointer
com.galil.Gclib.DataRecord.Amp
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- Gclib.DataRecord
public static class Gclib.DataRecord.Amp
extends org.bytedeco.javacpp.Pointer
\brief 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](https://www.galil.com/download/comref/com4000/index.html#clear_amplifier_errors.html+DMC4000) for details.-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
org.bytedeco.javacpp.Pointer.CustomDeallocator, org.bytedeco.javacpp.Pointer.Deallocator, org.bytedeco.javacpp.Pointer.NativeDeallocator, org.bytedeco.javacpp.Pointer.ReferenceCounter -
Field Summary
Fields inherited from class org.bytedeco.javacpp.Pointer
address, capacity, limit, position -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, trimMemory, withDeallocator, zero
-
Constructor Details
-
Amp
public Amp()
-
-
Method Details
-
overCurrent
@Cast("bool") @Name("over_current") public boolean overCurrent() -
overVoltage
@Cast("bool") @Name("over_voltage") public boolean overVoltage() -
overTemp
@Cast("bool") @Name("over_temp") public boolean overTemp() -
underVoltage
@Cast("bool") @Name("under_voltage") public boolean underVoltage() -
electronicLockOut
@Cast("bool") @Name("electronic_lock_out") public boolean electronicLockOut()
-