|
virtual int | libm2k::M2kHardwareTrigger::getAnalogLevelRaw (unsigned int chnIdx)=0 |
| Get the raw analog trigger level for one channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogLevelRaw (unsigned int chnIdx, int level)=0 |
| Set the raw analog trigger level for one channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogLevel (unsigned int chnIdx, double v_level)=0 |
| Set the analog trigger level for one channel. More...
|
|
virtual double | libm2k::M2kHardwareTrigger::getAnalogLevel (unsigned int chnIdx)=0 |
| Get the analog trigger level for one channel. More...
|
|
virtual double | libm2k::M2kHardwareTrigger::getAnalogHysteresis (unsigned int chnIdx)=0 |
| Get the analog hysteresis value for one channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogHysteresis (unsigned int chnIdx, double hysteresis)=0 |
| Set the analog hysteresis value for one channel. More...
|
|
virtual M2K_TRIGGER_CONDITION_ANALOG | libm2k::M2kHardwareTrigger::getAnalogCondition (unsigned int chnIdx)=0 |
| Get the trigger condition for the analog trigger on a specific channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogCondition (unsigned int chnIdx, M2K_TRIGGER_CONDITION_ANALOG cond)=0 |
| Set the trigger condition for the analog trigger on a specific channel. More...
|
|
virtual M2K_TRIGGER_CONDITION_DIGITAL | libm2k::M2kHardwareTrigger::getDigitalCondition (unsigned int chnIdx)=0 |
| Get the trigger condition for the digital trigger on a specific channel. More...
|
|
virtual M2K_TRIGGER_CONDITION_DIGITAL | libm2k::M2kHardwareTrigger::getDigitalCondition (libm2k::digital::DIO_CHANNEL chnIdx)=0 |
| Get the trigger condition for the digital trigger on a specific channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalCondition (unsigned int chnIdx, M2K_TRIGGER_CONDITION_DIGITAL cond)=0 |
| Set the trigger condition for the digital trigger on a specific channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalCondition (libm2k::digital::DIO_CHANNEL chnIdx, M2K_TRIGGER_CONDITION_DIGITAL cond)=0 |
| Set the trigger condition for the digital trigger on a specific channel. More...
|
|
virtual M2K_TRIGGER_MODE | libm2k::M2kHardwareTrigger::getAnalogMode (unsigned int chnIdx)=0 |
| Get the mode for the analog trigger on a specific channel. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogMode (unsigned int chnIdx, M2K_TRIGGER_MODE mode)=0 |
| Set the mode for the analog trigger on a specific channel. More...
|
|
virtual libm2k::digital::DIO_TRIGGER_MODE | libm2k::M2kHardwareTrigger::getDigitalMode ()=0 |
| Get the mode for the digital trigger. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalMode (libm2k::digital::DIO_TRIGGER_MODE mode)=0 |
| Set the mode for the digital trigger. More...
|
|
virtual M2K_TRIGGER_SOURCE_ANALOG | libm2k::M2kHardwareTrigger::getAnalogSource ()=0 |
| Get the source of the analog trigger. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogSource (M2K_TRIGGER_SOURCE_ANALOG src)=0 |
| Set the source of the analog trigger. More...
|
|
virtual int | libm2k::M2kHardwareTrigger::getAnalogSourceChannel ()=0 |
| Get the channel source of the analog trigger. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogSourceChannel (unsigned int chnIdx)=0 |
| Set the channel source of the analog trigger. More...
|
|
virtual int | libm2k::M2kHardwareTrigger::getAnalogDelay () const =0 |
| Get the analog trigger delay. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogDelay (int delay)=0 |
| Set the analog trigger delay. More...
|
|
virtual int | libm2k::M2kHardwareTrigger::getDigitalDelay () const =0 |
| Get the digital trigger delay. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalDelay (int delay)=0 |
| Set the digital trigger delay. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogStreamingFlag (bool enable)=0 |
| Set the streaming flag for the analog part. More...
|
|
virtual bool | libm2k::M2kHardwareTrigger::getAnalogStreamingFlag ()=0 |
| Get the streaming flag for the analog part. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalStreamingFlag (bool enable)=0 |
| Set the streaming flag for the digital part. More...
|
|
virtual bool | libm2k::M2kHardwareTrigger::getDigitalStreamingFlag ()=0 |
| Get the streaming flag for the digital part. More...
|
|
virtual M2K_TRIGGER_CONDITION_DIGITAL | libm2k::M2kHardwareTrigger::getAnalogExternalCondition (unsigned int chnIdx)=0 |
| getAnalogExternalCondition More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogExternalCondition (unsigned int chnIdx, M2K_TRIGGER_CONDITION_DIGITAL cond)=0 |
| setAnalogExternalCondition More...
|
|
virtual M2K_TRIGGER_CONDITION_DIGITAL | libm2k::M2kHardwareTrigger::getDigitalExternalCondition () const =0 |
| getDigitalExternalCondition More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalExternalCondition (M2K_TRIGGER_CONDITION_DIGITAL cond)=0 |
| setDigitalExternalCondition More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogExternalOutSelect (M2K_TRIGGER_OUT_SELECT output_select) |
| Select what should be redirected on the TO (trigger out) pin.
The options are (none, trigger in, digital in, analog in).
. More...
|
|
virtual M2K_TRIGGER_OUT_SELECT | libm2k::M2kHardwareTrigger::getAnalogExternalOutSelect () |
| Check which trigger events are forwarded on the TO (trigger out) pin. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setDigitalSource (M2K_TRIGGER_SOURCE_DIGITAL external_src) |
| Select which interface triggers the DigitalIn. More...
|
|
virtual M2K_TRIGGER_SOURCE_DIGITAL | libm2k::M2kHardwareTrigger::getDigitalSource () const |
| Check which is the source of the DigitalIn interface trigger event. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogOutTriggerSource (M2K_TRIGGER_SOURCE_OUT src)=0 |
| Select which interface triggers the AnalogOut. More...
|
|
virtual M2K_TRIGGER_SOURCE_OUT | libm2k::M2kHardwareTrigger::getAnalogOutTriggerSource () const =0 |
| Returns the source of the AnalogOut trigger event. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogOutTriggerCondition (M2K_TRIGGER_CONDITION_OUT condition)=0 |
| Configures the triggering condition when the source of the AnalogOut trigger event is set to TRIGGER_TI_0. More...
|
|
virtual M2K_TRIGGER_CONDITION_OUT | libm2k::M2kHardwareTrigger::getAnalogOutTriggerCondition () const =0 |
| Returns the condition of the AnalogOut trigger event when the source is TI. More...
|
|
virtual void | libm2k::M2kHardwareTrigger::setAnalogOutTriggerStatus (M2K_TRIGGER_STATUS_ANALOG_OUT status)=0 |
| Defines the action to be performed when a trigger event occurs. More...
|
|
virtual M2K_TRIGGER_STATUS_ANALOG_OUT | libm2k::M2kHardwareTrigger::getAnalogOutTriggerStatus () const =0 |
| Returns the action that is performed when a trigger event occurs. More...
|
|
Contains the representation of the ADALM2000 trigger system.