components/flow/DeviceAPI#
RawPlotSegment#
A raw Plotly-compatible trace segment for custom visualizations. Used with Action.Raw to let plugins provide arbitrary plot shapes.
Properties#
fill?#
fillcolor?#
line?#
color?#
dash?#
width?#
marker?#
mode?#
name#
showlegend?#
x#
y#
ChannelId#
type ChannelId =
| "tx1"
| "tx2"
| "rx"
| "blanking"
| "lo"
| "phase"
| "grad_x"
| "grad_y"
| "grad_z"
| string;
Command#
type Command = {
action: Action;
blanking?: boolean;
channel?: ChannelId;
duration: number;
frequency?: number;
label?: string;
loopCount?: number;
phaseLabel?: string;
raw?: RawPlotSegment;
sweep?: boolean;
};
Properties#
action#
blanking?#
channel?#
duration#
frequency?#
label?#
loopCount?#
phaseLabel?#
raw?#
sweep?#
SpecialCommand#
Properties#
action#
id#
num?#
Action#
Enumeration Members#
SpecialAction#
Enumeration Members#
| Enumeration Member | Value |
|---|---|
FOR_BEGIN |
"for-begin" |
FOR_END |
"for-end" |
FOR_ITERATION |
"for-iter" |