Flength
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:FLENgth
- class FlengthCls[source]
Flength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, channel=Channel.Default) RsSmbv.enums.Cdma2KframLenUp [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:FLENgth value: enums.Cdma2KframLenUp = driver.source.bb.c2K.mstation.channel.flength.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command sets the frame length of the selected channel. The value range depends on the channel type and the selected radio configuration For the traffic channels, this value is specific for the selected radio configuration. The frame length affects the data rates that are possible within a channel. Changing the frame length may lead to a change of data rate.
- 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
flength: 5| 10| 20| 26.6| 40| 80
- set(flength: RsSmbv.enums.Cdma2KframLenUp, mobileStation=MobileStation.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:FLENgth driver.source.bb.c2K.mstation.channel.flength.set(flength = enums.Cdma2KframLenUp._10, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)
The command sets the frame length of the selected channel. The value range depends on the channel type and the selected radio configuration For the traffic channels, this value is specific for the selected radio configuration. The frame length affects the data rates that are possible within a channel. Changing the frame length may lead to a change of data rate.
- param flength
5| 10| 20| 26.6| 40| 80
- 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’)