Absolute

SCPI Command :

[SENSe]:NPRatio:NOTCh<notch>:BWIDth[:ABSolute]
class AbsoluteCls[source]

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

get(notch=Notch.Default) float[source]
# SCPI: [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.

param notch

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

return

frequency: Unit: HZ

set(frequency: float, notch=Notch.Default) None[source]
# SCPI: [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.

param frequency

Unit: HZ

param notch

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