Mac
SCPI Command :
[SOURce<HW>]:BB:EVDO:ANETwork:RAB:MAC:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_index() int[source]
# [SOURce<HW>]:BB:EVDO:ANETwork:RAB:MAC:INDex value: int = driver.source.bb.evdo.anetwork.rab.mac.get_index()
For physical layer, subtype 3 only sets the RAB MAC Index.
- Returns:
index: integer Range: 4 to 127
- set_index(index: int) None[source]
# [SOURce<HW>]:BB:EVDO:ANETwork:RAB:MAC:INDex driver.source.bb.evdo.anetwork.rab.mac.set_index(index = 1)
For physical layer, subtype 3 only sets the RAB MAC Index.
- Parameters:
index – integer Range: 4 to 127