Pstat.SetACCouple()
Pstat.SetACCouple()
Type: INSTANCE FUNCTION
Purpose: AC-couple the Pstat input.
The input is only AC-coupled if
- the Pstat is capable of AC-coupling at all, and
- the Pstat can AC-couple signals at the chosen frequency.
Usage: Result = Pstat.SetACCouple(Switch, Frequency)
Switch | BOOL |
Requested AC-Coupling state. FALSE = DC-Coupled, TRUE = AC-coupled. |
|
Frequency | REAL | The frequency that is used. | |
Result | BOOL |
The AC-Coupling state after any change. FALSE = DC-Coupled, TRUE = AC-coupled. This value should be checked. Some Pstats always return FALSE. All other Pstats have a frequency below which AC-coupling does not work. |
Comments are closed.