Rate
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA:RATE
- class RateCls[source]
Rate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, channel=Channel.Default) Cdma2KdataRate [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA:RATE value: enums.Cdma2KdataRate = driver.source.bb.c2K.mstation.channel.data.rate.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command sets the data rate for the specified channel. The value range depends on the channel type, the selected radio configuration and the frame length. For the traffic channels, this value is specific for the selected radio configuration. The value range of the data rate depends on the channel type and the frame length. If the frame length is changed so that the set data rate becomes invalid, the next permissible value is automatically set.
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
- return:
rate: DR1K2| DR1K3| DR1K5| DR1K8| DR2K4| DR2K7| DR3K6| DR4K8| DR7K2| DR9K6| DR14K4| DR19K2| DR28K8| DR38K4| DR57K6| DR76K8| DR115K2| DR153K6| DR230K4| DR259K2| DR307K2| DR460K8| DR518K4| DR614K4| DR1036K8| NUSed
- set(rate: Cdma2KdataRate, mobileStation=MobileStation.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA:RATE driver.source.bb.c2K.mstation.channel.data.rate.set(rate = enums.Cdma2KdataRate.DR1036K8, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command sets the data rate for the specified channel. The value range depends on the channel type, the selected radio configuration and the frame length. For the traffic channels, this value is specific for the selected radio configuration. The value range of the data rate depends on the channel type and the frame length. If the frame length is changed so that the set data rate becomes invalid, the next permissible value is automatically set.
- param rate:
DR1K2| DR1K3| DR1K5| DR1K8| DR2K4| DR2K7| DR3K6| DR4K8| DR7K2| DR9K6| DR14K4| DR19K2| DR28K8| DR38K4| DR57K6| DR76K8| DR115K2| DR153K6| DR230K4| DR259K2| DR307K2| DR460K8| DR518K4| DR614K4| DR1036K8| NUSed
- param mobileStation:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)