TypePy

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:TYPE
class TypePyCls[source]

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

get(physicalLayerPipe=PhysicalLayerPipe.Default) int[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:TYPE
value: int = driver.source.bb.t2Dvb.plp.til.typePy.get(physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the time interleaver type.

param physicalLayerPipe:

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

return:

til_type: integer 0 Maps each interleaving frame directly to a T2 frame. 1 Maps each interleaving frame to more than one T2 frame. Range: 0 to 1

set(til_type: int, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:TIL:TYPE
driver.source.bb.t2Dvb.plp.til.typePy.set(til_type = 1, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Defines the time interleaver type.

param til_type:

integer 0 Maps each interleaving frame directly to a T2 frame. 1 Maps each interleaving frame to more than one T2 frame. Range: 0 to 1

param physicalLayerPipe:

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