Skip to content
Discussion options

You must be logged in to vote

Here you go:

<?xml version="1.0" encoding="UTF-8"?>
<!-- test2.ssv -->
<ssv:ParameterSet version="2.0" name="set1"
    xmlns:ssv="http://ssp-standard.org/SSP1/SystemStructureParameterValues"
    xmlns:ssc="http://ssp-standard.org/SSP1/SystemStructureCommon">
    <ssv:Parameters>
        <ssv:Parameter name="gain.k">
            <ssv:Real value="2"/>
        </ssv:Parameter>
        <ssv:Parameter name="clock.offset">
            <ssv:Real value="0.1"/>
        </ssv:Parameter>
        <ssv:Parameter name="vector">
            <ssv:Real value="1 2 3"/>
            <ssc:Dimension size="3"/>
        </ssv:Parameter>
        <ssv:Parameter name="table1">
            <ssv:Real value="0 0 0.5 0…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pmai
Comment options

pmai Jan 2, 2025
Maintainer

@beutlich
Comment options

Answer selected by beutlich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants