Tx

SCPI Command :

[SOURce<HW>]:BB:ATSM:TX:ADDRess
class TxCls[source]

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

get_address() int[source]
# SCPI: [SOURce<HW>]:BB:ATSM:TX:ADDRess
value: int = driver.source.bb.atsm.tx.get_address()

Sets the TX address that underlays the RF signal as a watermark.

return:

tx_addr: integer Range: 0 to 4095

set_address(tx_addr: int) None[source]
# SCPI: [SOURce<HW>]:BB:ATSM:TX:ADDRess
driver.source.bb.atsm.tx.set_address(tx_addr = 1)

Sets the TX address that underlays the RF signal as a watermark.

param tx_addr:

integer Range: 0 to 4095