Prepre

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TIMing:TIME:PREPre
class PrepreCls[source]

Prepre 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:TIMing:TIME:PREPre
value: int = driver.source.bb.w3Gpp.mstation.pcpch.timing.time.prepre.get(mobileStation = repcap.MobileStation.Default)

This command defines the time difference between two successive preambles in access slots.

param mobileStation

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

return

prepre: integer Range: 1 to 14

set(prepre: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TIMing:TIME:PREPre
driver.source.bb.w3Gpp.mstation.pcpch.timing.time.prepre.set(prepre = 1, mobileStation = repcap.MobileStation.Default)

This command defines the time difference between two successive preambles in access slots.

param prepre

integer Range: 1 to 14

param mobileStation

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