HP Drive Manual do Utilizador Página 20

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 114
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 113 114

Comentários a estes Manuais

Sem comentários