Slatency
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:SLATency
- class SlatencyCls[source]
Slatency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:SLATency value: float = driver.source.bb.gnss.receiver.v.hil.slatency.get(vehicle = repcap.Vehicle.Default)
Sets the time delay between the time specified with the parameter <ElapsedTime> in the HIL mode A position data command and the time this command is executed in the R&S SMBV100B. See also ‘System latency’. You can use the retrieved value for latency calibration, see ‘Latency calibration’.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
system_latency: float Range: 0.02 to 0.15, Unit: s
- set(system_latency: float, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:HIL:SLATency driver.source.bb.gnss.receiver.v.hil.slatency.set(system_latency = 1.0, vehicle = repcap.Vehicle.Default)
Sets the time delay between the time specified with the parameter <ElapsedTime> in the HIL mode A position data command and the time this command is executed in the R&S SMBV100B. See also ‘System latency’. You can use the retrieved value for latency calibration, see ‘Latency calibration’.
- param system_latency
float Range: 0.02 to 0.15, Unit: s
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)