NstsIndex

SCPI Command :

[SENSe]:DEMod:FORMat:NSTSindex
class NstsIndexCls[source]

NstsIndex commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [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 [SENSe:]DEMod:FORMat:NSTSindex:MODE) .

return

index: No help available

set(index: float) None[source]
# SCPI: [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 [SENSe:]DEMod:FORMat:NSTSindex:MODE) .

param index

No help available

Cloning the Group

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

Subgroups