HP Drive Manual de usuario Pagina 20

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 114
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 19
20
Chapter 2
Initialize the Instrument
You can now write the main constructs for your program.
Below the smart pointer statement, type
dmm->Initialize("GPIB::23", false, true, "simulate=true");
Note
: As soon as you type
->
, Intellisense displays options and helps ensure you
use correct syntax and values.
Configure the Instrument
To set the range to 1.5 volts and resolution to 0.001 volts, type
dmm->Configure(IviDmmFunctionDCVolts, 1.5, 0.001);
Set the Trigger Delay
To set the trigger delay to 0.01 seconds, type
dmm->Trigger->Delay = 0.01;
Vista de pagina 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 113 114

Comentarios a estos manuales

Sin comentarios