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