ForbiddenBand

Contents

ForbiddenBand#

class pypulseqpp.safety.ForbiddenBand[source]#

Bases: NamedTuple

A forbidden gradient band, a frequency range on one physical axis.

axis is "x", "y", "z" or None for every axis; f_min and f_max are inclusive edges in Hz; tolerance is the largest amplitude allowed inside the band, in mT/m, and 0 where the table states none.

Methods

count

Return number of occurrences of value.

index

Return first index of value.

Attributes

axis

Alias for field number 0

f_max

Alias for field number 2

f_min

Alias for field number 1

tolerance

Alias for field number 3