Spower

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SYNC:SPOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SYNC:SPOWer
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.sync.spower.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the S-SYNC.

Parameters:

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

Returns:

power: numeric value Unit: dB

set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SYNC:SPOWer
driver.applications.k10Xlte.configure.lte.downlink.cc.sync.spower.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the S-SYNC.

Parameters:
  • power – numeric value Unit: dB

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