Write/Read |
About Spectrum Analyzer Markers |
Description |
Sets and reads the state of the band noise marker. This command makes a band noise marker from a generic marker. First turn a marker ON with the meas.MarkerState command. Then use this command to make it a bandpower marker. |
VB Syntax |
mkr.BandpowerState = value |
Variable |
(Type) - Description |
mkr |
A Marker (object) |
value |
(Enum as NAStates) Choose from: naOFF (or 0) - Turn band noise marker OFF naON (or 1) - Turn band noise marker ON |
Return Type |
Boolean |
Default |
naOFF |
Examples |
|
C++ Syntax |
HRESULT get_BandpowerState(VARIANT_BOOL* bState) HRESULT put_BandpowerState(VARIANT_BOOL bState) |
Interface |
IMarker6 |