Gamn

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:GAMN
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) int[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:NMESsage:NAV:CCORrection:GAMN
value: int = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.gamn.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets the parameter gamman (~af1) .

Parameters:

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

Returns:

gamma_n: integer

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

Sets the parameter gamman (~af1) .

Parameters:
  • gamma_n – integer

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

Cloning the Group

# Create a copy of the original group, that exists independently
gamn_copy = driver.source.bb.gnss.svid.glonass.nmessage.nav.ccorrection.gamn.clone()

Subgroups