![VXI GPIB-VXI Скачать руководство пользователя страница 51](http://html1.mh-extra.com/html/vxi/gpib-vxi/gpib-vxi_user-manual_1057860051.webp)
Chapter 3
Local Command Set
© National Instruments Corporation
3-9
GPIB-VXI User Manual
OBram?
Purpose:
Get the amount of RAM installed onboard the GPIB-VXI.
Query
Syntax:
OBram?
Response:
Program
response:
<memsize>
<CRLF>
where
<memsize>
is the amount of installed RAM, in K.
Console
response:
This GPIB-VXI has <expression> of RAM installed onboard.
<CRLF>
where
<expression>
is the amount of installed RAM.
ProgMode
Purpose:
Enable or disable the program data mode.
Command
Syntax:
ProgMode <boolean>
Action:
If
<boolean>
is TRUE,
ProgMode
enables program format responses for the
command source issuing the command.
If
<boolean>
is FALSE,
ProgMode
disables program format responses for the
command source issuing the command.
The program response mode applies only to the response path connected to the
ProgMode
command source. For example, disabling the program response
mode from the GPIB port does not affect the response mode on the serial port.
Examples:
Disable program format responses.
ProgMode 0
Enable program format responses.
ProgMode 1