Rows
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:ROWS
- class RowsCls[source]
Rows commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:ROWS value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.hack.rows.get(mobileStation = repcap.MobileStation.Default)
Determines the number of the rows in the HARQ-ACK respectively in the PCI/CQI scheduling table.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
row_count: integer Range: 1 to 32
- set(row_count: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:ROWS driver.source.bb.w3Gpp.mstation.dpcch.hs.hack.rows.set(row_count = 1, mobileStation = repcap.MobileStation.Default)
Determines the number of the rows in the HARQ-ACK respectively in the PCI/CQI scheduling table.
- param row_count
integer Range: 1 to 32
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)