Rl

SCPI Command :

CALCulate<n>:UNCertainty:MATCh:SOURce:RL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:UNCertainty:MATCh:SOURce:RL
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.rl.get(window = repcap.Window.Default)

Defines the return loss at the noise source output. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the return loss values defined in the SNS table are used.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

return_loss: Unit: DB

set(return_loss: float, window=Window.Default) None[source]
# CALCulate<n>:UNCertainty:MATCh:SOURce:RL
driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.rl.set(return_loss = 1.0, window = repcap.Window.Default)

Defines the return loss at the noise source output. If the noise sources during calibration and measurement are different, the command defines the uncertainty of the measurement noise source. If a smart noise source is used, the return loss values defined in the SNS table are used.

Parameters:
  • return_loss – Unit: DB

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)