Sc5511A_Get_Rf_Parameters; Sc5511A_Get_Signal_Phase; Sc5511A_Get_Device_Status; Sc5511A_Get_Device_Info - SIGNALCORE SC5511A Operating & Programming Manual

100 mhz to 20 ghz rf signal source
Table of Contents

Advertisement

Function:

sc5511a_get_rf_parameters

Definition:
int
sc5511a_get_rf_parameters(sc5511a_device_handle_t*dev_handle,
Input:
sc5511a_device_handle_t*dev_handle
rf_params_t
Description:
sc5511a_get_rf_parameters gets the current RF parameters such as RF1 frequency, RF2
frequency, and sweep start frequency, etc.
Function:

sc5511a_get_signal_phase

Definition:
int
sc5511a_get_signal_phase
Input:
sc5511a_device_handle_t
float
*phase
Description:
sc5511a_get_signal_phase obtains the current relative phase of the signal on CH1.
Function:

sc5511a_get_device_status

Definition:
int
sc5511a_get_device_status(sc5511a_device_handle_t*dev_handle,
Input:
sc5511a_device_handle_t*dev_handle
device_status_t
Description:
sc5511a_get_device_status gets the current device status such as the PLL lock status,
sweep modes, and other operating conditions.
Example:
Code showing how to use function:
device_status_t
*dev_status;
dev_status =
(device_status_t
sc5511a_get_device_status
int
status =
if(dev_status->pll_status.ref_100_pll_ld)
printf("The 100 MHz is phase-locked
else
printf("The 100 MHz is not phase-locked
free(deviceStatus);
Function:

sc5511a_get_device_info

Definition:
int
sc5511a_get_device_info(sc5511a_device_handle_t*dev_handle,
Input:
sc5511a_device_handle_t*dev_handle
Output:
device_info_t
SC5511A User Manual
*rf_params
(sc5511a_device_handle_t
*dev_handle
*device_status
*)malloc(sizeof(device_status_t));
(dev_handle, dev_status);
\n");
\n");
*device_info
Rev 1.7.0
rf_params_t
*rf_params)
(handle to the opened device)
(rf_params)
dev_handle,
*
float
(handle to the opened device)
device_status_t
*device_status)
(handle to the opened device)
(current device status)
device_info_t
*device_info)
(handle to the opened device)
(device information)
*phase)
(phase)
37

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SC5511A and is the answer not in the manual?

Table of Contents