HsPdsch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:ENHanced:HSPDsch:USFRames
CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:ENHanced:HSPDsch:POFFset
class HsPdsch[source]

HsPdsch commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class PoffsetStruct[source]

Structure for reading output parameters. Fields:

  • Control: enums.AutoManualMode: AUTO | MANual AUTO: The correct value Γ is calculated automatically. MANual: The value Γ is set manually via the parameter PwrOffsetManual.

  • Pwr_Offset_Manual: float: Range: -6 dB to 13 dB, Unit: dB

get_poffset()PoffsetStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:HSPDsch:POFFset
value: PoffsetStruct = driver.configure.downlink.carrier.enhanced.hsPdsch.get_poffset()

Selects whether the measurement power offset Γ is set manually or calculated automatically. Optionally a second parameter can be sent to modify the manual power offset value. It is not relevant for automatic calculation.

return

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

Global Repeated Capabilities: repcap.Carrier

get_us_frames()RsCmwWcdmaSig.enums.UnscheduledTransType[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:HSPDsch:USFRames
value: enums.UnscheduledTransType = driver.configure.downlink.carrier.enhanced.hsPdsch.get_us_frames()

Defines the transmission in unscheduled HS-DSCH subframes.

return

type_py: DUMMy | DTX DUMMy: maintain the HS-DSCH power by sending dummy data DTX: switch off the output power

Global Repeated Capabilities: repcap.Carrier

set_poffset(value: RsCmwWcdmaSig.Implementations.Configure_.Downlink_.Carrier_.Enhanced_.HsPdsch.HsPdsch.PoffsetStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:HSPDsch:POFFset
driver.configure.downlink.carrier.enhanced.hsPdsch.set_poffset(value = PoffsetStruct())

Selects whether the measurement power offset Γ is set manually or calculated automatically. Optionally a second parameter can be sent to modify the manual power offset value. It is not relevant for automatic calculation.

param value

see the help for PoffsetStruct structure arguments.

Global Repeated Capabilities: repcap.Carrier

set_us_frames(type_py: RsCmwWcdmaSig.enums.UnscheduledTransType)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:HSPDsch:USFRames
driver.configure.downlink.carrier.enhanced.hsPdsch.set_us_frames(type_py = enums.UnscheduledTransType.DTX)

Defines the transmission in unscheduled HS-DSCH subframes.

param type_py

DUMMy | DTX DUMMy: maintain the HS-DSCH power by sending dummy data DTX: switch off the output power

Global Repeated Capabilities: repcap.Carrier