Check Electrode.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Private Shared Function CheckElectrode ( _
	varX As String, _
	szName As String, _
	Flags As FWintern..::..VariableFlags, _
	dMin As Double, _
	dMax As Double, _
	freqParL As clsFREQUENCY(), _
	freqParR As clsFREQUENCY() _
) As String

Parameters

varX
Type: System..::..String
Value to check.
szName
Type: System..::..String
Name of the Variable/Constant.
Flags
Type: ExpSuite..::..FWintern..::..VariableFlags
Flags of the Variable/Constant.
dMin
Type: System..::..Double
Lower limit
dMax
Type: System..::..Double
Upper limit.
freqParL
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParL"/> documentation for "M:ExpSuite.FWintern.CheckElectrode(System.String,System.String,ExpSuite.FWintern.VariableFlags,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

freqParR
Type: array<clsFREQUENCY>[]()[][]

[Missing <param name="freqParR"/> documentation for "M:ExpSuite.FWintern.CheckElectrode(System.String,System.String,ExpSuite.FWintern.VariableFlags,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Return Value

[Missing <returns> documentation for "M:ExpSuite.FWintern.CheckElectrode(System.String,System.String,ExpSuite.FWintern.VariableFlags,System.Double,System.Double,ExpSuite.clsFREQUENCY[],ExpSuite.clsFREQUENCY[])"]

Remarks