marker in virtuoso visualisation and analysis XL

Y

yvk

Guest
1. how to create markers with display data intercepts always ON.(instead of changing the properties of marker after creating it) ?

2. how to create markers in all subwindows at a time?

3. how to save the marker positions in the graph?

thanks,
yvk
 
On 07/24/12 16:28, yvk wrote:
1. how to create markers with display data intercepts always ON.(instead of changing the properties of marker after creating it) ?
Put this in your ~/.cdsenv file:

viva.vertMarker interceptStyle string "On"
viva.horizMarker interceptStyle string "On"

Or use the corresponding SKILL functions:

envSetVal("viva.vertMarker" "interceptStyle" 'string "On")
envSetVal("viva.horizMarker" "interceptStyle" 'string "On")

2. how to create markers in all subwindows at a time?
I don't really understand what that would mean - why would you want to
do that? Anyway, you can't - if you want to do this you'll need to
contact customer support with an explanation of why this would be useful
so that an enhancement can be requested.

3. how to save the marker positions in the graph?
File->Save Window


Regards,

Andrew.
 
thanks Andrew, that was really helpful,
just fewmore queries, I want to add predefined locations for couple of vertical markers Ex: min ,max of x-axis variables in the plot.

how do i add these settings in a script and invoke this set of commands with a single bindkey?



On Monday, July 30, 2012 4:21:26 PM UTC+5:30, Andrew Beckett wrote:
On 07/24/12 16:28, yvk wrote:

1. how to create markers with display data intercepts always ON.(instead of changing the properties of marker after creating it) ?





Put this in your ~/.cdsenv file:



viva.vertMarker interceptStyle string "On"

viva.horizMarker interceptStyle string "On"



Or use the corresponding SKILL functions:



envSetVal("viva.vertMarker" "interceptStyle" 'string "On")

envSetVal("viva.horizMarker" "interceptStyle" 'string "On")



2. how to create markers in all subwindows at a time?



I don't really understand what that would mean - why would you want to

do that? Anyway, you can't - if you want to do this you'll need to

contact customer support with an explanation of why this would be useful

so that an enhancement can be requested.





3. how to save the marker positions in the graph?





File->Save Window





Regards,



Andrew.
 
On 08/05/12 15:00, yvk wrote:
thanks Andrew, that was really helpful,
just fewmore queries, I want to add predefined locations for couple of vertical markers Ex: min ,max of x-axis variables in the plot.

how do i add these settings in a script and invoke this set of commands with a single bindkey?
Presumably you could use awvPlaceXMarker(currentWindow() 0.0) to add one
at the beginning, say.

Andrew
 
On Monday, July 30, 2012 at 4:21:26 PM UTC+5:30, Andrew Beckett wrote:
On 07/24/12 16:28, yvk wrote:
1. how to create markers with display data intercepts always ON.(instead of changing the properties of marker after creating it) ?


Put this in your ~/.cdsenv file:

viva.vertMarker interceptStyle string "On"
viva.horizMarker interceptStyle string "On"

Or use the corresponding SKILL functions:

envSetVal("viva.vertMarker" "interceptStyle" 'string "On")
envSetVal("viva.horizMarker" "interceptStyle" 'string "On")

2. how to create markers in all subwindows at a time?

I don't really understand what that would mean - why would you want to
do that? Anyway, you can't - if you want to do this you'll need to
contact customer support with an explanation of why this would be useful
so that an enhancement can be requested.


3. how to save the marker positions in the graph?


File->Save Window


Regards,

Andrew.

Thanks a lot Andrew!! Helped a lot
 

Welcome to EDABoard.com

Sponsor

Back
Top