Count

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:COUNt
class CountCls[source]

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

get(vehicle=Vehicle.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:COUNt
value: int = driver.source.bb.gnss.receiver.v.antenna.count.get(vehicle = repcap.Vehicle.Default)

Sets the number of simulated antennas. For more information, refer to the specifications document.

param vehicle:

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

return:

number_of_antenna: integer Range: 1 to depends on the instrument

set(number_of_antenna: int, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:COUNt
driver.source.bb.gnss.receiver.v.antenna.count.set(number_of_antenna = 1, vehicle = repcap.Vehicle.Default)

Sets the number of simulated antennas. For more information, refer to the specifications document.

param number_of_antenna:

integer Range: 1 to depends on the instrument

param vehicle:

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