Misuse

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:MISuse
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) bool[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:MISuse
value: bool = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.misuse.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

The command activates ‘mis-’ use of the power control bits of the selected F-DCCH or F- FCH for controlling the channel powers of these channels. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. The bit pattern (see commands BB:C2K:BSTation<n>:CGRoup<n>:COFFset<n>:TPC…) of the power control bits of each channel is used to control the channel power. A ‘1’ leads to an increase of channel powers, a ‘0’ to a reduction of channel powers. Channel power is limited to the range 0 dB to -80 dB. The step width of the change is defined with the method RsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.pstep.set() . 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:

misuse: 1 | ON | 0| OFF

set(misuse: bool, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:MISuse
driver.source.bb.c2K.bstation.cgroup.coffset.tpc.misuse.set(misuse = False, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

The command activates ‘mis-’ use of the power control bits of the selected F-DCCH or F- FCH for controlling the channel powers of these channels. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. The bit pattern (see commands BB:C2K:BSTation<n>:CGRoup<n>:COFFset<n>:TPC…) of the power control bits of each channel is used to control the channel power. A ‘1’ leads to an increase of channel powers, a ‘0’ to a reduction of channel powers. Channel power is limited to the range 0 dB to -80 dB. The step width of the change is defined with the method RsSmw.source.bb.c2K.bstation.cgroup.coffset.tpc.pstep.set() . For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • misuse – 1 | ON | 0| OFF

  • 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’)