NoFrame

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:NOFRame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

set(number_of_frame: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.

Parameters:

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