ViStatus niSync_CalGetClk10PhaseVoltage (ViSession vi, ViReal64* voltage);
Reads the Clk10 phase voltage value, in volts, currently stored on the specified device's non-volatile onboard memory.
You can adjust this value using niSync_CalAdjustClk10PhaseVoltage. Use this function in conjunction with the other NI-Sync external calibration functions to determine if the 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 current Clk10 phase voltage, in volts, stored on the device's non-volatile onboard memory. |