NstsIndex

SCPI Command :

[SENSe]:DEMod:FORMat:NSTSindex
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:DEMod:FORMat:NSTSindex
value: float = driver.applications.k91Wlan.sense.demod.formatPy.nstsIndex.get()

Defines the PPDUs taking part in the analysis depending on their Nsts. Is only available for the IEEE 802.11 ac standard. Is available for DEM:FORM:NSTS:MODE MEAS or DEM:FORM:NSTS:MODE DEM (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.mode.set() ) .

set(index: float) None[source]
# [SENSe]:DEMod:FORMat:NSTSindex
driver.applications.k91Wlan.sense.demod.formatPy.nstsIndex.set(index = 1.0)

Defines the PPDUs taking part in the analysis depending on their Nsts. Is only available for the IEEE 802.11 ac standard. Is available for DEM:FORM:NSTS:MODE MEAS or DEM:FORM:NSTS:MODE DEM (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.mode.set() ) .

Cloning the Group

# Create a copy of the original group, that exists independently
nstsIndex_copy = driver.applications.k91Wlan.sense.demod.formatPy.nstsIndex.clone()

Subgroups