NI-SCOPE .NET Class Library Help

ScopeExportedSignals Class

  • Updated2023-09-06
  • 5 minute(s) read
ScopeExportedSignals Class

ScopeExportedSignals Class

Represents the ScopeExportedSignals sub-objects that are used to configure the driver to generate a signal that other instruments can detect when configuring for digital triggering or sharing clocks.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeSubObject
    NationalInstruments.ModularInstruments.NIScopeScopeExportedSignals

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

Syntax

public sealed class ScopeExportedSignals : ScopeSubObject
Public NotInheritable Class ScopeExportedSignals
	Inherits ScopeSubObject

The ScopeExportedSignals type exposes the following members.

Properties

  NameDescription
Public propertyAdvanceTriggerOutputTerminal
Gets or sets the destination terminal to which advanceTrigger is exported.
Public propertyAdvanceTriggerTerminalName
Specifies the terminal name for the output trigger signal of the Advance Trigger. When the Advance Trigger is received, the digitizer begins acquiring samples for the Nth record.
Public propertyEndOfAcquisitionEventOutputTerminal
Gets or sets the destination for the end of acquisition event.
Public propertyEndOfAcquisitionEventTerminalName
Specifies the terminal name for the End of Acquisition Event. When this event is asserted, the digitizer has completed sampling for all records.
Public propertyEndOfRecordEventOutputTerminal
Gets or sets the destination for the end of record event.
Public propertyEndOfRecordEventTerminalName
Specifies the terminal name for the End of Record Event. When this event is asserted, the digitizer has completed sampling for the current record.
Public propertyFiveVoltOutputTerminal
Gets or sets the destination for the exported 5 Volt signal.
Public propertyReadyForAdvanceEventOutputTerminal
Gets or sets the destination for the Ready for Advance trigger event. When this event is asserted, the digitizer is ready to receive an advance trigger.
Public propertyReadyForAdvanceEventTerminalName
Specifies the terminal name for the Ready for Advance Event. When this event is asserted, the digitizer is ready to receive an advance trigger.
Public propertyReadyForReferenceEventOutputTerminal
Gets or sets the destination for the Ready for Reference trigger event. When this event is asserted, the digitizer is ready to receive a reference trigger.
Public propertyReadyForReferenceEventTerminalName
Specifies the terminal name for the Ready for Reference Event. When this event is asserted, the digitizer is ready to receive a reference trigger.
Public propertyReadyForStartEventOutputTerminal
Gets or sets the destination for the Ready for Start trigger event. When this event is asserted, the digitizer is ready to receive a start trigger.
Public propertyReadyForStartEventTerminalName
Specifies the terminal name for the Ready for Start Event. When this event is asserted, the digitizer is ready to receive a start trigger.
Public propertyReferenceClockOutputTerminal
Gets or sets the output terminal to which the reference clock is exported.
Public propertyReferenceTriggerOutputTerminal
Gets or sets the destination to which the reference (Stop) trigger is exported.
Public propertyReferenceTriggerTerminalName
Specifies the terminal name for the output trigger signal of the Reference Trigger.
Public propertySampleClockOutputTerminal
Gets or sets the sample clock for the specified terminal.
Public propertyStartTriggerOutputTerminal
Gets or sets the destination to which the start trigger is exported.
Public propertyStartTriggerTerminalName
Specifies the terminal name for the output trigger signal of the Start Trigger. When the Start Trigger is received, the digitizer begins acquiring samples.
Top

Methods

  NameDescription
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 niScope_ExportSignal topic 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