To
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:PCQI:TO
- class ToCls[source]
To commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:PCQI:TO value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.pcqi.to.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)
(Release 8 and later) Defines the beginning / end of the PCI/CQI transmissions inside the PCI/CQI cycle. The range is specified in multiples of intervals (Inter-TTI distance) .
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- return
pcqi_to: integer Range: 0 to dynamic
- set(pcqi_to: int, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:PCQI:TO driver.source.bb.w3Gpp.mstation.dpcch.hs.row.pcqi.to.set(pcqi_to = 1, mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)
(Release 8 and later) Defines the beginning / end of the PCI/CQI transmissions inside the PCI/CQI cycle. The range is specified in multiples of intervals (Inter-TTI distance) .
- param pcqi_to
integer Range: 0 to dynamic
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)