ScopeTriggerSource Class
- Updated2023-09-06
- 7 minute(s) read
ScopeTriggerSource Class
Represents the source terminal for Source.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public sealed class ScopeTriggerSource
Public NotInheritable Class ScopeTriggerSource
The ScopeTriggerSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Aux0Pfi0 |
Gets the source terminal for AUX I/O connector 0 PFI 0.
| |
| Aux0Pfi1 |
Gets the source terminal for AUX I/O connector 0 PFI 1.
| |
| Aux0Pfi2 |
Gets the source terminal for AUX I/O connector 0 PFI 2.
| |
| Aux0Pfi3 |
Gets the source terminal for AUX I/O connector 0 PFI 3.
| |
| Aux0Pfi4 |
Gets the source terminal for AUX I/O connector 0 PFI 4.
| |
| Aux0Pfi5 |
Gets the source terminal for AUX I/O connector 0 PFI 5.
| |
| Aux0Pfi6 |
Gets the source terminal for AUX I/O connector 0 PFI 6.
| |
| Aux0Pfi7 |
Gets the source terminal for AUX I/O connector 0 PFI 7.
| |
| Channel0 |
Gets the source terminal for channel 0.
| |
| Channel1 |
Gets the source terminal for channel 1.
| |
| Channel2 |
Gets the source terminal for channel 2.
| |
| Channel3 |
Gets the source terminal for channel 3.
| |
| Channel4 |
Gets the source terminal for channel 4.
| |
| Channel5 |
Gets the source terminal for channel 5.
| |
| Channel6 |
Gets the source terminal for channel 6.
| |
| Channel7 |
Gets the source terminal for channel 7.
| |
| External |
Gets the source terminal for External.
| |
| Immediate |
Gets the source terminal for Immediate.
| |
| Pfi0 |
Gets the source terminal for PFI 0.
| |
| Pfi1 |
Gets the source terminal for PFI 1.
| |
| Pfi2 |
Gets the source terminal for PFI 2.
| |
| PxiStar |
Gets the source terminal for PXI STAR.
| |
| Rtsi0 |
Gets the source terminal for RTSI 0.
| |
| Rtsi1 |
Gets the source terminal for RTSI 1.
| |
| Rtsi2 |
Gets the source terminal for RTSI 2.
| |
| Rtsi3 |
Gets the source terminal for RTSI 3.
| |
| Rtsi4 |
Gets the source terminal for RTSI 4.
| |
| Rtsi5 |
Gets the source terminal for RTSI 5.
| |
| Rtsi6 |
Gets the source terminal for RTSI 6.
| |
| Rtsi7 |
Gets the source terminal for RTSI 7.
| |
| SoftwareTriggerFunction |
Gets the source terminal for the software trigger.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the current instance of ScopeTriggerSource
and the specified object are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(ScopeTriggerSource) |
Determines whether the current instance of ScopeTriggerSource
and the specified ScopeTriggerSource object are equal.
| |
| FromString |
Creates a ScopeTriggerSource object from the specified
String.
| |
| GetHashCode |
Gets the hash code for the current instance of ScopeTriggerSource.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts the current instance of ScopeTriggerSource
to String.
(Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Checks whether two ScopeTriggerSource object instances are equal.
| |
| (String to ScopeTriggerSource) |
Converts a specified String to an equivalent
ScopeTriggerSource object.
| |
| (ScopeTriggerSource to String) |
Converts a ScopeTriggerSource
object to an equivalent String.
| |
| Inequality |
Checks whether two ScopeTriggerSource object instances are not equal.
|
Remarks
For more information see Features Supported by Device in the NI High-Speed Digitizers 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.