Tx

SCPI Command :

CONFigure:SYSTem:RRHead:LO:SOURce:TX
class TxCls[source]

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

get(rrh_name: str) SourceInt[source]
# SCPI: CONFigure:SYSTem:RRHead:LO:SOURce:TX
value: enums.SourceInt = driver.configure.system.rrhead.lo.source.tx.get(rrh_name = 'abc')

No command help available

param rrh_name:

No help available

return:

source: No help available

set(rrh_name: str, source: SourceInt) None[source]
# SCPI: CONFigure:SYSTem:RRHead:LO:SOURce:TX
driver.configure.system.rrhead.lo.source.tx.set(rrh_name = 'abc', source = enums.SourceInt.EXTernal)

No command help available

param rrh_name:

No help available

param source:

No help available