RpDetection
SCPI Command :
[SOURce]:BB:W3GPp:TS25141:AWGN:RPDetection:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_rate() Ts25141ReqPd[source]
# [SOURce]:BB:W3GPp:TS25141:AWGN:RPDetection:RATE value: enums.Ts25141ReqPd = driver.source.bb.w3Gpp.ts25141.awgn.rpDetection.get_rate()
Sets the required probability of detection of preamble (Pd) . The selection determines the ratio Eb/N0.
- Returns:
rate: PD099 | PD0999
- set_rate(rate: Ts25141ReqPd) None[source]
# [SOURce]:BB:W3GPp:TS25141:AWGN:RPDetection:RATE driver.source.bb.w3Gpp.ts25141.awgn.rpDetection.set_rate(rate = enums.Ts25141ReqPd.PD099)
Sets the required probability of detection of preamble (Pd) . The selection determines the ratio Eb/N0.
- Parameters:
rate – PD099 | PD0999