Pattern<PatternIx>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.repcap_patternIx_get()
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.repcap_patternIx_set(repcap.PatternIx.Nr1)
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern<CH>
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: PatternIx, default value after init: PatternIx.Nr1
- get(mobileStation=MobileStation.Default, patternIx=PatternIx.Default) str [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern<CH> value: str = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.get(mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default)
Sets the HARQ Pattern. The maximum length of the pattern is 32 bits.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param patternIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
- return
pattern: string
- set(pattern: str, mobileStation=MobileStation.Default, patternIx=PatternIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern<CH> driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.set(pattern = 'abc', mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default)
Sets the HARQ Pattern. The maximum length of the pattern is 32 bits.
- param pattern
string
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param patternIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.clone()