NI-SCOPE .NET Class Library Help

ScopeCoefficientInfo Structure

  • Updated2023-09-06
  • 3 minute(s) read
ScopeCoefficientInfo Structure

ScopeCoefficientInfo Structure

Specifies an array of structures containing gain and offset coefficients for a given channel.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public struct ScopeCoefficientInfo
Public Structure ScopeCoefficientInfo

The ScopeCoefficientInfo type exposes the following members.

Properties

  NameDescription
Public propertyGain
Gets the gain factor of the given channel.
Public propertyOffset
Gets the offset factor of the given channel.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines if the current instance of ScopeCoefficientInfo and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ScopeCoefficientInfo)
Determines whether the current instance of ScopeCoefficientInfo and the ScopeCoefficientInfo object that you specify are equal.
Public methodGetHashCode
Returns the hash code for the current instance of ScopeCoefficientInfo.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of ScopeCoefficientInfo are equal.
Public operatorStatic memberInequality
Checks whether the two instances of ScopeCoefficientInfo are unequal.
Top

Remarks

For more information, refer to 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