Group

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:GROup
class GroupCls[source]

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

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

Sets the PLP group ID for multi-PLP, i.e. the number of PLPs is greater than 1. See [:SOURce<hw>]:BB:T2DVb:INPut:NPLP?.

param physicalLayerPipe:

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

return:

group: integer Range: 0 to 255

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

Sets the PLP group ID for multi-PLP, i.e. the number of PLPs is greater than 1. See [:SOURce<hw>]:BB:T2DVb:INPut:NPLP?.

param group:

integer Range: 0 to 255

param physicalLayerPipe:

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