 | ChannelAspirate Method (Container, Double, TouchOffParameter, AspirateMode, ErrorRecoveryOptions) |
aspirate with touch off
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void Aspirate(
Container[] cnts,
double[] volumes,
TouchOffParameter parameter,
AspirateMode mode = AspirateMode.Aspiration,
ErrorRecoveryOptions options = null
)
Public Sub Aspirate (
cnts As Container(),
volumes As Double(),
parameter As TouchOffParameter,
Optional mode As AspirateMode = AspirateMode.Aspiration,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Aspirate(
array<Container^>^ cnts,
array<double>^ volumes,
TouchOffParameter^ parameter,
AspirateMode mode = AspirateMode::Aspiration,
ErrorRecoveryOptions^ options = nullptr
)
member Aspirate :
cnts : Container[] *
volumes : float[] *
parameter : TouchOffParameter *
?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.STARLineTouchOffParameter
touch off 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