Agilent Technologies PSG Manual de instrucciones Pagina 166

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 362
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 165
Command Reference
SCPI Basics
Chapter 4152
Quote Usage with SCPI Commands
As a general rule, programming languages require that SCPI commands be enclosed in double
quotes as shown in the following example:
":FM:EXTernal:IMPedance 600"
However, when a string is the parameter for a SCPI command, additional quotes or other
delimiters may be required to identify the string. Your programming language may use two
sets of double quotes, one set of single quotes, or back slashes with quotes to signify the string
parameter. The following examples illustrate these different formats:
"MEMory:LOAD:LIST ""myfile""" used in BASIC programming languages
"MEMory:LOAD:LIST \"myfile\"" used in C, C++, Java, and PERL
"MEMory:LOAD:LIST ’myfile’" accepted by most programming languages
Consult your programming language reference manual to determine the correct format.
Vista de pagina 165
1 2 ... 161 162 163 164 165 166 167 168 169 170 171 ... 361 362

Comentarios a estos manuales

Sin comentarios