Property (Read-Write)
SCPI.SENSe.BB(Ch).COFRequency = Value
Value = SCPI.SENSe.BB(Ch).COFRequency
This command sets/gets DC Block cut off frequency, for the selected channel Ch.
|
Parameter |
Value |
|
Description |
DC Block cut off frequency |
|
Data Type |
Character string type (String) |
|
Range |
LOW|HIGH |
|
Preset Value |
LOW |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as String
Var= "LOW"
SCPI.SENSe.BB1.COFRequency = Var
Var = SCPI.SENSe.BB1.COFRequency
BB Menu: Setup > Cutoff Frequency
:SENSe:BB[1-1]:COFRequency {LOW|HIGH}
:SENSe:BB[1-1]:COFRequency?
{LOW|HIGH} <newline><^END>
10 OUTPUT 717;":SENSe:BB1:COFRequency LOW"
20 OUTPUT 717;":SENSe:BB1:COFRequency ?"
30 ENTER 717;A$