NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTVTrigger Class

  • Updated2023-09-06
  • 3 minute(s) read
ScopeTVTrigger Class

ScopeTVTrigger Class

Represents the ScopeMeasurement sub-object that contains properties and methods related to the video reference trigger.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeSubObject
    NationalInstruments.ModularInstruments.NIScopeScopeTVTrigger

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public sealed class ScopeTVTrigger : ScopeSubObject, 
	IIviScopeTriggerTV
Public NotInheritable Class ScopeTVTrigger
	Inherits ScopeSubObject
	Implements IIviScopeTriggerTV

The ScopeTVTrigger type exposes the following members.

Properties

  NameDescription
Public propertyDCRestoreEnabled
Gets or sets whether the video-triggered data retrieved by the digitizer should be restored to the video signal's zero reference point.
Public propertyLineNumber
Gets or sets the line on which to trigger, if TriggerEvent is set to LineNumber.
Public propertyPolarity
Gets or sets whether the video signal sync is positive or negative.
Public propertySignalFormat
Gets or sets the type of video signal.
Public propertyTriggerEvent
Gets or sets the condition in the video signal that causes the digitizer to trigger.
Top

Methods

  NameDescription
Public methodConfigure
Configures the common properties for video triggering, including the signal format, TV event, line number, polarity, and enable DC restore. A video trigger occurs when the digitizer finds a valid video signal sync. When you initiate an acquisition, the digitizer waits for the start trigger, which is configured through the Source attribute. The default is Immediate. Upon receiving the start trigger the digitizer begins sampling pretrigger points. After the digitizer finishes sampling pretrigger points, the digitizer waits for a reference (stop) trigger that you specify with a method such as this one. Upon receiving the reference trigger the digitizer finishes the acquisition after completing posttrigger sampling. With each Configure Trigger method, you specify configuration parameters such as the trigger source and the amount of trigger delay.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to the Trigger Video/TV attributes topics in the NI-SCOPE Function Reference Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience