Rx

SCPI Command :

[CONFigure]:TENVironment:SPATh:ATTenuation:RX
class RxCls[source]

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

get(name_signal_path: str) float[source]
# SCPI: [CONFigure]:TENVironment:SPATh:ATTenuation:RX
value: float = driver.configure.tenvironment.spath.attenuation.rx.get(name_signal_path = 'abc')

No command help available

param name_signal_path:

No help available

return:

value: No help available

set(name_signal_path: str, value: float) None[source]
# SCPI: [CONFigure]:TENVironment:SPATh:ATTenuation:RX
driver.configure.tenvironment.spath.attenuation.rx.set(name_signal_path = 'abc', value = 1.0)

No command help available

param name_signal_path:

No help available

param value:

No help available