Hello,
is it possible to get the following parameters displayed in a Visio drawing?
Also if it's possible to access the description of the preset to show it on a Visio drawing?
Right now I'm displaying only the spectrum thumbnail, marker center and c/n.
Best regards,
Stefan
Hello Stefan,
To get to spectrum general parameter values within the scope of a monitor, you can use spectrum script variables.
- In the spectrum script, add script variables :
- In the spectrum monitor, add parameters based on the spectrum script variables and check the option 'Displayed on element card' :
- In the spectrum element card, an extra page is shown to reflect the monitor parameters
- In the spectrum element visio, a parametercontrol visioshape can be used to visualize the monitor parameter values. Note that a parameter shape will not show the monitor parameter value since this shows a spectrum thumbnail by design.
When I’m executing the script I get the following error: Unkown preset value type: ‘actualsweep’.
Does your spectrum analyzer driver specify param SPA_PARAM_AUTO_SWEEP (ID 64021) with a valid value ?
In case the SPA_PARAM_SWEEPTIME (ID 64015) is set to Auto (value ‘-1’), the SPA_PARAM_AUTO_SWEEP would hold the real sweeptime value.
Likewise for input attenuation : SPA_PARAM_INPUT_ATTEN (ID 64009) = -1 => real value in SPA_PARAM_AUTO_ATTEN (ID 64022)
Yes this is working, great! But I can only see rbw and vbw. The values for attenuator and sweep time are empty. Any idea?