Mac

SCPI Command :

[SOURce<HW>]:BB:EVDO:ANETwork:RAB:MAC:INDex
class MacCls[source]

Mac commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_index() int[source]
# SCPI: [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.

return

index: integer Range: 4 to 127

set_index(index: int) None[source]
# SCPI: [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.

param index

integer Range: 4 to 127