RsNumber
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:RSNumber
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:RSNumber value: int = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.rsNumber.get(mobileStation = repcap.MobileStation.Default)
The command sets the retransmission sequence number.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
rs_number: integer Range: 0 to 3
- set(rs_number: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:RSNumber driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.rsNumber.set(rs_number = 1, mobileStation = repcap.MobileStation.Default)
The command sets the retransmission sequence number.
- Parameters:
rs_number – integer Range: 0 to 3
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)