Encapsulates a counter output specified in terms of frequency and duty cycle.

Derives from

  • ISerializable

Syntax

Namespace: NationalInstruments.DAQmx

public struct CODataFrequency : ISerializable

Thread Safety

Any members of this type are not guaranteed to be thread safe.

Constructors

NameDescription
CODataFrequency(double, double)

Initializes a new instance of the CODataFrequency object with the specified initial values.

Properties

NameDescription
DutyCycle

Gets or sets the duty cycle of the pulse.

Frequency

Gets or sets the frequency of the pulse.

Methods

NameDescription
Equals(object)

Returns a value indicating if this instance is equal to the specified object.

Equals(CODataFrequency)

Returns a value indicating if this instance is equal to the specified CODataFrequency object.

GetHashCode()

Returns a hash code for the CODataFrequency object.

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Equals(CODataFrequency, CODataFrequency)

Returns a value indicating if two specified instances of CODataFrequency are equal.

Operators

NameDescription
operator!=(CODataFrequency, CODataFrequency)

Returns true if two CODataFrequency objects are not equal.

operator==(CODataFrequency, CODataFrequency)

Returns true if two CODataFrequency objects are equal.