API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.TestData.Instruction.CDaqInstruction Class Reference
Inheritance diagram for Kinova.DLL.TestData.Instruction.CDaqInstruction:
Kinova.DLL.TestData.Instruction.CBasicInstruction Kinova.DLL.TestData.Instruction.CDaqBurstReadInstruction Kinova.DLL.TestData.Instruction.CDaqSingleReadInstruction Kinova.DLL.TestData.Instruction.CDaqStartStreamingInstruction

Public Member Functions

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...
 

Properties

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]
 
- Properties inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction
CInstructionDataTypes.InstructionType Type [get, set]
 The type of test instruction. More...
 
List< int > Index [get, set]
 Index of the instruction listed by the level of indexation. More...
 
string Title [get, set]
 The title of the test instruction. Basically, this is what you will be displayed More...
 
bool HasBeenExecuted [get, set]
 Indicates if the instruction has been executed. More...
 
bool IsSub [get, set]
 Indicates if this instruction is a sub instruction More...
 
string Comment [get, set]
 A general comment about the instruction. More...
 
DateTime StartTime [get, set]
 A timestamp to store the starttime of the instruction. More...
 
DateTime StopTime [get, set]
 A timestamp to store the starttime of the instruction. More...
 
bool Result [get, set]
 Indicates if the instruction PASSED or FAILED. More...
 

Member Function Documentation

override bool Kinova.DLL.TestData.Instruction.CDaqInstruction.EvaluateInstruction ( )
virtual
override CTest Kinova.DLL.TestData.Instruction.CDaqInstruction.GetTestStructure ( )
virtual

This method extracts a CTest structure from the current instruction.

Returns

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.

Reimplemented in Kinova.DLL.TestData.Instruction.CDaqStartStreamingInstruction, and Kinova.DLL.TestData.Instruction.CDaqSingleReadInstruction.

override void Kinova.DLL.TestData.Instruction.CDaqInstruction.Init ( )
virtual
override void Kinova.DLL.TestData.Instruction.CDaqInstruction.ResetInstruction ( )
virtual

This method reset the current instruction.

Returns

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.


The documentation for this class was generated from the following file: