Sets the notch filter bandwidth for the channel.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim notchFilterBandwidth As Double
Dim value As Boolean
value = instance.SetNotchFilterBandwidth(include, notchFilterBandwidth)
|
Parameters
- include
- true to insert the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) from the dataset.
- notchFilterBandwidth
- New notch filter bandwidth.
Return Value
true if the notch filter bandwidth was updated successfully, false if an error occurred.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also