Skip to main content
U.S. FlagAn official website of the United States government
icon dot gov
Official websites use .gov

A .gov website belongs to an official government organization in the United States.

icon https
Secure .gov websites use HTTPS

A lock () or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

data.confhistory

data.confhistory analyzes the base archives generated by CPD2 to generate a report about when configuration file changes occurred.

Command Line Usage

data.confhistory [--start=start] [--end=end] station Key1 [ ... KeyN ]

Arguments

--start=start and --end=end

The time specifiers for the data to be inspected. Start is inclusive while end is exclusive, so all data contained within the half open interval [start,end) will be returned. Any convertible time format is accepted. May be omitted to specify positive/negative infinity.

station

The station identifier code. For example 'brw'. Case insensitive.

Key1 ... KeyN

Conf file keys to process. Case insensitive. Accepts regular expression matches, wrapped in “^key$”. For example “Instruments;S11;Config;SMZ”.

Example Usage

All changes to S11 SMZ parameter

data.confhistory bnd "Instruments;S11;Config;SMZ"

All after a date to a variable calibration

data.confhistory --start=2010 mlo "Instruments;X1;var;T_V11;cal"