Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:GAMN:UNSCaled
class UnscaledCls[source]

Unscaled 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:NMESsage:NAV:CCORrection:GAMN:UNSCaled
value: float = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.gamn.unscaled.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the parameter gamman (~af1) .

param satelliteSvid

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

return

gamma_n: integer

set(gamma_n: float, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:GAMN:UNSCaled
driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.gamn.unscaled.set(gamma_n = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Sets the parameter gamman (~af1) .

param gamma_n

integer

param satelliteSvid

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