IECalOverVnaGetStateData Method
            Returns the data for a state from the memory of the selected ECal module.
            
Namespace: Metas.Instr.Driver.ECUAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.9.9438.25104
double[,] GetStateData(
	string path,
	int state
)
Function GetStateData ( 
	path As String,
	state As Integer
) As Double(,)
array<double,2>^ GetStateData(
	String^ path, 
	int state
)
abstract GetStateData : 
        path : string * 
        state : int -> float[,] 
- path  String
 - 
            Name of the path for which to read number of states.
            Reflection paths: A, B
            Transmission paths: AB
            
 - state  Int32
 - 
            Number of the state to set.
            
 
Double