HopLimit

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:QOS:FILTer<Fltr>:HOPLmt
class HopLimit[source]

HopLimit 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>:HOPLmt
value: int = driver.configure.data.measurement.qos.filterPy.hopLimit.get(fltr = repcap.Fltr.Default)

Sets the hop limit of packets matching the filter criteria. The setting 0 means that the hop limit of the packets is left unchanged.

param fltr

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

return

hop_limit: Range: 0 to 255

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

Sets the hop limit of packets matching the filter criteria. The setting 0 means that the hop limit of the packets is left unchanged.

param hop_limit

Range: 0 to 255

param fltr

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