Execute

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:POWer:COPY:EXECute
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:POWer:COPY:EXECute
driver.source.bb.gnss.svid.gps.power.copy.execute.set(satelliteSvid = repcap.SatelliteSvid.Default)

Applies the configuration of the current satellite (SVID<ch>:<GNSS system>) to the satellite defined with the method RsSmw.source.bb.gnss.svid.gps.power.copy.svid.set() . Both SV IDs belong to the same GNSS system.

Parameters:

satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

set_with_opc(satelliteSvid=SatelliteSvid.Default, opc_timeout_ms: int = -1) None[source]