Class EvaluateExpression
Evaluate an arbitrary expression on the given channel
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.CommandExecution)]
public class EvaluateExpression : Command<object?>
Properties
Channel
Code channel where the expression is evaluated
Declaration
public CodeChannel Channel { get; set; }
Property Value
Type | Description |
---|---|
CodeChannel |
Expression
Expression to evaluate
Declaration
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
string |