McsIndex
SCPI Command :
[SENSe]:DEMod:FORMat:MCSindex
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:DEMod:FORMat:MCSindex value: float = driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.get()
Specifies the MCS index which controls the data rate, modulation and streams (for IEEE 802.11n, ac standards only, see document: IEEE 802.11n/D11.0 June 2009) . Is required if method
RsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.mode.set()is set to MEAS or DEM.- Returns:
index: Range: 0 to 11
- set(index: float) None[source]
# [SENSe]:DEMod:FORMat:MCSindex driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.set(index = 1.0)
Specifies the MCS index which controls the data rate, modulation and streams (for IEEE 802.11n, ac standards only, see document: IEEE 802.11n/D11.0 June 2009) . Is required if method
RsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.mode.set()is set to MEAS or DEM.- Parameters:
index – Range: 0 to 11
Cloning the Group
# Create a copy of the original group, that exists independently
mcsIndex_copy = driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.clone()
Subgroups