ScopeClockSynchronizationPulseSource Class
- Updated2023-09-06
- 5 minute(s) read
ScopeClockSynchronizationPulseSource Class
Represents the line on which the sample clock is sent or received.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public sealed class ScopeClockSynchronizationPulseSource
Public NotInheritable Class ScopeClockSynchronizationPulseSource
The ScopeClockSynchronizationPulseSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| NoSource |
Gets the source terminal for no source.
| |
| Pfi0 |
Gets the source terminal for PFI 0.
| |
| Pfi1 |
Gets the source terminal for PFI 1.
| |
| Pfi2 |
Gets the source terminal for PFI 2.
| |
| 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.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the current instance of ScopeClockSynchronizationPulseSource
and the specified object are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(ScopeClockSynchronizationPulseSource) |
Determines whether the current instance of ScopeClockSynchronizationPulseSource
and the specified ScopeClockSynchronizationPulseSource object are equal.
| |
| FromString |
Creates a ScopeClockSynchronizationPulseSource object from the specified
String.
| |
| GetHashCode |
Gets the hash code for the current instance of ScopeClockSynchronizationPulseSource.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts the current instance of ScopeClockSynchronizationPulseSource
to String.
(Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Checks whether two ScopeClockSynchronizationPulseSource object instances are equal.
| |
| (String to ScopeClockSynchronizationPulseSource) |
Converts a specified String to an equivalent
ScopeClockSynchronizationPulseSource object.
| |
| (ScopeClockSynchronizationPulseSource to String) |
Converts a ScopeClockSynchronizationPulseSource
object to an equivalent String.
| |
| Inequality |
Checks whether two ScopeClockSynchronizationPulseSource object instances are not equal.
|
Remarks
This line should be the same for all devices to be synchronized.
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.