Mode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) RsSmbv.enums.HsUpaHsimMode[source]
# SCPI: [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.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return

mode: VHARq VHARq Simulates basestation feedback.

set(mode: RsSmbv.enums.HsUpaHsimMode, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param mode

VHARq VHARq Simulates basestation feedback.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)