IDeviceOpen Method
Opens a Device session to the specified resource.
Namespace: Metas.Instr.DriverAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
void Open(
string resourceName,
string idName = null
)
Sub Open (
resourceName As String,
Optional idName As String = Nothing
)
void Open(
String^ resourceName,
String^ idName = nullptr
)
abstract Open :
resourceName : string *
?idName : string
(* Defaults:
let _idName = defaultArg idName null
*)
-> unit
Parameters
- resourceName String
- String that describes a unique VISA resource.
- idName String (Optional)
- String that describes the instrument identification.