Flength
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:FLENgth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default, channel=Channel.Default) Cdma2KframLenUp[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)
- Returns:
flength: 5 | 10 | 20 | 26.6 | 40 | 80
- set(flength: Cdma2KframLenUp, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [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.
- Parameters:
flength – 5 | 10 | 20 | 26.6 | 40 | 80
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Channel’)