Oband

SCPI Command :

[SENSe]:POWer:SEM:OBANd
class ObandCls[source]

Oband commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:POWer:SEM:OBANd
value: float = driver.applications.k10Xlte.sense.power.sem.oband.get()
Selects the SEM for a specific operating band.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on selection of operating band related SEM limits ([SENSe:]POWer:SEM:OBANd:STATe) .

return

operating_band: numeric value (integer only)

set(operating_band: float) None[source]
# SCPI: [SENSe]:POWer:SEM:OBANd
driver.applications.k10Xlte.sense.power.sem.oband.set(operating_band = 1.0)
Selects the SEM for a specific operating band.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on selection of operating band related SEM limits ([SENSe:]POWer:SEM:OBANd:STATe) .

param operating_band

numeric value (integer only)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.power.sem.oband.clone()

Subgroups