DsShift

SCPI Command :

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

Selects the delta sequence shift of the uplink signal.

Parameters:

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

Returns:

shift: numeric value (integer only)

set(shift: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS:DSSHift
driver.applications.k10Xlte.configure.lte.uplink.cc.drs.dsShift.set(shift = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the delta sequence shift of the uplink signal.

Parameters:
  • shift – numeric value (integer only)

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