Rmax

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RTAP:RMAX:INDex
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RTAP:RMAX:RATE
class Rmax[source]

Rmax commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_index()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RTAP:RMAX:INDex
value: int = driver.configure.layer.application.rtap.rmax.get_index()

Selects the maximum data rate index for RTAP packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Rtap.Rmax.rate to query the corresponding data rate.

return

rmax_index: Range: 1 to 5

get_rate()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RTAP:RMAX:RATE
value: float = driver.configure.layer.application.rtap.rmax.get_rate()

Queries the data rate for the selected maximum data rate index (method RsCmwEvdoSig.Configure.Layer.Application.Rtap.Rmax. index) .

return

rmax_rate: Range: 0 kbit/s to 153.6 kbit/s

set_index(rmax_index: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RTAP:RMAX:INDex
driver.configure.layer.application.rtap.rmax.set_index(rmax_index = 1)

Selects the maximum data rate index for RTAP packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Rtap.Rmax.rate to query the corresponding data rate.

param rmax_index

Range: 1 to 5