Scid

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:SCID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) bool[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:SCID
value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.scid.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Selects the scrambling identity (nSCID) . The command is available for antenna ports 7 and 8.

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’)

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

Returns:

identity: 0 | 1

set(identity: bool, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default, allocation=Allocation.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SUBFrame<sf>:ALLoc<al>:PRECoding:SCID
driver.applications.k10Xlte.configure.lte.downlink.cc.subframe.alloc.precoding.scid.set(identity = False, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default, allocation = repcap.Allocation.Default)

Selects the scrambling identity (nSCID) . The command is available for antenna ports 7 and 8.

Parameters:
  • identity – 0 | 1

  • 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’)

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