 | 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)
Syntaxpublic void Aspirate(
Container[] cnts,
double[] volumes,
LLDsParameter parameter,
AspirateMode mode = AspirateMode.Aspiration,
ErrorRecoveryOptions options = null
)
Public Sub Aspirate (
cnts As Container(),
volumes As Double(),
parameter As LLDsParameter,
Optional mode As AspirateMode = AspirateMode.Aspiration,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Aspirate(
array<Container^>^ cnts,
array<double>^ volumes,
LLDsParameter^ parameter,
AspirateMode mode = AspirateMode::Aspiration,
ErrorRecoveryOptions^ options = nullptr
)
member Aspirate :
cnts : Container[] *
volumes : float[] *
parameter : LLDsParameter *
?mode : AspirateMode *
?options : ErrorRecoveryOptions
(* Defaults:
let _mode = defaultArg mode AspirateMode.Aspiration
let _options = defaultArg options null
*)
-> unit
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
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also