DpControl
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:AOUE
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:ASSignment
[SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:CONNector
[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: 11Subgroups: 2Direct child commands: 7
- get_aoue() bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:AOUE value: bool = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_aoue()
Enables power control of the enhanced channels of all active UEs with the settings of UE1.
- Returns:
state: 1 | ON | 0| OFF
- 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
RsSmw.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_connector() FeedbackConnector[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:CONNector value: enums.FeedbackConnector = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.get_connector()
Determines the input connector at that the instrument expects the external control signal.
- Returns:
connector: LOCal | GLOBal
- 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 | EXTernal
- 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_aoue(state: bool) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:AOUE driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_aoue(state = False)
Enables power control of the enhanced channels of all active UEs with the settings of UE1.
- Parameters:
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
RsSmw.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_connector(connector: FeedbackConnector) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:[ENHanced]:[DPDCh]:DPControl:CONNector driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.set_connector(connector = enums.FeedbackConnector.GLOBal)
Determines the input connector at that the instrument expects the external control signal.
- Parameters:
connector – LOCal | GLOBal
- 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 | EXTernal
- 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