Csubframes
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:CSUBframes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
sub_frames: Range: 0 to 39
- set(sub_frames: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
sub_frames – Range: 0 to 39
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)