MultiAxisCombinationDPMFeedrateSettings.pulseWeight Property

Parent Object: MultiAxisCombinationDPMFeedrateSettings
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/MultiAxisCombinationDPMFeedrateSettings.h>

Description

The pulse weight ratio for the rotary axes when DPM feedrates are output as a combination of linear and rotary movements. The pulse weight is a scale factor based on the rotary axes accuracy compared to the linear axes accuracy. For example, it should be set to .1 when the linear axes are output on .0001 increments and the rotary axes on .001 increments.

Syntax

"multiAxisCombinationDPMFeedrateSettings_var" is a variable referencing a MultiAxisCombinationDPMFeedrateSettings object.

# Get the value of the property.
propertyValue = multiAxisCombinationDPMFeedrateSettings_var.pulseWeight

# Set the value of the property.
multiAxisCombinationDPMFeedrateSettings_var.pulseWeight = propertyValue
"multiAxisCombinationDPMFeedrateSettings_var" is a variable referencing a MultiAxisCombinationDPMFeedrateSettings object.
#include <Cam/Machine/MultiAxisCombinationDPMFeedrateSettings.h>

// Get the value of the property.
double propertyValue = multiAxisCombinationDPMFeedrateSettings_var->pulseWeight();

// Set the value of the property, where value_var is a double.
bool returnValue = multiAxisCombinationDPMFeedrateSettings_var->pulseWeight(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version September 2025