FromPy

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROW<CH0>:FROM
class FromPyCls[source]

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

get(mobileStation=MobileStation.Default, rowNull=RowNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROW<CH0>:FROM
value: int = driver.source.bb.w3Gpp.mstation.hsupa.edch.row.fromPy.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default)

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

param mobileStation

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

param rowNull

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

return

tti_from: No help available

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

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

param tti_from

integer Range: 0 to dynamic

param mobileStation

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

param rowNull

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