Smax

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RETap:SMAX:INDex
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RETap:SMAX:SIZE
class Smax[source]

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

get_index()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RETap:SMAX:INDex
value: int = driver.configure.layer.application.retap.smax.get_index()

Selects the maximum data rate index for RETAP packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Retap.Smax. size to query the corresponding packet size.

return

max_index: Range: 1 to 12

get_size()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RETap:SMAX:SIZE
value: int = driver.configure.layer.application.retap.smax.get_size()

Queries the packet size for the selected maximum data rate index (method RsCmwEvdoSig.Configure.Layer.Application.Retap. Smax.index) .

return

max_size: Range: 0 bits to 12.288E+3 bits

set_index(max_index: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:APPLication:RETap:SMAX:INDex
driver.configure.layer.application.retap.smax.set_index(max_index = 1)

Selects the maximum data rate index for RETAP packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Retap.Smax. size to query the corresponding packet size.

param max_index

Range: 1 to 12