Smin

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RMCTap:SMIN:INDex
CONFigure:EVDO:SIGNaling<Instance>:LAYer:APPLication:RMCTap: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:RMCTap:SMIN:INDex
value: int = driver.configure.layer.application.rmctap.smin.get_index()

Selects the minimum packet size index for RMCTAP test packets on this carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. 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:RMCTap:SMIN:SIZE
value: int = driver.configure.layer.application.rmctap.smin.get_size()

Queries the minimum RMCTAP test packet size on a carrier. Preselect the related carrier using the method RsCmwEvdoSig. Configure.Carrier.setting command. The minimum packet 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:RMCTap:SMIN:INDex
driver.configure.layer.application.rmctap.smin.set_index(min_index = 1)

Selects the minimum packet size index for RMCTAP test packets on this carrier. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. Use method RsCmwEvdoSig.Configure.Layer.Application.Retap.Smin. size to query the corresponding packet size.

param min_index

Range: 0 to 12