Rate

SCPI Command :

[SOURce<HW>]:BB:T2DVb:PLP<CH>:USEFul:[RATE]
class RateCls[source]

Rate commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

Queries the data rate of useful data ruseful of the external transport stream. The data rate is measured at the input of the installed input interface.

param physicalLayerPipe:

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

return:

rate: integer Range: 0 to 999999999

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.t2Dvb.plp.useful.rate.clone()

Subgroups