Write/Read |
About Segment Sweep |
Description |
Sets or returns the SA video bandwidth. |
VB Syntax |
seg.SAVideoBandwidth = value |
Variable |
(Type) - Description |
seg |
A Segment (object) |
value |
(Double) Video bandwidth (in Hz). |
Return Type |
Double |
Default |
1E6 Hz |
Examples |
seg.SAVideoBandwidth = 1E6 'Write |
value = seg.SAVideoBandwidth 'Read |
|
C++ Syntax |
HRESULT get_SAVideoBandwidth(double* pVal); HRESULT put_SAVideoBandwidth(double pVal); |
Interface |
ISegment5 |