Hack
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:HACK
- class HackCls[source]
Hack commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) RsSmbv.enums.HsMimoHarqMode [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:HACK value: enums.HsMimoHarqMode = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.hack.get(mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)
Selects the information transmitted during the HARQ-ACK slot of the corresponding TTI.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param transmTimeIntervalNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)
- return
hack: DTX| SACK| SNACk| AACK| ANACk| NACK| NNACk
- set(hack: RsSmbv.enums.HsMimoHarqMode, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:HACK driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.hack.set(hack = enums.HsMimoHarqMode.AACK, mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)
Selects the information transmitted during the HARQ-ACK slot of the corresponding TTI.
- param hack
DTX| SACK| SNACk| AACK| ANACk| NACK| NNACk
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param transmTimeIntervalNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)