libatomprobe
Library for Atom Probe Tomography (APT) computation
Public Attributes | List of all members
AtomProbe::VOLTAGE_DATA Struct Reference

Voltage data structure – these updates occur periodically during the experiment. More...

#include <dataFiles.h>

Public Attributes

size_t nextHitGroupOffset
 FIXME: Document me. More...
 
float voltage
 Standing Voltage applied to specimen (V) More...
 
float pulseVolt
 Pulse voltage applied to specimen (V) More...
 
float beta
 Coupling coefficient to specimen. More...
 

Detailed Description

Voltage data structure – these updates occur periodically during the experiment.

Definition at line 221 of file dataFiles.h.

Member Data Documentation

◆ beta

float AtomProbe::VOLTAGE_DATA::beta

Coupling coefficient to specimen.

Definition at line 231 of file dataFiles.h.

Referenced by AtomProbe::readPosapOps().

◆ nextHitGroupOffset

size_t AtomProbe::VOLTAGE_DATA::nextHitGroupOffset

FIXME: Document me.

Definition at line 224 of file dataFiles.h.

Referenced by AtomProbe::readPosapOps().

◆ pulseVolt

float AtomProbe::VOLTAGE_DATA::pulseVolt

Pulse voltage applied to specimen (V)

Definition at line 228 of file dataFiles.h.

Referenced by AtomProbe::readPosapOps().

◆ voltage

float AtomProbe::VOLTAGE_DATA::voltage

Standing Voltage applied to specimen (V)

Definition at line 226 of file dataFiles.h.

Referenced by AtomProbe::readPosapOps().


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