 | ChannelSetTipTrackSpeed Method |
set speed factor for pipetting
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void SetTipTrackSpeed(
double factor
)
Public Sub SetTipTrackSpeed (
factor As Double
)
public:
void SetTipTrackSpeed(
double factor
)
member SetTipTrackSpeed :
factor : float -> unit
Parameters
- factor
- Type: SystemDouble
Speed Factor. Default set to 1 (one). Enter a value smaller than one to slow down respectively a value greater than one to speed up tip tracking during aspiration or dispensation. Considered resolution is 0.01.
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also