Rate
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:RATE
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(userIx=UserIx.Default) EvdoDataRate[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:RATE value: enums.EvdoDataRate = driver.source.bb.evdo.user.rate.get(userIx = repcap.UserIx.Default)
Queries the data rate of the packets sent to the selected user. Note: Selected rate becomes effective at the beginning of the next packet transmitted to the selected user.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
rate: DR4K8 | DR9K6 | DR19K2 | DR38K4 | DR76K8 | DR153K6 | DR307K2 | DR614K4 | DR921K6 | DR1228K8 | DR1536K | DR1843K2 | DR2457K6 | DR3072K | DR460K8 | DR768K | DR1075K2 | DR2150K4 | DR3686K4 | DR4300K8 | DR4915K2
Cloning the Group
# Create a copy of the original group, that exists independently
rate_copy = driver.source.bb.evdo.user.rate.clone()
Subgroups