Relative
SCPI Command :
[SENSe]:NPRatio:NOTCh<notch>:BWIDth:RELative
- class RelativeCls[source]
Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(notch=Notch.Default) float [source]
# SCPI: [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.
- param notch
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- return
percentage: Range: 0 to 100
- set(percentage: float, notch=Notch.Default) None [source]
# SCPI: [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.
- param percentage
Range: 0 to 100
- param notch
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)