 | ChannelEjectTip Method (Container, ErrorRecoveryOptions) |
Eject tips to containers
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void EjectTip(
Container[] tips,
ErrorRecoveryOptions options = null
)
Public Sub EjectTip (
tips As Container(),
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void EjectTip(
array<Container^>^ tips,
ErrorRecoveryOptions^ options = nullptr
)
member EjectTip :
tips : Container[] *
?options : ErrorRecoveryOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
Parameters
- tips
- Type: Huarui.STARLineContainer
containers to drop the tips - options (Optional)
- Type: Huarui.STARLineErrorRecoveryOptions
error handling options
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also