Hack

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:HACK
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) HsMimoHarqMode[source]
# [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.

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

  • transmTimeIntervalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)

Returns:

hack: DTX | SACK | SNACk | AACK | ANACk | NACK | NNACk

set(hack: HsMimoHarqMode, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# [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.

Parameters:
  • hack – DTX | SACK | SNACk | AACK | ANACk | NACK | NNACk

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

  • transmTimeIntervalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)