Mac

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:MAC:INDex
class Mac[source]

Mac commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class IndexStruct[source]

Structure for reading output parameters. Fields:

  • Rev_0: int: Range: 5 to 63

  • Rev_A: int: Range: 5 to 127

  • Rev_B: int: Range: 5 to 127

get_index()IndexStruct[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:MAC:INDex
value: IndexStruct = driver.configure.mac.get_index()

Sets/gets a pilot’s (associated carrier’s) MAC index. Preselect the related pilot using the method RsCmwEvdoSig.Configure. Pilot.setting command.

return

structure: for return value, see the help for IndexStruct structure arguments.

set_index(value: RsCmwEvdoSig.Implementations.Configure_.Mac.Mac.IndexStruct)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:MAC:INDex
driver.configure.mac.set_index(value = IndexStruct())

Sets/gets a pilot’s (associated carrier’s) MAC index. Preselect the related pilot using the method RsCmwEvdoSig.Configure. Pilot.setting command.

param value

see the help for IndexStruct structure arguments.