ScopeInputClockSource Class
- Updated2023-09-06
- 4 minute(s) read
ScopeInputClockSource Class
Represents the source terminal for ReferenceClockSource.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public sealed class ScopeInputClockSource
Public NotInheritable Class ScopeInputClockSource
The ScopeInputClockSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Aux0ClkIn |
Gets the source terminal for AUX I/O connector 0 Clk In.
|
![]() ![]() | ClockIn |
Gets the source terminal for CLK IN.
|
![]() ![]() | External |
Gets the source terminal for External.
|
![]() ![]() | 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.
|
![]() ![]() | PxiClock |
Gets the source terminal for PXI CLK.
|
![]() ![]() | RtsiClock |
Gets the source terminal for RTSI Clock.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of ScopeInputClockSource
and the specified object are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ScopeInputClockSource) |
Determines whether the current instance of ScopeInputClockSource
and the specified ScopeInputClockSource object are equal.
|
![]() ![]() | FromString |
Creates a ScopeInputClockSource object from the specified
String.
|
![]() | GetHashCode |
Gets the hash code for the current instance of ScopeInputClockSource.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the current instance of ScopeInputClockSource
to String.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether two ScopeInputClockSource object instances are equal.
|
![]() ![]() | (String to ScopeInputClockSource) |
Converts a specified String to an equivalent
ScopeInputClockSource object.
|
![]() ![]() | (ScopeInputClockSource to String) |
Converts a ScopeInputClockSource
object to an equivalent String.
|
![]() ![]() | Inequality |
Checks whether two ScopeInputClockSource 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.