Rl

SCPI Commands

CALCulate<Window>:UNCertainty:MATCh:SOURce:RL
class RlCls[source]

Rl commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:UNCertainty:MATCh:SOURce:RL
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.rl.get(window = repcap.Window.Default)

This command 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.

param window

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

return

return_loss: Unit: DB

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

This command 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.

param return_loss

Unit: DB

param window

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