Count
SCPI Command :
[SENSe]:NPRatio:NOTCh<notch>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notch=Notch.Default) float[source]
# [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.
- Parameters:
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
amount: integer Range: 1 to 25
- set(amount: float, notch=Notch.Default) None[source]
# [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.
- Parameters:
amount – integer Range: 1 to 25
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)