DsShift
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:DRS:DSSHift
- class DsShiftCls[source]
DsShift commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
shift: numeric value (integer only)
- set(shift: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param shift
numeric value (integer only)
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)