Stream<Antenna>
RepCap Settings
# Range: Nr1 .. Nr32
rc = driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.repcap_antenna_get()
driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.repcap_antenna_set(repcap.Antenna.Nr1)
SCPI Command :
CONFigure:WLAN:SMAPping:TX<ch>:STReam<ant>
- class StreamCls[source]
Stream commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Antenna, default value after init: Antenna.Nr1
- class StreamStruct[source]
Response structure. Fields:
Stsi: float: Imag part of the complex element of the STS-Stream
Stsq: float: Real part of the complex element of the STS-Stream
- get(channel=Channel.Default, antenna=Antenna.Default) StreamStruct [source]
# SCPI: CONFigure:WLAN:SMAPping:TX<ch>:STReam<ant> value: StreamStruct = driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.get(channel = repcap.Channel.Default, antenna = repcap.Antenna.Default)
This remote control command specifies the mapping for a specific stream and antenna.
- param channel
optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Tx’)
- param antenna
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- return
structure: for return value, see the help for StreamStruct structure arguments.
- set(stsi: float, stsq: float, channel=Channel.Default, antenna=Antenna.Default) None [source]
# SCPI: CONFigure:WLAN:SMAPping:TX<ch>:STReam<ant> driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.set(stsi = 1.0, stsq = 1.0, channel = repcap.Channel.Default, antenna = repcap.Antenna.Default)
This remote control command specifies the mapping for a specific stream and antenna.
- param stsi
Imag part of the complex element of the STS-Stream
- param stsq
Real part of the complex element of the STS-Stream
- param channel
optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Tx’)
- param antenna
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.clone()