Pattern<PatternIx>
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.repcap_patternIx_set(repcap.PatternIx.Nr1)
- get(mobileStation=MobileStation.Default, patternIx=PatternIx.Default) str[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
- Returns:
pattern: string
- set(pattern: str, mobileStation=MobileStation.Default, patternIx=PatternIx.Default) None[source]
# [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.
- Parameters:
pattern – string
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
Cloning the Group
# Create a copy of the original group, that exists independently
pattern_copy = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.clone()