TiScopeChannel.PositionVoltage

TiScopeChannel

Specifies the vertical offset of the entire channel in Volts.

property PositionVoltage : Double;

Description

Use PositionVoltage to specify the vertical offset of the entire channel in Volts.

Note: The maximum offset is ±TotalVoltageSpan (where TotalVoltageSpan = 8 * VoltsPerDivision) in increments of 0.1*TotalVoltageSpan.

Example

Delphi

iComponent.Channel[0].PositionVoltage := 50.5; //50.5V Offset

C++ Builder

iComponent->Channel[0]->PositionVoltage = 50.5; //50.5V Offset

Contents | Index | Previous | Next