IviDmm Get Aperture Time Info
IviDmmDeviceInfo Capability Group [DI]
This VI returns additional information about the state of the instrument. Specifically, it returns the aperture time and the aperture time units.
instrument handle The instrument handle that you obtain from the IviDmm Initialize or IviDmm Initialize With Options VI. | |
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviDmm Initialize or IviDmm Initialize With Options VI. | |
aperture time (sec) Returns the value of the IviDmm Aperture Time [DI] property.
The units of this property depend on the value of the IviDmm Aperture Time Units [DI] property. |
|
aperture time units Returns the value of the IviDmm Aperture Time Units [DI] property.
Defined Return Values: IVIDMM_VAL_SECONDS (0)—Seconds IVIDMM_VAL_POWER_LINE_CYCLES (1)—Powerline cycles |
|
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |