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]
- class DpControlCls[source]
DpControl commands group definition. 11 total commands, 2 Subgroups, 7 group commands
- get_aoue() bool [source]
# SCPI: [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.
- return:
state: 1| ON| 0| OFF
- get_assignment() PowContAssMode [source]
# SCPI: [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 ([:SOURce<hw>]: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.
- return:
assignment: NORMal| FDPCh
- get_connector() FeedbackConnector [source]
# SCPI: [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.
- return:
connector: LOCal| GLOBal
- get_direction() UpDownDirection [source]
# SCPI: [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.
- return:
direction: UP| DOWN
- get_mode() PowContMode [source]
# SCPI: [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.
- return:
mode: TPC| MANual | EXTernal
- get_power() float [source]
# SCPI: [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.
- return:
power: float Range: -60 to 60
- get_state() bool [source]
# SCPI: [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.
- return:
state: 1| ON| 0| OFF
- set_aoue(state: bool) None [source]
# SCPI: [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.
- param state:
1| ON| 0| OFF
- set_assignment(assignment: PowContAssMode) None [source]
# SCPI: [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 ([:SOURce<hw>]: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.
- param assignment:
NORMal| FDPCh
- set_connector(connector: FeedbackConnector) None [source]
# SCPI: [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.
- param connector:
LOCal| GLOBal
- set_direction(direction: UpDownDirection) None [source]
# SCPI: [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.
- param direction:
UP| DOWN
- set_mode(mode: PowContMode) None [source]
# SCPI: [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.
- param mode:
TPC| MANual | EXTernal
- set_state(state: bool) None [source]
# SCPI: [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.
- param state:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.dpControl.clone()
Subgroups