![Agilent Technologies 4155B Скачать руководство пользователя страница 30](http://html1.mh-extra.com/html/agilent-technologies/4155b/4155b_user-manual_2867863030.webp)
2-10
Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
Driver Functions
hp4156b_clearSampleSync
hp4156b_clearSampleSync
This function clears the settings of the constant voltage/current source defined by
the hp4156b_addSampleSyncIv function, and the settings of the pulse source
defined by the hp4156b_addSampleSyncPulse function.
Syntax
ViStatus _VI_FUNC hp4156b_clearSampleSync(ViSession vi);
Parameters
vi
Instrument handle returned from hp4156b_init( ).
hp4156b_clearStressSync
This function clears the settings of the stress sources defined by the
hp4156b_addStressSyncIv function and the hp4156b_addStressSyncPulse function.
Syntax
ViStatus _VI_FUNC hp4156b_clearStressSync(ViSession vi);
Parameters
vi
Instrument handle returned from hp4156b_init( ).
hp4156b_close
This function terminates the software connection to the instrument and deallocates
system resources. It is generally a good programming habit to close the instrument
handle when the program is done using the instrument.
Syntax
ViStatus _VI_FUNC hp4156b_close(ViSession vi);
Parameters
vi
Instrument handle returned from hp4156b_init( ).
hp4156b_cmd
This function passes the cmd_str string to the instrument. Must be a NULL
terminated C string.
Syntax
ViStatus _VI_FUNC hp4156b_cmd(ViSession vi, ViString cmd_str);
Parameters
vi
Instrument handle returned from hp4156b_init( ).
cmd_str
Instrument command (cannot exceed 256 bytes in length).
Содержание 4155B
Страница 6: ...6 Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4...
Страница 13: ...Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4 1 Installation...
Страница 20: ...1 8 Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4 Installation Installing 4155B 4156B Driver...
Страница 21: ...Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4 2 Driver Functions...
Страница 95: ...Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4 3 Programming Examples Using HP VEE...
Страница 141: ...Agilent 4155B 4156B VXIplug play Driver User s Guide Edition 4 4 Sample Application Programs for HP VEE...