State

SCPI Command :

[SENSe]:POWer:SEM:OBANd:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:SEM:OBANd:STATe
value: bool = driver.applications.k10Xlte.sense.power.sem.oband.state.get()

Turns SEM limits defined for specific operating bands on and off. Effects of this command

  • Selecting a base station category to test against becomes unavailable (method RsFsw.applications.k10Xlte.sense.power.sem.category.set() ) .

Returns:

state: ON | OFF | 1 | 0 You can select an operating band with method RsFsw.applications.k10Xlte.sense.power.sem.oband.set() .

set(state: bool) None[source]
# [SENSe]:POWer:SEM:OBANd:STATe
driver.applications.k10Xlte.sense.power.sem.oband.state.set(state = False)

Turns SEM limits defined for specific operating bands on and off. Effects of this command

  • Selecting a base station category to test against becomes unavailable (method RsFsw.applications.k10Xlte.sense.power.sem.category.set() ) .

Parameters:

state – ON | OFF | 1 | 0 You can select an operating band with method RsFsw.applications.k10Xlte.sense.power.sem.oband.set() .