Prepetition
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PREPetition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PREPetition value: int = driver.source.bb.w3Gpp.mstation.pcpch.prepetition.get(mobileStation = repcap.MobileStation.Default)
The command defines the number of PCPCH preamble components.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
prepetition: integer Range: 1 to 10
- set(prepetition: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PREPetition driver.source.bb.w3Gpp.mstation.pcpch.prepetition.set(prepetition = 1, mobileStation = repcap.MobileStation.Default)
The command defines the number of PCPCH preamble components.
- Parameters:
prepetition – integer Range: 1 to 10
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)