Table of Contents

Class CreateMotor3HoldCurrentReductionPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that configures the hold current reduction for motor 3.

public class CreateMotor3HoldCurrentReductionPayload
Inheritance
CreateMotor3HoldCurrentReductionPayload
Derived
Inherited Members

Properties

Motor3HoldCurrentReduction

Gets or sets the value that configures the hold current reduction for motor 3.

public HoldCurrentReduction Motor3HoldCurrentReduction { get; set; }

Property Value

HoldCurrentReduction

Methods

GetMessage(MessageType)

Creates a message that configures the hold current reduction for motor 3.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Motor3HoldCurrentReduction register.

GetPayload()

Creates a message payload for the Motor3HoldCurrentReduction register.

public HoldCurrentReduction GetPayload()

Returns

HoldCurrentReduction

The created message payload value.