Manual_Power_MeterOpen Method

Opens a power meter session to the specified resource.

Definition

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

Implements

IDeviceOpen(String, String)

See Also