To

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROW<CH0>:TO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROW<CH0>:TO
value: int = driver.source.bb.w3Gpp.mstation.hsupa.edch.row.to.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

Determines the start/end TTI of the corresponding E-DCH burst.

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’)

Returns:

tti_to: integer Range: 0 to dynamic

set(tti_to: int, mobileStation=MobileStation.Default, rowNull=RowNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROW<CH0>:TO
driver.source.bb.w3Gpp.mstation.hsupa.edch.row.to.set(tti_to = 1, mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

Determines the start/end TTI of the corresponding E-DCH burst.

Parameters:
  • tti_to – integer Range: 0 to dynamic

  • 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’)