Rate

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:CCODing:DATA:RATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) float[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:CCODing:DATA:RATE
value: float = driver.source.bb.c2K.bstation.cgroup.coffset.ccoding.data.rate.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

The command queries the effective data rate in Hz. This value is only available for channel coding modes ‘Off’ and ‘Interleaving Only’ (SOURce:BB:C2K:BST<n>:CGRoup<n>:COFFset<n>:CCODing:MODE OFF | OINT) . When channel coding is switched off, the effective data rate differs from the data rate set in the channel table. The data are read out with the effective rate. For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)

  • offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)

Returns:

rate: float