Csubframes

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:CSUBframes
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:CSUBframes
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.csubframes.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the number of configurable subframes in the uplink signal.

Parameters:

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

Returns:

sub_frames: Range: 1 to 10

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

Selects the number of configurable subframes in the uplink signal.

Parameters:
  • sub_frames – Range: 1 to 10

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