BaseScanControllerPrepareEnhancedCommand Method |
Creates a list with the specified enhanced command.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract Guid PrepareEnhancedCommand(
int head,
IList<(Axes Axes, uint Command)> commands,
int delay,
IOPortCondition condition,
Guid? parentListGuid
)
Parameters
- head Int32
- commands IListValueTupleAxes, UInt32
- List of tuples containing a single axis and a command.
- delay Int32
- Delay.
- condition IOPortCondition
- Binning condition.
- parentListGuid NullableGuid
- The list ID of the parent. If set, the new list will be wrapped inside the parent list.
Return Value
GuidGuid of the created list. Pass this Guid to
[M:BaseScanController.SetList(???,System.Int32,System.Boolean,System.Boolean)].
See Also