Relative
SCPI Command :
[SENSe]:NPRatio:NOTCh<notch>:BWIDth:RELative
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(notch=Notch.Default) float[source]
# [SENSe]:NPRatio:NOTCh<notch>:BWIDth:RELative value: float = driver.sense.npratio.notch.bandwidth.relative.get(notch = repcap.Notch.Default)
Defines the bandwidth of the individual notch as a percentage of the defined channel frequency.
- Parameters:
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
percentage: Range: 0 to 100
- set(percentage: float, notch=Notch.Default) None[source]
# [SENSe]:NPRatio:NOTCh<notch>:BWIDth:RELative driver.sense.npratio.notch.bandwidth.relative.set(percentage = 1.0, notch = repcap.Notch.Default)
Defines the bandwidth of the individual notch as a percentage of the defined channel frequency.
- Parameters:
percentage – Range: 0 to 100
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)