 | STARCommandInitialize Method |
Intialize the instrument
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void Initialize(
bool alwayInitialize = false,
ErrorRecoveryOptions options = null
)
Public Sub Initialize (
Optional alwayInitialize As Boolean = false,
Optional options As ErrorRecoveryOptions = Nothing
)
public:
void Initialize(
bool alwayInitialize = false,
ErrorRecoveryOptions^ options = nullptr
)
member Initialize :
?alwayInitialize : bool *
?options : ErrorRecoveryOptions
(* Defaults:
let _alwayInitialize = defaultArg alwayInitialize false
let _options = defaultArg options null
*)
-> unit
Parameters
- alwayInitialize (Optional)
- Type: SystemBoolean
allways intialize - options (Optional)
- Type: Huarui.STARLineErrorRecoveryOptions
Error handling options
ExceptionsException | Condition |
---|
STARException | device error will be throwed with STARException |
See Also