Stores the peak to average power ratio (PAPR), which you specify in the PAPR parameter, in the NI-RFSG waveform database.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback

public static int StoreWaveformPapr(IntPtr rfsgSession, string waveformName, double papr)

Parameters

NameTypeDescription
rfsgSessionIntPtr

Identifies the instrument session. The rfsgSession handle is obtained from the NIRfsg.DangerousGetInstrumentHandle method.

waveformNamestring

Specifies the waveform name for which you want to store the PAPR.

paprdouble

Specifies the PAPR to store in the NI-RFSG database. This value is expressed in dB.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.