Test_VNA(String, String) Constructor

Creates a VNA session to the specified resource.

Definition

Namespace: Metas.Instr.Driver.Vna
Assembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
C#
public Test_VNA(
	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