Set or return the state of the peak sensor temperature compensation system.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Property TempComp As Boolean
|
C#
|
public bool TempComp { get; set; }
|
Visual C++
|
HRESULT get_TempComp(
VARIANT_BOOL* val
);
HRESULT put_TempComp(
VARIANT_BOOL val
);
|
Property Value
Set or return the state of the peak sensor temperature compensation system.
Remarks
This system compensates for drift that might otherwise be caused by changes in the temperature of the peak power sensors.
Instrument Command
SENSe{Channel}:CORRection:TEMPcomp {1|0}
SENSe{Channel}:CORRection:TEMPcomp?
Requirements
Supported Models
All supported
See Also
Reference
IBoonton55xxxChannelCorrections Interface
Boonton.Boonton55xxx.Interop Namespace

Copyright 2013-16 Boonton. All rights reserved.
|