|
API C#
|
Public Member Functions | |
| override void | Init () |
| Initialize all member of the instance. More... | |
| override bool | EvaluateInstruction () |
| Evaluates the instruction and return the result. More... | |
| override CTest | GetTestStructure () |
| This method extracts a CTest structure from the current instruction. More... | |
Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CDaqInstruction | |
| override void | Init () |
| Initialize all members of the instance. More... | |
| override void | ResetInstruction () |
| This method reset the current instruction. More... | |
| override bool | EvaluateInstruction () |
| Evaluates the instruction and return the result. More... | |
| override CTest | GetTestStructure () |
| This method extracts a CTest structure from the current instruction. More... | |
Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction | |
| CBasicInstruction () | |
| Initializes a new instance of the CBasicInstruction class. More... | |
Additional Inherited Members | |
Properties inherited from Kinova.DLL.TestData.Instruction.CDaqInstruction | |
| bool | DAQIsStreaming [get, set] |
| List< float > | DAQMultiplicatorList [get, set] |
| int | DAQLowChannel [get, set] |
| int | DAQHighChannel [get, set] |
| List< string > | DAQReadingTypeList [get, set] |
| int | DAQSampleQuantity [get, set] |
| int | DAQTime [get, set] |
| List< string > | DAQRangeUpperList [get, set] |
| List< string > | DAQRangeLowerList [get, set] |
| List< string > | DAQMaxValueList [get, set] |
| List< string > | DAQMinValueList [get, set] |
| List< string > | DAQAverageValueList [get, set] |
| int | DAQReadingRange [get, set] |
| int | DAQRate [get, set] |
|
virtual |
Evaluates the instruction and return the result.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
virtual |
This method extracts a CTest structure from the current instruction.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.
|
virtual |
Initialize all member of the instance.
Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.