Bitrate

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:QOS:FILTer<Fltr>:BITRate
class Bitrate[source]

Bitrate commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(fltr=<Fltr.Default: -1>)int[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:QOS:FILTer<Index>:BITRate
value: int or bool = driver.configure.data.measurement.qos.filterPy.bitrate.get(fltr = repcap.Fltr.Default)

Specifies the maximum bit rate for a QoS profile.

param fltr

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

return

qos_bitrate: Range: 0 bit/s to 100E+9 bit/s, Unit: bit/s Additional values: OFF | ON (disables | enables the bit-rate limitation)

set(qos_bitrate: int, fltr=<Fltr.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:QOS:FILTer<Index>:BITRate
driver.configure.data.measurement.qos.filterPy.bitrate.set(qos_bitrate = 1, fltr = repcap.Fltr.Default)

Specifies the maximum bit rate for a QoS profile.

param qos_bitrate

Range: 0 bit/s to 100E+9 bit/s, Unit: bit/s Additional values: OFF | ON (disables | enables the bit-rate limitation)

param fltr

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