Protation

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:PROTation
class ProtationCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.TdscdmaPhasRot[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:PROTation
value: enums.TdscdmaPhasRot = driver.source.bb.tdscdma.down.cell.protation.get(cell = repcap.Cell.Default)

Selects the phase rotation for the downlink pilots.

param cell

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

return

protation: AUTO| S1| S2 AUTO Default phase rotation sequence according to the presence of the P-CCPCH. S1 There is a P-CCPCH in the next four subframes. S2 There is no P-CCPCH in the next four subframes.

set(protation: RsSmbv.enums.TdscdmaPhasRot, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:PROTation
driver.source.bb.tdscdma.down.cell.protation.set(protation = enums.TdscdmaPhasRot.AUTO, cell = repcap.Cell.Default)

Selects the phase rotation for the downlink pilots.

param protation

AUTO| S1| S2 AUTO Default phase rotation sequence according to the presence of the P-CCPCH. S1 There is a P-CCPCH in the next four subframes. S2 There is no P-CCPCH in the next four subframes.

param cell

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