Interface ICLDPowerCommand
POWER CLData command. It's used to specify exact value of a power in current position for device with defined ID. The value is in percents of some constant value specified either in the parameters of the operation, or implicitly assumed.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDPowerCommand : ICLDCommand, INamedProperty
Properties
ID
Numeric identifier of the device for which the power is set.
Declaration
int ID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
The value of a power in percents of some constant value specified either in the parameters of the operation, or implicitly assumed.
Declaration
double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |