DpControl
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:ASSignment
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:DIRection
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:MODE
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STATe
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:[POWer]
- Commands in total: 9Subgroups: 2Direct child commands: 5
- get_assignment() PowContAssMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:ASSignment value: enums.PowContAssMode = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_assignment()
Enabled for UL-DTX mode only (method
RsSmbv.source.bb.w3Gpp.mstation.udtx.state()ON) . The power control recognizes the UL-DPCCH gaps according to 3GPP TS 25.214. Some of the TPC commands sent to the instrument over the external line or by the TPC pattern are ignored, whereas others are summed up and applied later. The processing of the TPC commands depends only on whether the BS sends the TPC bits on the F-DPCH with slot format 0/ slot format 9 or not.- Returns:
assignment: NORMal | FDPCh
- get_direction() UpDownDirection[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:DIRection value: enums.UpDownDirection = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_direction()
The command selects the Dynamic Power Control direction. The selected direction determines if the channel power is increased (UP) or decreased (DOWN) by control signal with high level.
- Returns:
direction: UP | DOWN
- get_mode() PowContMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:MODE value: enums.PowContMode = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_mode()
Determines the source of the control signal.
- Returns:
mode: TPC | MANual
- get_power() float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:[POWer] value: float = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_power()
The command queries the deviation of the channel power (delta POW) from the set power start value of the DPDCH.
- Returns:
power: float Range: -60 to 60
- get_state() bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STATe value: bool = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_state()
Activates/deactivates Dynamic Power Control.
- Returns:
state: 1 | ON | 0| OFF
- set_assignment(assignment: PowContAssMode) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:ASSignment driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_assignment(assignment = enums.PowContAssMode.FDPCh)
Enabled for UL-DTX mode only (method
RsSmbv.source.bb.w3Gpp.mstation.udtx.state()ON) . The power control recognizes the UL-DPCCH gaps according to 3GPP TS 25.214. Some of the TPC commands sent to the instrument over the external line or by the TPC pattern are ignored, whereas others are summed up and applied later. The processing of the TPC commands depends only on whether the BS sends the TPC bits on the F-DPCH with slot format 0/ slot format 9 or not.- Parameters:
assignment – NORMal | FDPCh
- set_direction(direction: UpDownDirection) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:DIRection driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_direction(direction = enums.UpDownDirection.DOWN)
The command selects the Dynamic Power Control direction. The selected direction determines if the channel power is increased (UP) or decreased (DOWN) by control signal with high level.
- Parameters:
direction – UP | DOWN
- set_mode(mode: PowContMode) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:MODE driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_mode(mode = enums.PowContMode.EXTernal)
Determines the source of the control signal.
- Parameters:
mode – TPC | MANual
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:STATe driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_state(state = False)
Activates/deactivates Dynamic Power Control.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
dpControl_copy = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.clone()
Subgroups