FecFrame

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:FECFrame
class FecFrameCls[source]

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

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

Sets the FEC frame.

param physicalLayerPipe:

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

return:

np_fec_frame: NORMal| SHORt NORMal NLDPC = 64800 SHORt NLDPC = 16200

set(np_fec_frame: BicmFecFrame, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:FECFrame
driver.source.bb.t2Dvb.plp.fecFrame.set(np_fec_frame = enums.BicmFecFrame.NORMal, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the FEC frame.

param np_fec_frame:

NORMal| SHORt NORMal NLDPC = 64800 SHORt NLDPC = 16200

param physicalLayerPipe:

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