Econditions

SCPI Command :

[SENSe][:LTE][:CC<cc>]:SFLatness:ECONditions
class EconditionsCls[source]

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

get(carrierComponent=CarrierComponent.Default) bool[source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SFLatness:ECONditions
value: bool = driver.applications.k10Xlte.sense.lte.cc.sflatness.econditions.get(carrierComponent = repcap.CarrierComponent.Default)

Turns extreme conditions for spectrum flatness measurements on and off.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SFLatness:ECONditions
driver.applications.k10Xlte.sense.lte.cc.sflatness.econditions.set(state = False, carrierComponent = repcap.CarrierComponent.Default)

Turns extreme conditions for spectrum flatness measurements on and off.

param state

ON | OFF | 1 | 0

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)