AnalogueLoadBuffer

Top  Previous  Next

Development status

 

NOT IMPLEMENTED YET.

 

Message

 

AnalogueLoadBuffer <linenumber>|<alias> <buffername> <filename>

 

Originator

 

Client

 

Response

 

SyntaxError: insufficient parameters to AnalogueLoadBuffer

SyntaxError: invalid parameters to AnalogueLoadBuffer

Error: can't find data file

Error: invalid analogue data file

Error: no such analogue output channel

Info: loaded data as buffer <buffername>

 

Response (immediate socket)

 

Success

Failure

 

Details

 

Creates a buffer for use with channel linenumber by loading a file from disk. The file should contain data with one value per line; lines beginning with '#' are treated as comments and ignored. For example:

 

# Voltage waveform for fast cyclic voltammetry sweep.

# Intended to be swept at 300 V/s, so 30 kHz (10 mV step).

0.0V

0.010V

0.020V

0.030V

0.040V

...