Manual_Power_Meter(String, String) Constructor

Creates 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 Manual_Power_Meter(
	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