Profile

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:PROFile
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) Doppler[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:PROFile
value: enums.Doppler = driver.source.bb.gnss.svid.sbas.sdynamics.profile.get(satelliteSvid = repcap.SatelliteSvid.Default)

Selects the dynamics profile type.

Parameters:

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

Returns:

profile: CONStant | HIGH CONStant Constant velocity as set with the method RsSmw.source.bb.gnss.svid.gps.sdynamics.velocity.set() . HIGH Profiles with higher-order dynamics as set with the method RsSmw.source.bb.gnss.svid.gps.sdynamics.config.set() .

set(profile: Doppler, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:PROFile
driver.source.bb.gnss.svid.sbas.sdynamics.profile.set(profile = enums.Doppler.CONStant, satelliteSvid = repcap.SatelliteSvid.Default)

Selects the dynamics profile type.

Parameters:
  • profile – CONStant | HIGH CONStant Constant velocity as set with the method RsSmw.source.bb.gnss.svid.gps.sdynamics.velocity.set() . HIGH Profiles with higher-order dynamics as set with the method RsSmw.source.bb.gnss.svid.gps.sdynamics.config.set() .

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