AnalogueData |
Top Previous Next |
Development status
NOT IMPLEMENTED YET.
Message
AnalogueData: <ChannelLabel> <time>,<voltage> <time>,<voltage> <time>,<voltage>…
Originator
Server
Details
This command returns data requested with "AnalogueSampleSignal –OutputTCP". See AnalogueSampleSignal.
ChannelLabel = the label you specified when issuing the AnalogueSampleSignal command. It identifies the channel being sampled.
time = the system time in ms (floating-point to allow for microsecond accuracy), according to Whisker's internal clock (see TimeStamps and ResetClock).
voltage = the sampled value, expressed in the usual way as a voltage (i.e. with a 'V' appended).
Examples
AnalogueData: Bed2_ECG_LeadII 400.0,+0.045V 404.0,+0.045V 408.0,+0.048V 412.0,+0.057V AnalogueData: Bed2_ICP 400.0,-0.23V
See also
|