Manual_Power_Meter(String, String) Constructor
Creates a power meter session to the specified resource.
Namespace: Metas.Instr.Driver.PowerMeterAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
public Manual_Power_Meter(
string resourceName,
string idName = null
)
Public Sub New (
resourceName As String,
Optional idName As String = Nothing
)
public:
Manual_Power_Meter(
String^ resourceName,
String^ idName = nullptr
)
new :
resourceName : string *
?idName : string
(* Defaults:
let _idName = defaultArg idName null
*)
-> Manual_Power_Meter
Parameters
- resourceName String
- String that describes a unique VISA resource.
- idName String (Optional)
- String that describes the instrument identification.