Constel

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:CONStel
class ConstelCls[source]

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

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

Defines the constellation.

param physicalLayerPipe:

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

return:

constellation: T4| T16| T64| T256 T4 QPSK T16|T64|T256 16/64/256QAM

set(constellation: Dvbt2BicmConstel, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:CONStel
driver.source.bb.t2Dvb.plp.constel.set(constellation = enums.Dvbt2BicmConstel.T16, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the constellation.

param constellation:

T4| T16| T64| T256 T4 QPSK T16|T64|T256 16/64/256QAM

param physicalLayerPipe:

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