Signature
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SIGNature
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SIGNature value: int = driver.source.bb.w3Gpp.mstation.prach.signature.get(mobileStation = repcap.MobileStation.Default)
The command selects the signature of the PRACH (see Table 3 in 3GPP TS 25.213 Version 3.4.0 Release 1999) .
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
signature: integer Range: 0 to 15
- set(signature: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SIGNature driver.source.bb.w3Gpp.mstation.prach.signature.set(signature = 1, mobileStation = repcap.MobileStation.Default)
The command selects the signature of the PRACH (see Table 3 in 3GPP TS 25.213 Version 3.4.0 Release 1999) .
- Parameters:
signature – integer Range: 0 to 15
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)