Profile

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SDYNamics:PROFile
class ProfileCls[source]

Profile commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) RsSmbv.enums.Doppler[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:SDYNamics:PROFile
value: enums.Doppler = driver.source.bb.gnss.svid.gps.sdynamics.profile.get(satelliteSvid = repcap.SatelliteSvid.Default)

Selects the dynamics profile type.

param satelliteSvid

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

return

profile: CONStant| HIGH CONStant Constant velocity as set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:SDYNamics:VELocity. HIGH Profiles with higher-order dynamics as set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:SDYNamics:CONFig.

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

Selects the dynamics profile type.

param profile

CONStant| HIGH CONStant Constant velocity as set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:SDYNamics:VELocity. HIGH Profiles with higher-order dynamics as set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:SDYNamics:CONFig.

param satelliteSvid

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