Id

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:ID
class IdCls[source]

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

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

Sets the PLP ID. The PLP ID has to be unique.

param physicalLayerPipe:

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

return:

pl_pid: integer Range: 0 to 255

set(pl_pid: int, physicalLayerPipe=PhysicalLayerPipe.Default) None[source]
# SCPI: [SOURce<HW>]:BB:T2DVb:PLP<CH>:ID
driver.source.bb.t2Dvb.plp.id.set(pl_pid = 1, physicalLayerPipe = repcap.PhysicalLayerPipe.Default)

Sets the PLP ID. The PLP ID has to be unique.

param pl_pid:

integer Range: 0 to 255

param physicalLayerPipe:

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