Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
95
6.3.7 IPEGenOptions2::SetDisableScrambling
HRESULT SetDisableScrambling (
[in] BOOL disable_scrambling )
Disables/enables scrambling of outgoing traffic.
Parameters
disable_scrambling
When TRUE, scrambling is disabled
Return values
Remarks
Example
WSH:
Set Analyzer = WScript.CreateObject( “CATC.PETracer” )
Set GenOptions = Analyzer. GetGenerationOptions
GenOptions.SetDisableScrambling( 0 )
C++: