Click or drag to resize

STARCommandInitialize Method

Intialize the instrument

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Initialize(
	bool alwayInitialize = false,
	ErrorRecoveryOptions options = null
)

Parameters

alwayInitialize (Optional)
Type: SystemBoolean
allways intialize
options (Optional)
Type: Huarui.STARLineErrorRecoveryOptions
Error handling options
Exceptions
ExceptionCondition
STARExceptiondevice error will be throwed with STARException
See Also