NI-SCOPE .NET Class Library Help

Table of Contents

ScopeInputClockSource Class

  • Updated2023-09-06
  • 4 minute(s) read
ScopeInputClockSource Class

ScopeInputClockSource Class

Represents the source terminal for ReferenceClockSource.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeInputClockSource

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

  NameDescription
Public propertyStatic memberAux0ClkIn
Gets the source terminal for AUX I/O connector 0 Clk In.
Public propertyStatic memberClockIn
Gets the source terminal for CLK IN.
Public propertyStatic memberExternal
Gets the source terminal for External.
Public propertyStatic memberNoSource
Gets the source terminal for no source.
Public propertyStatic memberPfi0
Gets the source terminal for PFI 0.
Public propertyStatic memberPfi1
Gets the source terminal for PFI 1.
Public propertyStatic memberPfi2
Gets the source terminal for PFI 2.
Public propertyStatic memberPxiClock
Gets the source terminal for PXI CLK.
Public propertyStatic memberRtsiClock
Gets the source terminal for RTSI Clock.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of ScopeInputClockSource and the specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(ScopeInputClockSource)
Determines whether the current instance of ScopeInputClockSource and the specified ScopeInputClockSource object are equal.
Public methodStatic memberFromString
Creates a ScopeInputClockSource object from the specified String.
Public methodGetHashCode
Gets the hash code for the current instance of ScopeInputClockSource.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the current instance of ScopeInputClockSource to String.
(Overrides ObjectToString.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether two ScopeInputClockSource object instances are equal.
Public operatorStatic member(String to ScopeInputClockSource)
Converts a specified String to an equivalent ScopeInputClockSource object.
Public operatorStatic member(ScopeInputClockSource to String)
Converts a ScopeInputClockSource object to an equivalent String.
Public operatorStatic memberInequality
Checks whether two ScopeInputClockSource object instances are not equal.
Top

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.

See Also

Log in to get a better experience