Click or drag to resize

ChannelAspirate Method (Container, Double, FixHeightParameter, AspirateMode, ErrorRecoveryOptions)

aspirate with fix height

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Aspirate(
	Container[] cnts,
	double[] volumes,
	FixHeightParameter parameter,
	AspirateMode mode = AspirateMode.Aspiration,
	ErrorRecoveryOptions options = null
)

Parameters

cnts
Type: Huarui.STARLineContainer
aspirate positions
volumes
Type: SystemDouble
liquid volumes
parameter
Type: Huarui.STARLineFixHeightParameter
fix height parameter
mode (Optional)
Type: Huarui.STARLineAspirateMode
aspirate mode
options (Optional)
Type: Huarui.STARLineErrorRecoveryOptions
error recovery options
Exceptions
ExceptionCondition
STARExceptiondevice error will be throwed with STARException
See Also