Sformat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SFORmat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SFORmat
value: int = driver.source.bb.w3Gpp.mstation.prach.sformat.get(mobileStation = repcap.MobileStation.Default)

Defines the slot format of the PRACH. A change of slot format leads to an automatic change of symbol rate method RsSmw.source.bb.w3Gpp.mstation.prach.symbolRate.set() When channel coding is active, the slot format is predetermined. So in this case, the command has no effect.

Parameters:

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

Returns:

sformat: 0 | 1 | 2 | 3

set(sformat: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SFORmat
driver.source.bb.w3Gpp.mstation.prach.sformat.set(sformat = 1, mobileStation = repcap.MobileStation.Default)

Defines the slot format of the PRACH. A change of slot format leads to an automatic change of symbol rate method RsSmw.source.bb.w3Gpp.mstation.prach.symbolRate.set() When channel coding is active, the slot format is predetermined. So in this case, the command has no effect.

Parameters:
  • sformat – 0 | 1 | 2 | 3

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