R&S TSMW-K1
Structures
Structure: MeasCtrl
User Manual 1503.3776.32 - 08
30
7.1.3
MeasCtrl values for capacity request for RF channels
Description:
These fields contains information about the requested receiver capacity and the
desired observation time window.
Field(s):
Frontends
Specifies which frontend to use.
1: Frontend 1
2: Frontend 2
3: Both frontends
Capacity
Requested receiver capacity in % .
The actual percentage a receiver resource will get is
given by
resources)
all
of
capacity
of
(Sum
receiver)
the
of
(Capacity
The sum capacity can be larger than 100%.
ObservationTime
Observation time window in ms. Only measurements
that were taken in the last
<ObservationTime>
ms will
count for the current resource usage
C++ structure:
typedef struct TSMW_IQIF_RESOURCE_PARAM
{ unsigned char Frontends; unsigned char Capacity;
unsigned long ObservationTime;
}TSMW_IQIF_RESOURCE_PARAM_t;