CsField

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:CSField
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:CSField
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pusch.csField.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the cyclic shift field of the demodulation reference signal. Available if method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.drs.aocc.set() has been turned on.

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

Returns:

cyclic_shift_field: Range: 0 to 7

set(cyclic_shift_field: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUSCh:CSField
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pusch.csField.set(cyclic_shift_field = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Defines the cyclic shift field of the demodulation reference signal. Available if method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.drs.aocc.set() has been turned on.

Parameters:
  • cyclic_shift_field – Range: 0 to 7

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)