FromPy
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:HACK:FROM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:HACK:FROM value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.hack.fromPy.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)
(Release 8 and later) Defines the beginning / end of the HARQ-ACK transmissions inside the HARQ-ACK cycle. R&S SMWThe range is specified in multiples of intervals (Inter-TTI distance) .
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- set(hack_from: int, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:HACK:FROM driver.source.bb.w3Gpp.mstation.dpcch.hs.row.hack.fromPy.set(hack_from = 1, mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)
(Release 8 and later) Defines the beginning / end of the HARQ-ACK transmissions inside the HARQ-ACK cycle. R&S SMWThe range is specified in multiples of intervals (Inter-TTI distance) .
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)