Csubframes

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:CSUBframes
class CsubframesCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:CSUBframes
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.csubframes.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the number of configurable subframes in the downlink signal.

param carrierComponent

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

return

sub_frames: Range: 0 to 39

set(sub_frames: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:CSUBframes
driver.applications.k10Xlte.configure.lte.downlink.cc.csubframes.set(sub_frames = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the number of configurable subframes in the downlink signal.

param sub_frames

Range: 0 to 39

param carrierComponent

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