CaPeriod

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CAPeriod
class CaPeriodCls[source]

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

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CAPeriod
value: float = driver.source.bb.gnss.svid.glonass.sdynamics.caPeriod.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the time duration during that acceleration is applied and thus the velocity varies.

param satelliteSvid

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

return

const_acc_period: float Range: 0.1 to 10800

set(const_acc_period: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SDYNamics:CAPeriod
driver.source.bb.gnss.svid.glonass.sdynamics.caPeriod.set(const_acc_period = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the time duration during that acceleration is applied and thus the velocity varies.

param const_acc_period

float Range: 0.1 to 10800

param satelliteSvid

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