Rx

SCPI Command :

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

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

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

No command help available

param name_signal_path:

No help available

return:

correction_table: No help available

set(name_signal_path: str, correction_table: List[str]) None[source]
# SCPI: [CONFigure]:TENVironment:SPATh:CTABle:RX
driver.configure.tenvironment.spath.correctionTable.rx.set(name_signal_path = 'abc', correction_table = ['abc1', 'abc2', 'abc3'])

No command help available

param name_signal_path:

No help available

param correction_table:

No help available