Protation

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:PROTation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) TdscdmaPhasRot[source]
# [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.

Parameters:

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

Returns:

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: TdscdmaPhasRot, cell=Cell.Default) None[source]
# [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.

Parameters:
  • 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.

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