Prepetition

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PREPetition
class PrepetitionCls[source]

Prepetition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [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.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return

prepetition: integer Range: 1 to 10

set(prepetition: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param prepetition

integer Range: 1 to 10

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)