TrComb

SCPI Command :

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

Defines the transmission comb (kTC) .

Parameters:

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

Returns:

value: numeric value

set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SRS:TRComb
driver.applications.k10Xlte.configure.lte.uplink.cc.srs.trComb.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the transmission comb (kTC) .

Parameters:
  • value – numeric value

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