Rl

SCPI Command :

CALCulate<n>:UNCertainty:MATCh:DUT:IN: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:DUT:IN:RL
value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.dut.inputPy.rl.get(window = repcap.Window.Default)

Defines the return loss at the DUT input.

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:DUT:IN:RL
driver.applications.k30NoiseFigure.calculate.uncertainty.match.dut.inputPy.rl.set(return_loss = 1.0, window = repcap.Window.Default)

Defines the return loss at the DUT input.

param return_loss

Unit: DB

param window

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