Tx ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # 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) .. rubric:: SCPI Command : .. index:: single: CONFigure:WLAN:SMAPping:TX .. code-block:: python CONFigure:WLAN:SMAPping:TX .. autoclass:: RsFsw.Implementations.Applications.K91_Wlan.Configure.Wlan.Smapping.Tx.TxCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k91Wlan.configure.wlan.smapping.tx.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K91_Wlan_Configure_Wlan_Smapping_Tx_Stream.rst Applications_K91_Wlan_Configure_Wlan_Smapping_Tx_TimeShift.rst