Tx

SCPI Command :

[CONFigure]:TENVironment:SPATh:ATTenuation:TX
class TxCls[source]

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

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

Assigns a frequency-independent correction value to the TX direction or RX direction of a connection. The directions refer to the instrument (TX/RX of the instrument) .

param name_signal_path:

Name of the connection

return:

value: Attenuation

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

Assigns a frequency-independent correction value to the TX direction or RX direction of a connection. The directions refer to the instrument (TX/RX of the instrument) .

param name_signal_path:

Name of the connection

param value:

Attenuation