Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) HsUpaHsimMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MODE value: enums.HsUpaHsimMode = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.mode.get(mobileStation = repcap.MobileStation.Default)
Selects the HARQ simulation mode.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mode: VHARq | HFEedback VHARq Simulates basestation feedback. HFEedback Allows to control the transmission of the HSUPA fixed reference channels dynamically.
- set(mode: HsUpaHsimMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MODE driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.mode.set(mode = enums.HsUpaHsimMode.HFEedback, mobileStation = repcap.MobileStation.Default)
Selects the HARQ simulation mode.
- Parameters:
mode – VHARq | HFEedback VHARq Simulates basestation feedback. HFEedback Allows to control the transmission of the HSUPA fixed reference channels dynamically.
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)