Pstep

SCPI Command :

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

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

get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) float[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:PSTep
value: float = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.pstep.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the power control bits. 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. 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

pstep: float Range: -10 dB to 10 dB

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

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the power control bits. 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. For the traffic channels, this value is specific for the selected radio configuration.

param pstep

float Range: -10 dB to 10 dB

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