Rate

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:RATE
class RateCls[source]

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

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

Sets the code rate.

param physicalLayerPipe:

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

return:

coderate: R1_2| R3_5| R2_3| R3_4| R4_5| R5_6| R1_3| R2_5

set(coderate: Dvbt2BicmCoderate, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:RATE
driver.source.bb.t2Dvb.plp.rate.set(coderate = enums.Dvbt2BicmCoderate.R1_2, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the code rate.

param coderate:

R1_2| R3_5| R2_3| R3_4| R4_5| R5_6| R1_3| R2_5

param physicalLayerPipe:

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