CNiIviScopeTrigger::Configure

Measurement Studio IVI

Class
CNiIviScopeTrigger::
Configure()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: WidthNext page: CNiIviScopeTrigger    
Public Function Declared in:
NiIviScope.h

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

inline void Configure(
    long type,
    double holdoff);

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

Configures the trigger type and holdoff.

Shortcut to top of page. Parameters

long type

Specifies the trigger type.

The following list includes valid values:

  • CNiIviScope::EdgeTrigger - Edge Trigger
  • CNiIviScope::GlitchTrigger - Glitch Trigger
  • CNiIviScope::WidthTrigger - Width Trigger
  • CNiIviScope::RuntTrigger - Runt Trigger
  • CNiIviScope::AcLineTrigger - AC Line Trigger
  • CNiIviScope::TvTrigger - TV Trigger

This function sets the Type property to the value you specify for this parameter.

double holdoff

Specifies the length of time in seconds that the oscilloscope waits after it detects a trigger until it enables the trigger subsystem to detect another trigger.

This property affects instrument operation only when the oscilloscope requires multiple acquisitions to build a complete waveform. The oscilloscope requires multiple waveform acquisitions when it uses equivalent-time sampling or when you set the Acquisition.Type property to CNiIviScope::Envelope or CNiIviScope::Average.

This function sets the Holdoff property to the value you specify for this parameter.

'See Also' icon -- Shortcut to top of page. See Also