I have a question related to the convention of the data type descriptor in the v3.00.
For me it is not really clear, which datatyp signifies what. For example the event test is defined in the ProcEvents.vi of the CSInstrSim class. A type description of the return value is given as: (I:1). I now that this is a 32bit-integer value. Double precision is given by "D:1" and an array by "D:N". But what for example is "C"?
I don't know, whether it is necessary, but for me it would be helpful to have a small overview about the different descriptors.
Best regards
Falk alias Endanwender
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Falk,
please have a look at the context help of _Data Descriptor_ of control _new events_ in _BaseProcess.evt create.vi_. There you find the explanation.
Holger
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody!
I have a question related to the convention of the data type descriptor in the v3.00.
For me it is not really clear, which datatyp signifies what. For example the event test is defined in the ProcEvents.vi of the CSInstrSim class. A type description of the return value is given as: (I:1). I now that this is a 32bit-integer value. Double precision is given by "D:1" and an array by "D:N". But what for example is "C"?
I don't know, whether it is necessary, but for me it would be helpful to have a small overview about the different descriptors.
Best regards
Falk alias Endanwender
Hi Falk,
please have a look at the context help of _Data Descriptor_ of control _new events_ in _BaseProcess.evt create.vi_. There you find the explanation.
Holger
Moin Holger!
Thank you for the fast answer.
Falk