NI-DAQmx .NET Framework 4.5 API Reference

CIDataFrequency Structure

  • Updated2023-02-21
  • 3 minute(s) read
CIDataFrequency Structure
Encapsulates a counter input specified in terms of frequency and duty cycle.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

[SerializableAttribute]
public struct CIDataFrequency : ISerializable
<SerializableAttribute>
Public Structure CIDataFrequency
	Implements ISerializable

The CIDataFrequency type exposes the following members.

Constructors

  NameDescription
Public methodCIDataFrequency
Initializes a new instance of the CIDataFrequency object with the specified frequency and duty cycle.
Top

Properties

  NameDescription
Public propertyDutyCycle
Gets or sets the duty cycle of the pulse.
Public propertyFrequency
Gets or sets the frequency of the pulse.
Top

Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating if this instance is equal to the specified object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CIDataFrequency)
Returns a value indicating if this instance is equal to the specified CIDataFrequency object.
Public methodStatic memberEquals(CIDataFrequency, CIDataFrequency)
Returns a value indicating if two specified instances of CIDataFrequency are equal.
Public methodGetHashCode
Returns a hash code for the CIDataFrequency object.
(Overrides ValueTypeGetHashCode.)
Public methodGetObjectData
Sets the SerializationInfo object with information about the exception.
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
Returns if two CIDataFrequency objects are equal.
Public operatorStatic memberInequality
Returns if two CIDataFrequency objects are not equal.
Top

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