Click or drag to resize

SPICE3DeviceGoToAndAverage Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.43.0
Syntax
C#
public override void GoToAndAverage(
	IList<dvec3> positions,
	IList<TimeSpan> timeSpans,
	int outBit,
	int outPort,
	Polarity outPolarity,
	double jumpSpeed,
	double jumpDelay,
	bool async,
	CancellationToken? token = null
)

Parameters

positions  IListdvec3

[Missing <param name="positions"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

timeSpans  IListTimeSpan

[Missing <param name="timeSpans"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

outBit  Int32

[Missing <param name="outBit"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

outPort  Int32

[Missing <param name="outPort"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

outPolarity  Polarity

[Missing <param name="outPolarity"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

jumpSpeed  Double

[Missing <param name="jumpSpeed"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

jumpDelay  Double

[Missing <param name="jumpDelay"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

async  Boolean

[Missing <param name="async"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

token  NullableCancellationToken  (Optional)

[Missing <param name="token"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndAverage(System.Collections.Generic.IList{GlmSharp.dvec3},System.Collections.Generic.IList{System.TimeSpan},System.Int32,System.Int32,RAYLASE.Marker.Device.IOController.Polarity,System.Double,System.Double,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

See Also