ScopeExportedSignals Class
- Updated2023-09-06
- 5 minute(s) read
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
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
| Name | Description | |
|---|---|---|
| AdvanceTriggerOutputTerminal |
Gets or sets the destination terminal to which advanceTrigger is exported.
| |
| AdvanceTriggerTerminalName |
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.
| |
| EndOfAcquisitionEventOutputTerminal |
Gets or sets the destination for the end of acquisition event.
| |
| EndOfAcquisitionEventTerminalName |
Specifies the terminal name for the End of Acquisition Event. When this event is asserted, the digitizer has completed sampling for all records.
| |
| EndOfRecordEventOutputTerminal |
Gets or sets the destination for the end of record event.
| |
| EndOfRecordEventTerminalName |
Specifies the terminal name for the End of Record Event. When this event is asserted, the digitizer has completed sampling for the current record.
| |
| FiveVoltOutputTerminal |
Gets or sets the destination for the exported 5 Volt signal.
| |
| ReadyForAdvanceEventOutputTerminal |
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.
| |
| ReadyForAdvanceEventTerminalName |
Specifies the terminal name for the Ready for Advance Event. When this event is asserted, the digitizer is ready to receive an advance trigger.
| |
| ReadyForReferenceEventOutputTerminal |
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.
| |
| ReadyForReferenceEventTerminalName |
Specifies the terminal name for the Ready for Reference Event. When this event is asserted, the digitizer is ready to receive a reference trigger.
| |
| ReadyForStartEventOutputTerminal |
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.
| |
| ReadyForStartEventTerminalName |
Specifies the terminal name for the Ready for Start Event. When this event is asserted, the digitizer is ready to receive a start trigger.
| |
| ReferenceClockOutputTerminal |
Gets or sets the output terminal to which the reference clock is exported. | |
| ReferenceTriggerOutputTerminal |
Gets or sets the destination to which the reference (Stop) trigger is exported.
| |
| ReferenceTriggerTerminalName |
Specifies the terminal name for the output trigger signal of the Reference Trigger.
| |
| SampleClockOutputTerminal |
Gets or sets the sample clock for the specified terminal.
| |
| StartTriggerOutputTerminal |
Gets or sets the destination to which the start trigger is exported.
| |
| StartTriggerTerminalName |
Specifies the terminal name for the output trigger signal of the Start Trigger. When the Start Trigger is received, the digitizer begins acquiring samples.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.