Flength
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:FLENgth
- class FlengthCls[source]
Flength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) RsSmw.enums.Cdma2KframLen [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:FLENgth value: enums.Cdma2KframLen = driver.source.bb.c2K.bstation.cgroup.coffset.flength.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command sets the frame length of the selected channel. The value range is channel specific. For the traffic channels, this value is specific for the selected radio configuration. The value range of the frame length depends on the channel type and the selected radio configuration. The frame length affects the data rates that are possible within a channel. Changing the frame length can lead to a change of data rate and this in turn can bring about a change of Walsh code.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- return
flength: 5| 10| 20| 26.6| 40| 80| 160| NUSed 26 ms Frame length of 26.6. Also all inputs 26.6 ms and 26.7 ms are allowed.
- set(flength: RsSmw.enums.Cdma2KframLen, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:FLENgth driver.source.bb.c2K.bstation.cgroup.coffset.flength.set(flength = enums.Cdma2KframLen._10, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command sets the frame length of the selected channel. The value range is channel specific. For the traffic channels, this value is specific for the selected radio configuration. The value range of the frame length depends on the channel type and the selected radio configuration. The frame length affects the data rates that are possible within a channel. Changing the frame length can lead to a change of data rate and this in turn can bring about a change of Walsh code.
- param flength
5| 10| 20| 26.6| 40| 80| 160| NUSed 26 ms Frame length of 26.6. Also all inputs 26.6 ms and 26.7 ms are allowed.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)