ViStatus niSync_CalGetOscillatorVoltage (ViSession vi, ViReal64* voltage);
Reads the voltage that controls the oscillator frequency currently stored on the specified device's non-volatile onboard memory.
You can adjust the oscillator voltage using niSync_CalAdjustOscillatorVoltage during an external calibration session. Use this function in conjunction with other NI-Sync external calibration functions to determine if your device needs an external calibration session.
![]() |
Note
|
Name | Type | Description |
---|---|---|
vi | ViSession | The session handle that you obtain from niSync_init or niSync_InitExtCal. The handle identifies a particular instrument session. |
voltage | ViReal64 | Returns the oscillator voltage, in volts, currently stored in the device's non-volatile onboard memory. |