Count

SCPI Command :

[SENSe]:NPRatio:NOTCh<notch>:COUNt
class CountCls[source]

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

get(notch=Notch.Default) float[source]
# SCPI: [SENSe]:NPRatio:NOTCh<notch>:COUNt
value: float = driver.sense.npratio.notch.count.get(notch = repcap.Notch.Default)

Defines the number of notches for which results are determined. Note that even if bandwidths for further notches are defined, only the number specified here are actually calculated and displayed.

param notch

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

return

amount: integer Range: 1 to 25

set(amount: float, notch=Notch.Default) None[source]
# SCPI: [SENSe]:NPRatio:NOTCh<notch>:COUNt
driver.sense.npratio.notch.count.set(amount = 1.0, notch = repcap.Notch.Default)

Defines the number of notches for which results are determined. Note that even if bandwidths for further notches are defined, only the number specified here are actually calculated and displayed.

param amount

integer Range: 1 to 25

param notch

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