Tmode

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:TMODe:NOANtennas
class TmodeCls[source]

Tmode commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_no_antennas() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:TMODe:NOANtennas
value: int = driver.configure.tmode.get_no_antennas()

Gets/sets the number of TX antennas contributing to the MIMO training signal.

return:

no_of_antennas: 1 to 8

set_no_antennas(no_of_antennas: int) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:TMODe:NOANtennas
driver.configure.tmode.set_no_antennas(no_of_antennas = 1)

Gets/sets the number of TX antennas contributing to the MIMO training signal.

param no_of_antennas:

1 to 8

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.tmode.clone()

Subgroups