Absolute
SCPI Command :
[SENSe]:NPRatio:NOTCh<notch>:BWIDth[:ABSolute]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notch=Notch.Default) float[source]
# [SENSe]:NPRatio:NOTCh<notch>:BWIDth[:ABSolute] value: float = driver.sense.npratio.notch.bandwidth.absolute.get(notch = repcap.Notch.Default)
Defines the bandwidth of the individual notch as an absolute value.
- Parameters:
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
frequency: Unit: HZ
- set(frequency: float, notch=Notch.Default) None[source]
# [SENSe]:NPRatio:NOTCh<notch>:BWIDth[:ABSolute] driver.sense.npratio.notch.bandwidth.absolute.set(frequency = 1.0, notch = repcap.Notch.Default)
Defines the bandwidth of the individual notch as an absolute value.
- Parameters:
frequency – Unit: HZ
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)