Sformat
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SFORmat
- class SformatCls[source]
Sformat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:SRATe When channel coding is active, the slot format is predetermined. So in this case, the command has no effect.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
sformat: 0 | 1 | 2 | 3
- set(sformat: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:SRATe When channel coding is active, the slot format is predetermined. So in this case, the command has no effect.
- param sformat
0 | 1 | 2 | 3
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)