State

SCPI Command :

[SENSe]:POWer:SEM:OBANd:STATe
class StateCls[source]

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

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

INTRO_CMD_HELP: Effects of this command

  • Selecting a base station category to test against becomes unavailable ([SENSe:]POWer:SEM:CATegory) .

return

state: ON | OFF | 1 | 0 You can select an operating band with [SENSe:]POWer:SEM:OBANd.

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

INTRO_CMD_HELP: Effects of this command

  • Selecting a base station category to test against becomes unavailable ([SENSe:]POWer:SEM:CATegory) .

param state

ON | OFF | 1 | 0 You can select an operating band with [SENSe:]POWer:SEM:OBANd.