McsIndex
SCPI Command :
[SENSe]:DEMod:FORMat:MCSindex
- class McsIndexCls[source]
McsIndex commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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 [SENSe:]DEMod:FORMat:MCSindex:MODE is set to MEAS or DEM.
- return
index: Range: 0 to 11
- set(index: float) None [source]
# SCPI: [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 [SENSe:]DEMod:FORMat:MCSindex:MODE is set to MEAS or DEM.
- param index
Range: 0 to 11
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.clone()
Subgroups