Smin

SCPI Commands

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

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

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

Selects the minimum packet size index for RETAP test packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Retap. Smin.size to query the corresponding packet size.

return

min_index: Range: 0 to 12

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

Queries the minimum RETAP test packet size. This size is determined by the selected minimum packet size index (method RsCmwEvdoSig.Configure.Layer.Application.Retap.Smin.index) .

return

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

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

Selects the minimum packet size index for RETAP test packets. Use method RsCmwEvdoSig.Configure.Layer.Application.Retap. Smin.size to query the corresponding packet size.

param min_index

Range: 0 to 12