Programming Message Format
- Updated2024-03-18
- 1 minute(s) read
Programming Message Format
Each programming message is terminated with a carriage return (<CR>), a linefeed (<LF>), or a carriage return followed by a linefeed (<CR><LF>). This is denoted by <CR> in the syntax portions of the function descriptions and by \r in the NI-VISA examples.
You can enter programming messages in any combination of uppercase and lowercase letters.