Stream<Stream>

SCPI Command :

CONFigure:WLAN:SMAPping:TX<ant>:STReam<str>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr8

driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.repcap_stream_set(repcap.Stream.Nr1)
class StreamStruct[source]

Response structure. Fields:

  • 1 Stsi: float: Imag part of the complex element of the STS-Stream

  • 2 Stsq: float: Real part of the complex element of the STS-Stream

get(antenna=Antenna.Default, stream=Stream.Default) StreamStruct[source]
# CONFigure:WLAN:SMAPping:TX<ant>:STReam<str>
value: StreamStruct = driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.get(antenna = repcap.Antenna.Default, stream = repcap.Stream.Default)

This remote control command specifies the mapping for a specific transmit channel (antenna) and stream.

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

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

Returns:

structure: for return value, see the help for StreamStruct structure arguments.

set(stsi: float, stsq: float, antenna=Antenna.Default, stream=Stream.Default) None[source]
# CONFigure:WLAN:SMAPping:TX<ant>:STReam<str>
driver.applications.k91Wlan.configure.wlan.smapping.tx.stream.set(stsi = 1.0, stsq = 1.0, antenna = repcap.Antenna.Default, stream = repcap.Stream.Default)

This remote control command specifies the mapping for a specific transmit channel (antenna) and stream.

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

  • stsq – Real part of the complex element of the STS-Stream

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

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

Cloning the Group

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