Pci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:PCI
class PciCls[source]

Pci commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) int[source]
# SCPI: [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.

param mobileStation

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

param transmTimeIntervalNull

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

return

pci: integer Range: 0 to 3

set(pci: int, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# SCPI: [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.

param pci

integer Range: 0 to 3

param mobileStation

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

param transmTimeIntervalNull

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