CNiIviScopeTriggerGlitch::Configure

Measurement Studio IVI

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

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

inline void Configure(
    const CString &source,
    double level,
    double width,
    long polarity,
    long condition);

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

Configures the glitch trigger.

Shortcut to top of page. Parameters

const CString &source

Specifies the source the oscilloscope monitors for a trigger. Set this property to a channel name or to one of the values below.

  • CNiIviScope::ExternalTrigger - External
  • CNiIviScope::Ttl0Trigger - PXI TRIG0 or VXI TTL0
  • CNiIviScope::Ttl1Trigger - PXI TRIG1 or VXI TTL1
  • CNiIviScope::Ttl2Trigger - PXI TRIG2 or VXI TTL2
  • CNiIviScope::Ttl3Trigger - PXI TRIG3 or VXI TTL3
  • CNiIviScope::Ttl4Trigger - PXI TRIG4 or VXI TTL4
  • CNiIviScope::Ttl5Trigger - PXI TRIG5 or VXI TTL5
  • CNiIviScope::Ttl6Trigger - PXI TRIG6 or VXI TTL6
  • CNiIviScope::Ttl7Trigger - PXI TRIG7 or VXI TTL7
  • CNiIviScope::Ecl0Trigger - VXI ECL0
  • CNiIviScope::Ecl1Trigger - VXI ECL1
  • CNiIviScope::PxiStarTrigger - PXI Star
  • CNiIviScope::Rtsi0Trigger - RTSI line 0
  • CNiIviScope::Rtsi1Trigger - RTSI line 1
  • CNiIviScope::Rtsi2Trigger - RTSI line 2
  • CNiIviScope::Rtsi3Trigger - RTSI line 3
  • CNiIviScope::Rtsi4Trigger - RTSI line 4
  • CNiIviScope::Rtsi5Trigger - RTSI line 5
  • CNiIviScope::Rtsi6Trigger - RTSI line 6

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

double level

Specifies the voltage threshold in volts for the trigger subsystems.

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

double width

Specifies the glitch width in seconds.

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

long polarity

Specifies the polarity of the glitch that triggers the oscilloscope.

The following list includes valid values:

  • CNiIviScope::GlitchPositive - Positive glitch
  • CNiIviScope::GlitchNegative - Negative glitch
  • CNiIviScope::GlitchEither - Positive or negative glitch

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

long condition

Specifies the glitch condition that triggers the oscilloscope.

The following list includes valid values:

  • CNiIviScope::GlitchLessThan - Trigger when the pulse width is less than the Width property.
  • CNiIviScope::GlitchGreaterThan - Trigger when the pulse width is greater than the Width property.

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

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