TypePy

SCPI Command :

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

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

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

Sets the PLP type. The type depends on the number of PLPs in the setup.

param physicalLayerPipe:

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

return:

type_py: DT1| DT2| COMMon COMMon Common PLP of the PLP Group. Requires a multi-PLP setup, see [:SOURcehw]:BB:T2DVb:INPut:NPLP?. DT1 Data type 1. Fixed for a single-PLP setup. Configurable for a multi-PLP setup. DT2 Data type 2. Requires a multi-PLP setup.

set(type_py: Dvbt2ModeStreamAdapterPlpType, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:TYPE
driver.source.bb.t2Dvb.plp.typePy.set(type_py = enums.Dvbt2ModeStreamAdapterPlpType.COMMon, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the PLP type. The type depends on the number of PLPs in the setup.

param type_py:

DT1| DT2| COMMon COMMon Common PLP of the PLP Group. Requires a multi-PLP setup, see [:SOURcehw]:BB:T2DVb:INPut:NPLP?. DT1 Data type 1. Fixed for a single-PLP setup. Configurable for a multi-PLP setup. DT2 Data type 2. Requires a multi-PLP setup.

param physicalLayerPipe:

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