Click or drag to resize

STARCommandInit Method (String, 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(
	string cmdRunDeckLayoutFile,
	int cmdRunHWnd = 0,
	bool simulation = false,
	string runName = "VenusWrapper"
)

Parameters

cmdRunDeckLayoutFile
Type: SystemString
deck layout file path
cmdRunHWnd (Optional)
Type: SystemInt32
parent window handler
simulation (Optional)
Type: SystemBoolean
simulation mode
runName (Optional)
Type: SystemString
See Also