Table of Contents

Class CreatePwm2ActualFrequencyPayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that reports the actual frequency to be generated from PWM2 (Hz).

public class CreatePwm2ActualFrequencyPayload
Inheritance
CreatePwm2ActualFrequencyPayload
Derived
Inherited Members

Properties

Pwm2ActualFrequency

Gets or sets the value that reports the actual frequency to be generated from PWM2 (Hz).

public float Pwm2ActualFrequency { get; set; }

Property Value

float

Methods

GetMessage(MessageType)

Creates a message that reports the actual frequency to be generated from PWM2 (Hz).

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Pwm2ActualFrequency register.

GetPayload()

Creates a message payload for the Pwm2ActualFrequency register.

public float GetPayload()

Returns

float

The created message payload value.