AttSlots
SCPI Command :
[SENSe][:LTE]:UL:DEMod:ATTSlots
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe][:LTE]:UL:DEMod:ATTSlots value: bool = driver.applications.k10Xlte.sense.lte.uplink.demod.attSlots.get()
Includes or excludes the transient slots present after a switch from downlink to uplink from the analysis.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe][:LTE]:UL:DEMod:ATTSlots driver.applications.k10Xlte.sense.lte.uplink.demod.attSlots.set(state = False)
Includes or excludes the transient slots present after a switch from downlink to uplink from the analysis.
- Parameters:
state – ON | OFF | 1 | 0