Set

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:TPC:SET
class Set[source]

Set commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Set_Type: enums.TpcSetType: CLOop | ALTernating | ALL1 | ALL0 | SALT | SAL1 | SAL0 | CONTinuous | TSE | TSF | PHUP | PHDown | TSABc | TSEF | TSGH | MPEDch | ULCM | CTFC | DHIB CLOop: ‘Closed Loop’ ALTernating: ‘Alternating’ ALL1: ‘All 1’ ALL0: ‘All 0’ SALT: ‘Single Pattern + Alternating’ SAL1: ‘Single Pattern + All 1’ SAL0: ‘Single Pattern + All 0’ CONTinuous: ‘Continuous Pattern’ TSE: ‘TPC Test Step E’ TSF: ‘TPC Test Step F’ PHUP: ‘Phase Discontinuity Up’ PHDown: ‘Phase Discontinuity Down’ TSABc: ‘TPC Test Step ABC’ TSEF: ‘TPC Test Step EF’ TSGH: ‘TPC Test Step GH’ MPEDch: ‘Max. Power E-DCH’ ULCM: ‘TPC Test Step UL CM’ CTFC: ‘Change of TFC’ DHIB: ‘DC HSPA In-Band Emission’

  • Precondition: enums.Condition: NONE | ALTernating | MAXPower | MINPower | TPOWer Precondition of the active setup: none, alternating up and down, maximum, minimum or target power.

  • Pconfig: str: Active setup configuration information. The content depends on the setup type: - closed loop: target power in dBm - single and continuous patterns: user-defined pattern - phase discontinuity: number of repetitions - test step EF, GH: number of 0 bits - DC HSPA in-band emission: pattern selection for the carrier one and two and number of selected bits - others: presentation of the fixed pattern

  • Trigger: enums.TriggerMode: ONCE | PERiodic Type of generated trigger signal. See ‘Generating TPC Trigger Signals’

get()GetStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPC:SET
value: GetStruct = driver.configure.uplink.tpc.set.get()

Selects the active TPC setup. A query returns also properties of the active setup.

return

structure: for return value, see the help for GetStruct structure arguments.

set(set_type: RsCmwWcdmaSig.enums.TpcSetType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPC:SET
driver.configure.uplink.tpc.set.set(set_type = enums.TpcSetType.ALL0)

Selects the active TPC setup. A query returns also properties of the active setup.

param set_type

CLOop | ALTernating | ALL1 | ALL0 | SALT | SAL1 | SAL0 | CONTinuous | TSE | TSF | PHUP | PHDown | TSABc | TSEF | TSGH | MPEDch | ULCM | CTFC | DHIB CLOop: ‘Closed Loop’ ALTernating: ‘Alternating’ ALL1: ‘All 1’ ALL0: ‘All 0’ SALT: ‘Single Pattern + Alternating’ SAL1: ‘Single Pattern + All 1’ SAL0: ‘Single Pattern + All 0’ CONTinuous: ‘Continuous Pattern’ TSE: ‘TPC Test Step E’ TSF: ‘TPC Test Step F’ PHUP: ‘Phase Discontinuity Up’ PHDown: ‘Phase Discontinuity Down’ TSABc: ‘TPC Test Step ABC’ TSEF: ‘TPC Test Step EF’ TSGH: ‘TPC Test Step GH’ MPEDch: ‘Max. Power E-DCH’ ULCM: ‘TPC Test Step UL CM’ CTFC: ‘Change of TFC’ DHIB: ‘DC HSPA In-Band Emission’