CNiIviScopeTriggerWidth

Measurement Studio IVI

Class CNiIviScopeTriggerWidth Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureNext page: Condition    
Class Declared in:
NiIviScope.h

'Overview' icon -- Shortcut to top of page. Overview

Additional settings for configuring the width trigger. These settings affect instrument operation only when the Trigger.Type property is set to CNiIviScope::WidthTrigger.

Hierarchy Chart Hierarchy Chart

'Data Items' icon -- Shortcut to top of page. Data Items

Public data long Condition Specifies whether a pulse that is inside or outside the high and low thresholds triggers the oscilloscope.
Public data long Polarity Specifies the polarity of the pulse that triggers the oscilloscope.
Public data double ThresholdHigh Specifies the high width threshold time in seconds.
Public data double ThresholdLow Specifies the low width threshold time in seconds.

'Functions' icon -- Shortcut to top of page. Functions

Public function inline void

Configure( const CString &source, double level, double lowThreshold, double highThreshold, long polarity, long condition )

Configures the width trigger.