 | 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 volume,
TouchOffParameter parameter,
AspirateMode mode = AspirateMode.Aspiration,
ErrorRecoveryOptions options = null
)
Public Sub Aspirate (
cnts As Container(),
volume As Double,
parameter As TouchOffParameter,
Optional mode As AspirateMode = AspirateMode.Aspiration,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Aspirate(
array<Container^>^ cnts,
double volume,
TouchOffParameter^ parameter,
AspirateMode mode = AspirateMode::Aspiration,
ErrorRecoveryOptions^ options = nullptr
)
member Aspirate :
cnts : Container[] *
volume : 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 - volume
- Type: SystemDouble
liquid volume - 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