Ehrch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EHRCh:FUFDummies
class Ehrch[source]

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

get_fuf_dummies()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EHRCh:FUFDummies
value: bool = driver.configure.cell.carrier.hsupa.ehrch.get_fuf_dummies()

Enables or disables filling-up the frame with dummies. This feature is only relevant for 10 ms TTI. Here E-RGCH and E-HICH messages for the UE are transmitted in 12 slots per frame. The command defines the behavior in the remaining three slots.

return

enable: OFF | ON OFF: switch off channels (DTX) ON: fill-up with dummies, continuous signal

Global Repeated Capabilities: repcap.Carrier

set_fuf_dummies(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EHRCh:FUFDummies
driver.configure.cell.carrier.hsupa.ehrch.set_fuf_dummies(enable = False)

Enables or disables filling-up the frame with dummies. This feature is only relevant for 10 ms TTI. Here E-RGCH and E-HICH messages for the UE are transmitted in 12 slots per frame. The command defines the behavior in the remaining three slots.

param enable

OFF | ON OFF: switch off channels (DTX) ON: fill-up with dummies, continuous signal

Global Repeated Capabilities: repcap.Carrier