KcGps
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:KCGPs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vdbTransmitter=VdbTransmitter.Default) float[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:KCGPs value: float = driver.source.bb.gbas.vdb.mconfig.kcGps.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Sets the ephemeris missed detection parameter (Kmd_e) , category I precision approach and approach with vertical guidance (APV) . This is a multiplier considered when calculating the ephemeris error position bound for the category I precision approach and APV. It is derived from the probability that a detection is missed because of an ephemeris error in a GPS/GLONASS satellite.
- Parameters:
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- Returns:
kmd_ec_gps: float Range: 0 to 12.75
- set(kmd_ec_gps: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:KCGPs driver.source.bb.gbas.vdb.mconfig.kcGps.set(kmd_ec_gps = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)
Sets the ephemeris missed detection parameter (Kmd_e) , category I precision approach and approach with vertical guidance (APV) . This is a multiplier considered when calculating the ephemeris error position bound for the category I precision approach and APV. It is derived from the probability that a detection is missed because of an ephemeris error in a GPS/GLONASS satellite.
- Parameters:
kmd_ec_gps – float Range: 0 to 12.75
vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)