Rl
SCPI Command :
CALCulate<n>:UNCertainty:MATCh:SOURce:CALibration: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:CALibration:RL value: float = driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.calibration.rl.get(window = repcap.Window.Default)
Defines the return loss at the calibration noise source output. Is available when [SENSe:]CORRection:ENR:COMMon and method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Common.set are off. If a smart noise source is used, the return loss values defined in the SNS table are used.
- 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:CALibration:RL driver.applications.k30NoiseFigure.calculate.uncertainty.match.source.calibration.rl.set(return_loss = 1.0, window = repcap.Window.Default)
Defines the return loss at the calibration noise source output. Is available when [SENSe:]CORRection:ENR:COMMon and method RsFsw.Applications.K30_NoiseFigure.Calculate.Uncertainty.Common.set are off. If a smart noise source is used, the return loss values defined in the SNS table are used.
- param return_loss
Unit: DB
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)