Ssubframe

SCPI Command :

[SENSe][:LTE]:FRAMe:SSUBframe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:FRAMe:SSUBframe
value: bool = driver.applications.k10Xlte.sense.lte.frame.ssubframe.get()

Turns the analysis of a single subframe only on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:FRAMe:SSUBframe
driver.applications.k10Xlte.sense.lte.frame.ssubframe.set(state = False)

Turns the analysis of a single subframe only on and off.

Parameters:

state – ON | OFF | 1 | 0