Command Reference - Base Software
R&S
®
CMW500
202User Manual 1173.9463.02 ─ 06
CLEar:BASE:BUFFer '<BufferLabel>'
Clears the contents of a buffer, maintaining the buffer for further program execution. Use
DELete:BASE:BUFFer to delete the buffer.
Parameters:
'<BufferLabel>' String parameter, used to identify the buffer in all buffer commands
Example:
See Buffer Programming Example
Usage: Event
Firmware/Software: V2.1.10
CONTinue:
BASE:BUFFer '<BufferLabel>'
Re-activates a buffer which was intermediately de-activated (STOP:BASE:BUFFer). The
R&S CMW500 will continue writing data to the buffer.
Parameters:
'<BufferLabel>' String parameter, used to identify the buffer in all buffer commands
Example:
See Buffer Programming Example
Usage: Event
Firmware/Software: V2.1.10
DELete:BASE:BUFFer '<BufferLabel>'
Deletes a buffer. Use CLEar:BASE:BUFFer to delete the buffer contents, maintaining
the buffer for further program execution.
Parameters:
'<BufferLabel>' String parameter, used to identify the buffer in all buffer commands
Example:
See Buffer Programming Example
Usage: Event
Firmware/Software: V2.1.10
FETCh:BASE:BUFFer? '<BufferLabel>', <LineNo>
Reads the contents of the buffer line with number <LineNo>. Buffer contents are stored
line by line: Every program line in a command macro containing queries generates a
single new buffer line. The queries are not stored together with the results.
Reading buffer contents is non-destructive. The lines can be read in arbitrary order.
Query parameters:
'<BufferLabel>' String parameter, used to identify the buffer in all buffer commands
<LineNo> Line of results in the buffer
Instrument-Control Commands