Stuffing

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:INPut:STUFfing
class StuffingCls[source]

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

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

Activates stuffing.

param physicalLayerPipe:

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

return:

stuffing: OFF| ON ON Inserts null packets and corrects the values. OFF The data rate of the transport stream source must match the data rate required for the current modulation parameters.

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

Activates stuffing.

param stuffing:

OFF| ON ON Inserts null packets and corrects the values. OFF The data rate of the transport stream source must match the data rate required for the current modulation parameters.

param physicalLayerPipe:

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