RowCount
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROWCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROWCount value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.rowCount.get(mobileStation = repcap.MobileStation.Default)
No help available
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- set(row_count: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROWCount driver.source.bb.w3Gpp.mstation.dpcch.hs.rowCount.set(row_count = 1, mobileStation = repcap.MobileStation.Default)
No help available
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)