Click or drag to resize

STARCommandInit Method (Int32, Boolean, String)

Initialize the instrument control

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void Init(
	int cmdRunHWnd,
	bool simulation = false,
	string runName = "VenusWrapper"
)

Parameters

cmdRunHWnd
Type: SystemInt32
parent window handler
simulation (Optional)
Type: SystemBoolean
simulation mode
runName (Optional)
Type: SystemString
See Also