Misuse

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:MISuse
class MisuseCls[source]

Misuse commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) bool[source]
# SCPI: [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 command [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:TPC:PSTep. For the traffic channels, this value is specific for the selected radio configuration.

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

misuse: 1| ON| 0| OFF

set(misuse: bool, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# SCPI: [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 command [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:TPC:PSTep. For the traffic channels, this value is specific for the selected radio configuration.

param misuse

1| ON| 0| OFF

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