Signature
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:SIGNature
- class SignatureCls[source]
Signature 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:SIGNature value: int = driver.source.bb.w3Gpp.mstation.pcpch.signature.get(mobileStation = repcap.MobileStation.Default)
The command selects the signature of the PCPCH (see Table 3 in 3GPP TS 25.213 Version 3.4.0 Release 1999) .
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
signature: integer Range: 0 to 15
- set(signature: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:SIGNature driver.source.bb.w3Gpp.mstation.pcpch.signature.set(signature = 1, mobileStation = repcap.MobileStation.Default)
The command selects the signature of the PCPCH (see Table 3 in 3GPP TS 25.213 Version 3.4.0 Release 1999) .
- param signature
integer Range: 0 to 15
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)