NoFrame

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:NOFRame
class NoFrameCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:NOFRame
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.noFrame.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the number of frames to apply custom synchronization weighting for.

param carrierComponent

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

return

number_of_frame: No help available

set(number_of_frame: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:NOFRame
driver.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.noFrame.set(number_of_frame = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the number of frames to apply custom synchronization weighting for.

param number_of_frame

No help available

param carrierComponent

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