Crotation

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:CROTation
class CrotationCls[source]

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

get(physicalLayerPipe=PhysicalLayerPipe.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:CROTation
value: bool = driver.source.bb.t2Dvb.plp.crotation.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the constellation rotation state.

param physicalLayerPipe:

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

return:

crotation: 1| ON| 0| OFF ON Transmits the constellation rotated, i.e. the Q path is delayed vs. the I path. For each constellation, there is a different (but fixed) angle of rotation. OFF Transmits non-rotated constellation.

set(crotation: bool, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:CROTation
driver.source.bb.t2Dvb.plp.crotation.set(crotation = False, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the constellation rotation state.

param crotation:

1| ON| 0| OFF ON Transmits the constellation rotated, i.e. the Q path is delayed vs. the I path. For each constellation, there is a different (but fixed) angle of rotation. OFF Transmits non-rotated constellation.

param physicalLayerPipe:

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