Write/Read |
About Frequency Offset |
Description |
This method is replaced by properties on the FOMRange Object. Specifies (along with FrequencyOffsetMultiplier) the value to multiply by the stimulus. See other Frequency Offset properties |
VB Syntax |
object.FrequencyOffsetDivisor = value |
Variable |
(Type) - Description |
object |
Channel (object) or CalSet (object) - Read-only property |
value |
(Double) - Divisor value. Range is 1 to 1000 |
Return Type |
Double |
Default |
1 |
Examples |
chan.FrequencyOffsetDivisor = 2 'Write |
fOffsetDiv = chan.FrequencyOffsetDivisor 'Read |
|
C++ Syntax |
HRESULT get_FrequencyOffsetDivisor(double*pval) HRESULT put_FrequencyOffsetDivisor(double newVal) |
Interface |
IChannel2 |CalSet3 |