Redler Technologies Inc.

MotionBodePacket Constructor

A packet with Bode information

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public MotionBodePacket(
	float frequency,
	float magnitude,
	int phase
)

Parameters

frequency  Single
The frequency (usually the X coordinate)
magnitude  Single
The Magnitude (usually the Y coordinate)
phase  Int32
The phase

Remarks

Construct a Bode packet

See Also