niSync_CalGetClk10PhaseVoltage

C Function Prototype

ViStatus niSync_CalGetClk10PhaseVoltage (ViSession vi, ViReal64* voltage);

Purpose

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  
  • You do not need a calibration password to use this function. You can invoke this function with an instrument handle created with either niSync_init or niSync_InitExtCal.
  • If you adjust the Clk10 phase voltage using niSync_CalAdjustClk10PhaseVoltage as part of an open session, this function returns the new Clk10 phase voltage value you set using niSync_CalAdjustClk10PhaseVoltage.

Parameters

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.

Return Values