Index
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:MAC:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:MAC:INDex value: int = driver.source.bb.evdo.user.mac.index.get(userIx = repcap.UserIx.Default)
Sets the MAC Index used for the selected user. MAC Index has to be different for the different users. However, in case that two users are using the same value for MAC Index, the lower priority user is disabled, or be unable to enable. The values for the MAC Indexes for the other users (see method
RsSmw.source.bb.evdo.anetwork.ou_count()) are assigned from a pool of valid MAC Indexes.- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
index: integer Range: 5 to 63 for physical layer subtype 0&1, 6 to 127 for physical layer subtype 2, 4 to 383 for physical layer subtype 3
- set(index: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:MAC:INDex driver.source.bb.evdo.user.mac.index.set(index = 1, userIx = repcap.UserIx.Default)
Sets the MAC Index used for the selected user. MAC Index has to be different for the different users. However, in case that two users are using the same value for MAC Index, the lower priority user is disabled, or be unable to enable. The values for the MAC Indexes for the other users (see method
RsSmw.source.bb.evdo.anetwork.ou_count()) are assigned from a pool of valid MAC Indexes.- Parameters:
index – integer Range: 5 to 63 for physical layer subtype 0&1, 6 to 127 for physical layer subtype 2, 4 to 383 for physical layer subtype 3
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)