RfConfig#
- class RfConfig(channel: int = 0, input_range: int = -5, output_range: int = 0, center_freq: float = 5000000000.0)[source]#
Bases:
object
RF in- and ouput settings for a sweep
Methods
__init__
([channel, input_range, ...])Attributes
Center Frequency of the analysis band
device channel to be used
maximal Range of the Signal Input power
maximal Range of the Signal Output power
- Parameters:
channel (int) –
input_range (int) –
output_range (int) –
center_freq (float) –