IDeviceOpen Method

Opens a Device session to the specified resource.

Definition

Namespace: Metas.Instr.Driver
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
void Open(
	string resourceName,
	string idName = null
)

Parameters

resourceName  String
String that describes a unique VISA resource.
idName  String  (Optional)
String that describes the instrument identification.

See Also