Ssubframe

SCPI Command :

[SENSe][:LTE]:FRAMe:SSUBframe
class SsubframeCls[source]

Ssubframe commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [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.

param state

ON | OFF | 1 | 0