CNiIviScopeTriggerTv::Configure

Measurement Studio IVI

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

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

inline void Configure(
    const CString &source,
    long signalFormat,
    long event,
    long polarity);

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

Configures the oscilloscope for TV triggering.

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.

long signalFormat

Specifies the format of the TV signal on which the oscilloscope triggers.

The following list includes valid values:

  • CNiIviScope::Ntsc - NTSC video signal
  • CNiIviScope::Pal - PAL video signal
  • CNiIviScope::Secam - SECAM video signal

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

long event

Specifies the event on which the oscilloscope triggers.

The following list includes valid values:

  • CNiIviScope::TvField1 - Field 1
  • CNiIviScope::TvField2 - Field 2
  • CNiIviScope::TvField - Any field
  • CNiIviScope::TvAnyLine- Any line
  • CNiIviScope::TvLine - The line specified by the LineNumber property.

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

long polarity

Specifies the polarity of the TV signal.

The following list includes valid values:

  • CNiIviScope::TvPositive - positive video sync pulse
  • CNiIviScope::TvNegative - negative video sync pulse

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

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