Latency
SCPI Command :
[SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:HILPosition:LATency
- class LatencyCls[source]
Latency commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:HILPosition:LATency value: float = driver.source.bb.gnss.rt.receiver.v.hilPosition.latency.get(vehicle = repcap.Vehicle.Default)
Queries the predicted latency that is the time delay between the elapsed time of HIL mode command and the time to execute this command in the R&S SMBV100B. HIL command refers to HiL mode A or HiL mode B commands: [:SOURce<hw>]:BB:GNSS:RT:RECeiver[:V<st>]:HILPosition:MODE:A [:SOURce<hw>]:BB:GNSS:RT:RECeiver[:V<st>]:HILPosition:MODE:B How to: ‘Latency calibration’
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
latency: float Range: min to max, Unit: s
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.rt.receiver.v.hilPosition.latency.clone()
Subgroups