It is currently April 19th, 2024, 2:32 pm

Setting a measure using another measure.

Get help with creating, editing & fixing problems with skins
Litcube
Posts: 4
Joined: April 20th, 2014, 11:49 pm

Setting a measure using another measure.

Post by Litcube »

Trying to set the MaxValue of a histogram to TJMax automatically.

Code: Select all

[MeasureTJMax]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=TjMax

[MeasureMaxTemp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=MaxTemperature
MinValue=0
MaxValue=[MeasaureTJMax]
That's not working. Can someone help me on how to assign MaxValue?
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Setting a measure using another measure.

Post by jsmorley »

Litcube wrote:Trying to set the MaxValue of a histogram to TJMax automatically.

Code: Select all

[MeasureTJMax]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=TjMax

[MeasureMaxTemp]
Measure=Plugin
Plugin=CoreTemp
CoreTempType=MaxTemperature
MinValue=0
MaxValue=[MeasaureTJMax]
That's not working. Can someone help me on how to assign MaxValue?
Actually it will work, but you need DynamicVariables=1 on [MeasureMaxTemp].
Litcube
Posts: 4
Joined: April 20th, 2014, 11:49 pm

Re: Setting a measure using another measure.

Post by Litcube »

Cripes.

Thanks for the help! You saved me some hair.