
SC5305A Operating & Programming Manual
Rev 2.1.0
35
Function:
sc5305a_SetStandby
Definition:
int sc5305a_SetStandby(unsigned int *deviceHandle, bool standbyStatus)
Return:
The status of the function
Input:
unsigned int *deviceHandle
(handle to the opened device)
bool standbyStatus
(set to true (1) to set device in standby mode)
Description:
sc5305a_SetStandby
puts the device in standby mode where the power to the analog
circuits is disabled, conserving power.
Function:
sc5305a_SetFrequency
Definition:
int sc5305a_SetFrequency(unsigned int *deviceHandle, unsigned int frequency)
Return:
The status of the function
Input:
unsigned int *deviceHandle
(handle to the opened device)
unsigned int frequency
(frequency in Hz)
Description:
sc5305a_SetFrequency
sets the RF frequency.
Function:
sc5305a_SetAttenuator
Definition:
int sc5305a_SetAttenuator(unsigned int *deviceHandle, unsigned int attenValue,
unsigned int attenuator)
Return:
The status of the function
Input:
unsigned int *deviceHandle
(handle to the opened device)
unsigned int attenValue
(the value assigned to the attenuator)
unsigned int attenuator
(the designated attenuator, see header file)
Description:
sc5305a_SetAttenuator
sets the value of the designated attenuator.
Function:
sc5305a_SetPreamp
Definition:
int sc5305a_SetPreamp(unsigned int *deviceHandle, bool preampStatus)
Return:
The status of the function
Input:
unsigned int *deviceHandle
(handle to the opened device)
bool preampStatus
(turn on/off the preamp)
Description:
sc5305a_SetPreamp
enables or disables the RF preamplifier.