Rmin

SCPI Commands

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

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

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

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

return

rmin_index: Range: 0 to 5

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

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

return

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

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

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

param rmin_index

Range: 0 to 5