ToolsTestVISA_Performance Method
Test VISA Performance
Namespace: Metas.Instr.DriverAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
public static double[] TestVISA_Performance(
string driver,
string rn,
int n = 100,
bool showMsgBox = true
)
Public Shared Function TestVISA_Performance (
driver As String,
rn As String,
Optional n As Integer = 100,
Optional showMsgBox As Boolean = true
) As Double()
public:
static array<double>^ TestVISA_Performance(
String^ driver,
String^ rn,
int n = 100,
bool showMsgBox = true
)
static member TestVISA_Performance :
driver : string *
rn : string *
?n : int *
?showMsgBox : bool
(* Defaults:
let _n = defaultArg n 100
let _showMsgBox = defaultArg showMsgBox true
*)
-> float[]
- driver String
- Driver
- rn String
- Resource Name
- n Int32 (Optional)
- N Identification Queries
- showMsgBox Boolean (Optional)
- Show Message Box
DoubleElapsed Time / ms