BaseScanHeadSetTunings Method |
Builds a command list for setting the tuning.
Namespace: RAYLASE.Marker.Device.ScanHeadAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract Guid SetTunings(
IDictionary<Axes, uint> tuningIndexMap,
int delay,
IOPortCondition condition,
Guid? parentListGuid
)
Parameters
- tuningIndexMap IDictionaryAxes, UInt32
- Mapping from axis to tuning index.
- delay Int32
- Necessary delay after changing the tuning.
- 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