CvPeriod

SCPI Command :

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

Sets the time period during that the velocity is kept constant.

Parameters:

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

Returns:

const_vel_period: float Range: 0.1 to 10800

set(const_vel_period: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:CVPeriod
driver.source.bb.gnss.svid.sbas.sdynamics.cvPeriod.set(const_vel_period = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the time period during that the velocity is kept constant.

Parameters:
  • const_vel_period – float Range: 0.1 to 10800

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