Pattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DTX:PATTern
- class PatternCls[source]
- Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(mobileStation=MobileStation.Default) str[source]
- # SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DTX:PATTern value: str = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.dtx.pattern.get(mobileStation = repcap.MobileStation.Default) - The command sets the user-definable bit pattern for the DTX. - param mobileStation
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’) 
- return
- pattern: string 
 
 - set(pattern: str, mobileStation=MobileStation.Default) None[source]
- # SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DTX:PATTern driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.dtx.pattern.set(pattern = 'abc', mobileStation = repcap.MobileStation.Default) - The command sets the user-definable bit pattern for the DTX. - param pattern
- string 
- param mobileStation
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)