Append

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile:APPend
class AppendCls[source]

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

set(satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile:APPend
driver.source.bb.gnss.svid.gps.prErrors.profile.append.set(satelliteSvid = repcap.SatelliteSvid.Default)

Appends a row in the profile table.

param satelliteSvid

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

set_with_opc(satelliteSvid=SatelliteSvid.Default, opc_timeout_ms: int = - 1) None[source]