Functions | |
void | dataqsdk::ADChannelCount (const int ChannelCount) |
Number of channels to scan. | |
void | di194_dsdk::ADChannelCount (const int ChannelCount) |
Number of channels to scan. | |
virtual void | dsdk::ADChannelCount (const int ChannelCount) |
Number of channels to scan. | |
void | dataqsdk::ADCounter (const long int Counter) |
virtual void | dsdk::ADCounter (const long int Counter) |
virtual void | dsdk::BurstCounter (const long int BurstCounter) |
void | dataqsdk::BurstCounter (const long int BurstCounter) |
void | dataqsdk::DeviceFile (const char *const DeviceFile) |
Device file path and name used to connect to the device. | |
virtual void | dsdk::DeviceFile (const char *const DeviceFile) |
Device file path and name used to connect to the device. | |
void | di194_dsdk::EventPoint (const long int EventPnt) |
Number of data points required before NewData() fires. | |
void | dataqsdk::EventPoint (const long int EventPnt) |
Number of data points required before NewData() fires. | |
virtual void | dsdk::EventPoint (const long int EventPnt) |
Number of data points required before NewData() fires. | |
void | dataqsdk::MaxBurstRate (const double MaxBurstRt) |
Maximum sampling rate of combined channels. | |
virtual void | dsdk::MaxBurstRate (const double MaxBurstRt) |
Maximum sampling rate of combined channels. | |
void | dataqsdk::ProductName (const char *const ProductName) |
void | dataqsdk::SampleRate (const double SampleRt) |
Requested sample rate. | |
void | di194_dsdk::SampleRate (const double SampleRt) |
Requested sample rate. | |
virtual void | dsdk::SampleRate (const double SampleRt) |
Requested sample rate. | |
void | dataqsdk::TrigHysteresisIdx (const int Hidx) |
virtual void | dsdk::TrigHysteresisIdx (const int Hidx) |
virtual void | dsdk::TrigLevel (const int Level) |
void | dataqsdk::TrigLevel (const int Level) |
void | dataqsdk::TrigMode (const int Mode) |
virtual void | dsdk::TrigMode (const int Mode) |
virtual void | dsdk::TrigPostLength (const int PostLength) |
void | dataqsdk::TrigPostLength (const int PostLength) |
virtual void | dsdk::TrigPreLength (const int PreLength) |
void | dataqsdk::TrigPreLength (const int PreLength) |
void | dataqsdk::TrigScnChnIdx (const int SCidx) |
virtual void | dsdk::TrigScnChnIdx (const int SCidx) |
void | dataqsdk::TrigSlope (const int Slope) |
virtual void | dsdk::TrigSlope (const int Slope) |
void dataqsdk::ADChannelCount | ( | const int | ChannelCount ) | [inherited] |
Overall number of channels to scan.
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
ChannelCount | Number of channels to scan. |
Definition at line 470 of file dataqsdk.cpp.
void di194_dsdk::ADChannelCount | ( | const int | ChannelCount ) | [virtual, inherited] |
Overall number of channels to scan. All digital ports count as one channel here. The digital ports are all either acquiring or not, together. Sets default values for anything affected by changing the number of channels being scanned.
Error Codes set:
EBUSY = Acquiring.
ENOLINK = Device not connected.
EBOUNDS = Parameter out of bounds.
Errors set by Dcmd().
Errors set by Ccmd().
ChannelCount | Number of channels to scan. |
Reimplemented from dsdk.
Definition at line 207 of file di194.cpp.
void dsdk::ADChannelCount | ( | const int | ChannelCount ) | [virtual, inherited] |
Reimplemented in di194_dsdk.
void dataqsdk::ADCounter | ( | const long int | Counter ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Counter | NOT FINISHED |
Definition at line 490 of file dataqsdk.cpp.
void dsdk::ADCounter | ( | const long int | Counter ) | [virtual, inherited] |
void dsdk::BurstCounter | ( | const long int | BurstCounter ) | [virtual, inherited] |
void dataqsdk::BurstCounter | ( | const long int | BurstCounter ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
BurstCounter | NOT FINISHED |
Definition at line 510 of file dataqsdk.cpp.
void dataqsdk::DeviceFile | ( | const char *const | DeviceFile ) | [inherited] |
Error Codes set:
EINVAL = Bad parameter pointer.
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
DeviceFile | Pointer to array containing device file path and name. |
Definition at line 531 of file dataqsdk.cpp.
void dsdk::DeviceFile | ( | const char *const | DeviceFile ) | [virtual, inherited] |
void di194_dsdk::EventPoint | ( | const long int | EventPnt ) | [virtual, inherited] |
void dataqsdk::EventPoint | ( | const long int | EventPnt ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
EventPnt | Number of data points required before NewData() fires. |
Definition at line 558 of file dataqsdk.cpp.
void dsdk::EventPoint | ( | const long int | EventPnt ) | [virtual, inherited] |
Reimplemented in di194_dsdk.
void dataqsdk::MaxBurstRate | ( | const double | MaxBurstRt ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
MaxBurstRt | NOT FINISHED |
Definition at line 578 of file dataqsdk.cpp.
void dsdk::MaxBurstRate | ( | const double | MaxBurstRt ) | [virtual, inherited] |
void dataqsdk::ProductName | ( | const char *const | ProductName ) | [inherited] |
Used to determine the device: properties, abilities, etc.
Error Codes set:
EINVAL = Bad parameter pointer.
ENODEV = Requested device is not yet supported.
ProductName | Pointer to array containing unique name of product. |
Definition at line 599 of file dataqsdk.cpp.
void dataqsdk::SampleRate | ( | const double | SampleRt ) | [inherited] |
Automatically sets the sample rate to min or max if requested value is out of bounds.
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
SampleRt | Requested sample rate. |
Definition at line 656 of file dataqsdk.cpp.
void di194_dsdk::SampleRate | ( | const double | SampleRt ) | [virtual, inherited] |
Automatically sets the sample rate to min or max if requested value is out of bounds.
Error Codes set:
EBUSY = Acquiring.
SampleRt | Requested sample rate. |
Reimplemented from dsdk.
void dsdk::SampleRate | ( | const double | SampleRt ) | [virtual, inherited] |
Reimplemented in di194_dsdk.
void dataqsdk::TrigHysteresisIdx | ( | const int | Hidx ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Hidx | NOT FINISHED |
Definition at line 676 of file dataqsdk.cpp.
void dsdk::TrigHysteresisIdx | ( | const int | Hidx ) | [virtual, inherited] |
void dsdk::TrigLevel | ( | const int | Level ) | [virtual, inherited] |
void dataqsdk::TrigLevel | ( | const int | Level ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Level | NOT FINISHED |
Definition at line 696 of file dataqsdk.cpp.
void dataqsdk::TrigMode | ( | const int | Mode ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Mode | NOT FINISHED |
Definition at line 716 of file dataqsdk.cpp.
void dsdk::TrigMode | ( | const int | Mode ) | [virtual, inherited] |
void dsdk::TrigPostLength | ( | const int | PostLength ) | [virtual, inherited] |
void dataqsdk::TrigPostLength | ( | const int | PostLength ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
PostLength | NOT FINISHED |
Definition at line 776 of file dataqsdk.cpp.
void dsdk::TrigPreLength | ( | const int | PreLength ) | [virtual, inherited] |
void dataqsdk::TrigPreLength | ( | const int | PreLength ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
PreLength | NOT FINISHED |
Definition at line 796 of file dataqsdk.cpp.
void dataqsdk::TrigScnChnIdx | ( | const int | SCidx ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
SCidx | NOT FINISHED |
Definition at line 736 of file dataqsdk.cpp.
void dsdk::TrigScnChnIdx | ( | const int | SCidx ) | [virtual, inherited] |
void dataqsdk::TrigSlope | ( | const int | Slope ) | [inherited] |
Error Codes set:
ENODEV = No device specified.
ENOSYS = Function not supported.
Other codes are device dependent.
Slope | NOT FINISHED |
Definition at line 756 of file dataqsdk.cpp.