Admin Production ni-theme
Current Publication

Configure Sample Clock [SC]

IVI Compliance Package

IviDigitizer Configure Sample Clock [SC]

IviDigitizerSampleClock Capability Group

Configures the sample clock of the digitizer.

IviDigitizer Configure Sample Clock [SC].vi

cdbl Divider (1.0) Specifies the value by which the external sample clock should be divided. This value is used only if the Sample Clock Source input is set to External.

Default Value: 1.0

civrn instrument handle The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ci32 Sample Clock Source (Internal) Specifies the source of the sample clock signal. The driver uses this value to set the IviDigitizer Sample Clock Source property.

Valid Values:

- IVIDIGITIZER_VAL_SAMPLE_CLOCK_SOURCE_INTERNAL (0)

The internal sample clock is used.

- IVIDIGITIZER_VAL_SAMPLE_CLOCK_SOURCE_EXTERNAL (1)

An external sample clock is used.

Default Value: VIDIGITIZER_VAL_SAMPLE_CLOCK_SOURCE_INTERNAL

cdbl Frequency (1.0e6) Specifies the frequency of the external sample clock. This input is used only if the IviDigitizer Sample Clock Source property is set to external. The driver uses this value to set the IviDigitizer Sample Clock External Frequency property.

Unit: Hertz

Default Value: 1.0e6

cerrcodeclst 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.

iivrn instrument handle out The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ierrcodeclst 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.