Lecroy/Iwatsu DSO. More...
#include <lecroy.h>
Public Member Functions | |
XLecroyDSO (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
virtual void | convertRaw (RawDataReader &reader, Transaction &tr) throw (XRecordError&) |
Converts the raw to a display-able style. | |
![]() | |
XCharDeviceDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
![]() | |
XDSO (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
virtual | ~XDSO () |
usually nothing to do. | |
virtual void | showForms () |
Shows all forms belonging to driver. | |
const shared_ptr< XUIntNode > & | average () const |
driver specific part below | |
const shared_ptr< XBoolNode > & | singleSequence () const |
If true, an acquisition will be paused with a averaging count. | |
const shared_ptr< XComboNode > & | trigSource () const |
const shared_ptr< XDoubleNode > & | trigPos () const |
const shared_ptr< XDoubleNode > & | trigLevel () const |
const shared_ptr< XBoolNode > & | trigFalling () const |
const shared_ptr< XDoubleNode > & | timeWidth () const |
const shared_ptr< XComboNode > & | vFullScale1 () const |
const shared_ptr< XComboNode > & | vFullScale2 () const |
const shared_ptr< XComboNode > & | vFullScale3 () const |
const shared_ptr< XComboNode > & | vFullScale4 () const |
const shared_ptr< XDoubleNode > & | vOffset1 () const |
const shared_ptr< XDoubleNode > & | vOffset2 () const |
const shared_ptr< XDoubleNode > & | vOffset3 () const |
const shared_ptr< XDoubleNode > & | vOffset4 () const |
const shared_ptr< XUIntNode > & | recordLength () const |
const shared_ptr < XTouchableNode > & | forceTrigger () const |
const shared_ptr < XTouchableNode > & | restart () const |
const shared_ptr< XComboNode > & | trace1 () const |
const shared_ptr< XComboNode > & | trace2 () const |
const shared_ptr< XComboNode > & | trace3 () const |
const shared_ptr< XComboNode > & | trace4 () const |
const shared_ptr< XComboNode > & | fetchMode () const |
const shared_ptr< XBoolNode > & | firEnabled () const |
const shared_ptr< XDoubleNode > & | firBandWidth () const |
[kHz] | |
const shared_ptr< XDoubleNode > & | firCenterFreq () const |
[kHz] | |
const shared_ptr< XDoubleNode > & | firSharpness () const |
const shared_ptr< XComboNode > & | dRFMode () const |
const shared_ptr< XItemNode < XDriverList, XSG > > & | dRFSG () const |
const shared_ptr< XDoubleNode > & | dRFFreq () const |
![]() | |
XPrimaryDriverWithThread (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
virtual void | stop () |
![]() | |
XPrimaryDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
![]() | |
XDriver (const char *name, bool runtime, Transaction &tr_meas, const shared_ptr< XMeasure > &meas) | |
![]() | |
XNode (const char *name, bool runtime=false) | |
template<class T > | |
shared_ptr< T > | create (const char *name) |
template<class T , typename... Args> | |
shared_ptr< T > | create (const char *name, bool runtime, Args &&...args) |
template<class T > | |
shared_ptr< T > | create (Transaction &tr, const char *name) |
template<class T , typename... Args> | |
shared_ptr< T > | create (Transaction &tr, const char *name, bool runtime, Args &&...args) |
XString | getName () const |
virtual XString | getLabel () const |
XString | getTypename () const |
shared_ptr< XNode > | getChild (const XString &var) const |
shared_ptr< XNode > | getParent () const |
void | setUIEnabled (bool v) |
Enables/disables controls over scripting/GUI. | |
void | disable () |
Disables all scripting/GUI operations on this node hereafter. | |
![]() | |
bool | insert (Transaction< XNode > &tr, const shared_ptr< XNode > &var, bool online_after_insertion=false) |
void | insert (const shared_ptr< XNode > &var) |
bool | release (Transaction< XNode > &tr, const shared_ptr< XNode > &var) |
void | release (const shared_ptr< XNode > &var) |
void | releaseAll () |
bool | swap (Transaction< XNode > &tr, const shared_ptr< XNode > &x, const shared_ptr< XNode > &y) |
void | swap (const shared_ptr< XNode > &x, const shared_ptr< XNode > &y) |
XNode * | upperNode (Snapshot< XNode > &shot) |
Finds the parent node in shot. | |
Snapshot< XNode > | iterate_commit (Closure) |
Snapshot< XNode > | iterate_commit_if (Closure) |
void | iterate_commit_while (Closure) |
void | print_ () const |
Node (const Node &)=delete | |
Node & | operator= (const Node &)=delete |
Protected Member Functions | |
virtual void | onTrace1Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrace2Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrace3Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrace4Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onAverageChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onSingleChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrigSourceChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrigPosChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrigLevelChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTrigFallingChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onTimeWidthChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVFullScale1Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVFullScale2Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVFullScale3Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVFullScale4Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVOffset1Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVOffset2Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVOffset3Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onVOffset4Changed (const Snapshot &shot, XValueNodeBase *) |
virtual void | onRecordLengthChanged (const Snapshot &shot, XValueNodeBase *) |
virtual void | onForceTriggerTouched (const Snapshot &shot, XTouchableNode *) |
virtual void | open () throw (XKameError &) |
Be called just after opening interface. Call start() inside this routine appropriately. | |
virtual double | getTimeInterval () |
virtual void | startSequence () |
clear count or start sequence measurement | |
virtual int | acqCount (bool *seq_busy) |
virtual void | getWave (shared_ptr< RawData > &writer, std::deque< XString > &channels) |
Loads waveforms and settings from the instrument. | |
![]() | |
const shared_ptr < XCharInterface > & | interface () const |
virtual void | close () throw (XKameError &) |
Be called during stopping driver. Call interface()->stop() inside this routine. | |
void | onOpen (const Snapshot &shot, XInterface *) |
void | onClose (const Snapshot &shot, XInterface *) |
virtual void | closeInterface () |
![]() | |
virtual void | analyzeRaw (RawDataReader &reader, Transaction &tr) throw (XRecordError&) |
virtual void | visualize (const Snapshot &shot) |
virtual void | onRestartTouched (const Snapshot &shot, XTouchableNode *) |
virtual bool | isDRFCoherentSGSupported () const |
double | phaseOfRF (const Snapshot &shot_of_this, uint64_t count, double interval) |
Calculates RF phase for coherent detection, at given count. | |
const shared_ptr < XStatusPrinter > & | statusPrinter () const |
![]() | |
virtual void | start () |
![]() | |
void | finishWritingRaw (const shared_ptr< const RawData > &rawdata, const XTime &time_awared, const XTime &time_recorded) |
![]() | |
void | record (Transaction &tr, const XTime &time_awared, const XTime &time_recorded) |
Private Member Functions | |
void | activateTrace (const char *name) |
double | inspectDouble (const char *req, const XString &trace) |
bool | isWaveMaster () |
Private Attributes | |
int | m_totalCount |
Additional Inherited Members | |
![]() | |
enum | DRFMODE { DRFMODE_OFF = 0, DRFMODE_GIVEN_FREQ = 1, DRFMODE_FREQ_BY_SG = 2, DRFMODE_COHERENT_SG = 3 } |
![]() | |
template<class T__ > | |
static shared_ptr< T__ > | createOrphan (const char *name) |
template<class T__ , typename... Args_> | |
static shared_ptr< T__ > | createOrphan (const char *name, bool runtime, Args_ &&...args) |
![]() | |
shared_ptr< XListener > | m_lsnOnTrigSourceChanged |
|
protectedvirtual |
seq_busy | true if the sequence is not finished. |
Implements XDSO.
Definition at line 283 of file lecroy.cpp.
References XDSO::average(), and XDSO::singleSequence().