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_freq

Center Frequency of the analysis band

channel

device channel to be used

input_range

maximal Range of the Signal Input power

output_range

maximal Range of the Signal Output power

Parameters:
  • channel (int) –

  • input_range (int) –

  • output_range (int) –

  • center_freq (float) –