Tx<Channel>

RepCap Settings

# Range: Ch1 .. Ch64
rc = driver.applications.k91Wlan.configure.wlan.smapping.tx.repcap_channel_get()
driver.applications.k91Wlan.configure.wlan.smapping.tx.repcap_channel_set(repcap.Channel.Ch1)

SCPI Command :

CONFigure:WLAN:SMAPping:TX<ch>
class TxCls[source]

Tx commands group definition. 3 total commands, 2 Subgroups, 1 group commands Repeated Capability: Channel, default value after init: Channel.Ch1

get(channel=Channel.Default) List[float][source]
# SCPI: CONFigure:WLAN:SMAPping:TX<ch>
value: List[float] = driver.applications.k91Wlan.configure.wlan.smapping.tx.get(channel = repcap.Channel.Default)

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

param channel

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

return

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

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

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

param stsi

Imag part of the complex element of the STS-Stream

param channel

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

Cloning the Group

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

Subgroups