Click or drag to resize

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

aspirate with liquid level detection

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,
	LLDsParameter parameter,
	AspirateMode mode = AspirateMode.Aspiration,
	ErrorRecoveryOptions options = null
)

Parameters

cnts
Type: Huarui.STARLineContainer
aspirate positions
volumes
Type: SystemDouble
liquid volumes
parameter
Type: Huarui.STARLineLLDsParameter
LLD 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