R&S TSMW-K1
Appendix
User Manual 1503.3776.32 - 08
72
Corresponding C++ command:
int ErrorCode = TSMWConnect_c(
char* IPAddress,
TSMW_IQIF_MODE_t *pTSMWMode,
unsigned short *pTSMWID);
B.7
TSMWExtReEnable
Description:
The function enables or disables usage of external reference clock.
Connect external reference clock before calling the function
If no external reference clock is connected and the function
TSMWExtRefEnable.m
is
executed, measurements on RF 2 will not work.
Therefore the external reference has to be already connected before the function
TSMWExtRefEnable.m
is called.
Command syntax:
[ErrorCode] = TSMWExtRefEnable(TSMWID, Enable);
Parameter(s):
TSMWID
Defines the used R&S TSMW.
Enable
1: Enable usage of external reference clock
0: Disable
Return value(s):
ErrorCode
0 if successful. Otherwise the error code is returned.
Corresponding C++ command:
int ErrorCode = TSMWExtRefEnable_c(
unsigned short TSMWID,
int Enable);
B.8
TSWMGetFIRParam
Description:
The function assists for custom filter design. It calculates the maximum number of
FIR coefficients and an appropriate filter oversampling factor given a specific down
sampling factor. The number of FIR filter tabs is given by
NoOfCoeffs/CoeffOver
.