Click or drag to resize

ChannelDispense Method (Container, Double, FixHeightParameter, DispenseMode, Boolean, ErrorRecoveryOptions)

Dispense with fix height

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Dispense(
	Container[] cnts,
	double volume,
	FixHeightParameter parameter,
	DispenseMode mode = DispenseMode.FromLiquiClass,
	bool useFirstAspirtateLiquidClass = true,
	ErrorRecoveryOptions options = null
)

Parameters

cnts
Type: Huarui.STARLineContainer
dispense positions
volume
Type: SystemDouble
liquid volume
parameter
Type: Huarui.STARLineFixHeightParameter
fix height parameter
mode (Optional)
Type: Huarui.STARLineDispenseMode
dispense mode
useFirstAspirtateLiquidClass (Optional)
Type: SystemBoolean
use first aspirate liquid class, otherwise use liquid class in the parameter
options (Optional)
Type: Huarui.STARLineErrorRecoveryOptions
error recovery options
Exceptions
ExceptionCondition
STARExceptiondevice error will be throwed with STARException
See Also