Tx<Antenna>

SCPI Command :

CONFigure:WLAN:SMAPping:TX<ant>
Commands in total: 3
Subgroups: 2
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k91Wlan.configure.wlan.smapping.tx.repcap_antenna_set(repcap.Antenna.Nr1)
get(antenna=Antenna.Default) List[float][source]
# CONFigure:WLAN:SMAPping:TX<ant>
value: List[float] = driver.applications.k91Wlan.configure.wlan.smapping.tx.get(antenna = repcap.Antenna.Default)

This remote control command specifies the mapping for all streams (real & imaginary data pairs) and timeshift for a specified antenna.

Parameters:

antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tx’)

Returns:

stsi: Imag part of the complex element of the STS-Stream

set(stsi: List[float], antenna=Antenna.Default) None[source]
# CONFigure:WLAN:SMAPping:TX<ant>
driver.applications.k91Wlan.configure.wlan.smapping.tx.set(stsi = [1.1, 2.2, 3.3], antenna = repcap.Antenna.Default)

This remote control command specifies the mapping for all streams (real & imaginary data pairs) and timeshift for a specified antenna.

Parameters:
  • stsi – Imag part of the complex element of the STS-Stream

  • antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tx’)

Cloning the Group

# Create a copy of the original group, that exists independently
tx_copy = driver.applications.k91Wlan.configure.wlan.smapping.tx.clone()

Subgroups