configure_channel#
- SGChannel.configure_channel(*, enable: bool, output_range: int, center_frequency: float, rf_path: bool) None [source]#
Configures the RF input and output.
- Parameters:
enable (bool) – Flag if the signal output should be enabled.
output_range (int) – Maximal range of the signal output power in dBm
center_frequency (float) – Center frequency before modulation
rf_path (bool) – Flag if the RF(True) or LF(False) path should be configured.
- Return type:
None