Write/Read
About Citifiles

CitiFormat Property - Superseded


Description

This command is replaced with SaveData Method

Specifies the format of subsequent citifile saves using app.SaveCitiFormattedData

 VB Syntax

pref.CitiFormat = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(string) - Format in which the citifile will be saved with subsequent save commands. Choose from:

"MA" - Linear Magnitude / degrees

"DB" - Log Mag / degrees

"RI" -  Real / Imaginary

"Auto" - Format in which the trace is already displayed.  If other than Log Mag, Linear Magnitude, or Real/Imag, then the format will be in Real/Imag.

Return Type

String

Default

"Auto"

Examples

pref.CitiFormat = "MA" 'Write

format = pref.CitiFormat 'Read

C++ Syntax

HRESULT get_CitiFormat(BSTR *Format)
HRESULT put_CitiFormat(BSTR Format)

Interface

IPreferences