Profile<Index>
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile<GR>:DELete
- Commands in total: 7Subgroups: 6Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.bb.gnss.svid.gps.prErrors.profile.repcap_index_set(repcap.Index.Nr1)
- delete(satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile<GR>:DELete driver.source.bb.gnss.svid.gps.prErrors.profile.delete(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)
Deletes the selected pseudorange error.
- Parameters:
satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Profile’)
- delete_with_opc(satelliteSvid=SatelliteSvid.Default, index=Index.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
profile_copy = driver.source.bb.gnss.svid.gps.prErrors.profile.clone()
Subgroups