Pci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:PCI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:PCI
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.pci.get(mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Selects the PCI value transmitted during the PCI/CQI slots of the corresponding TTI.

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

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

Returns:

pci: integer Range: 0 to 3

set(pci: int, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:PCI
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.pci.set(pci = 1, mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Selects the PCI value transmitted during the PCI/CQI slots of the corresponding TTI.

Parameters:
  • pci – integer Range: 0 to 3

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

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