Oband

SCPI Command :

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

Selects the SEM for a specific operating band. Prerequisites for this command

  • Turn on selection of operating band related SEM limits (method RsFsw.applications.k10Xlte.sense.power.sem.oband.state.set() ) .

Returns:

operating_band: numeric value (integer only)

set(operating_band: float) None[source]
# [SENSe]:POWer:SEM:OBANd
driver.applications.k10Xlte.sense.power.sem.oband.set(operating_band = 1.0)

Selects the SEM for a specific operating band. Prerequisites for this command

  • Turn on selection of operating band related SEM limits (method RsFsw.applications.k10Xlte.sense.power.sem.oband.state.set() ) .

Parameters:

operating_band – numeric value (integer only)

Cloning the Group

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

Subgroups