AMETEK BPS Series Programming Manual User Manual

Page 117

Advertising
background image

BPS / MX / RS Series SCPI Programming Manual

AMETEK Programmable Power

Manual P/N 7003-961 Rev. AA

117

4.24

System Commands

The system commands control the system-level functions of the AC/DC Source.

Subsystem Syntax

SYSTem

:ERRor?

Returns the error number and error string

:VERSion?

Returns the SCPI version number

:HISTory

[:RECords]?

Return record data for the source when fault occurs

:LOCal

Go to local mode (RS-232 only)

:REMote

Go to remote mode (RS-232 only)

:CONFigure

Set system configuration, password required

[:BYTE]

NOUT

Set the number of output phases (one or three) if
the mode option is available

:ETIMe?

Returns the elapse time

:TEMPerature

Returns the internal ambient temperature in °C

:COMMunicate
:GPIB

:ADDRess

Set

GPIB

address

:LAN

:ADDRess

Set LAN IP address

:APPLy

Apply the change in setting

:CLASs

Set

LAN

Host

bits

:DEFault

Set LAN to a default known setting

:DESCription

Set

user

description

:DNSaddress

Set LAN DNS address

:GWADdress

Set

LAN

Gateway

:HOST

Set

the

Host

name.

:PASSword

Set

LAN

password

:PORT

Set LAN socket port address

:SERial
:BAUD

Set

the

baud

rate

:PARity

Set

the

parity

type

:BITS

Set

number

of

bits

:SBITs

Set number of stop bits

SYSTem:ERRor?

This query returns the next error number followed by its corresponding error message string
from the remote programming error queue. The queue is a FIFO (first-in, first-out) buffer that
stores errors as they occur. As it is read, each error is removed from the queue. When all
errors have been read, the query returns 0,No Error. If more errors are accumulated than
the queue can hold, the last error in the queue is -350,Too Many Errors.

Query Syntax

SYSTem:ERRor?

Parameters None
Returned Parameters

<NR1>,<SRD>

Example SYST:ERR?

SYSTem:VERSion?

Advertising