GET command - FD70

FD70 Configuration and Maintenance Guide

Document code
M212222EN
Revision
J
Language
English
Product
FD70
Document type
User guide

The GET command returns the values of requested parameters. With one single GET command, the response can include:

  • Single parameter
  • Multiple parameters (subgroup)
  • Parameter list (group)

Command:

get <parameter>

Response:

<parameter> <value>[ *]
Name Description Value
parameter Name of group, subgroup, or single parameter See Parameters.
value Value of request parameter
* Indicates that the parameter value differs from the default value

Examples

  • Requesting information about the port speed:

    Command:

    get com1.comm.baud

    Response:

    com1.comm.baud 9600
  • Requesting values of the parameter subgroup, for example, the communication parameters of COM1:

    Command:

    get com1.comm

    Response:

    com1.comm.baud 9600
    com1.comm.data 8
    com1.comm.parity N *
    com1.comm.stop 1