RowCount

SCPI Command :

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

Sets the number of the rows in the scheduling table.

Parameters:

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

Returns:

row_count: integer Range: 1 to 32

set(row_count: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:ROWCount
driver.source.bb.w3Gpp.mstation.hsupa.edch.rowCount.set(row_count = 1, mobileStation = repcap.MobileStation.Default)

Sets the number of the rows in the scheduling table.

Parameters:
  • row_count – integer Range: 1 to 32

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