Path must not be empty

Trace:

File: /opt/wasabi/src/Core/StreamWrapper/FileSystemStreamWrapper.php (Line: 85)

77:   * @param bool $options  use_include_path

78:   * @param mixed $opened_path not used

79:   *

80:   * @return bool

81:   */

82:  public function stream_open($path, $mode, $options, &$opened_path)

83:  {

84:   $this->localPath = $this->translate($path);

85:   $this->fp  = fopen($this->localPath, $mode, $options);

86:   return $this->fp !== FALSE;

87:  }

88:

89:  /**

90:   * Closes an open file pointer

91:   *

Arguments:
string(0) ""
string(2) "rb"
integer 0

Unable to determine the detailed information about a exception trace part.

File: /opt/wasabi/src/Core/Functionality/Helper/FileSystemFunctionsWrapper.php (Line: 118)

110:   *

111:   * @param string $filename  the filename

112:   * @param boolean $useIncludePath use internal include path

113:   *

114:   * @return string

115:   */

116:  public function fileGetContents($filename, $useIncludePath = FALSE)

117:  {

118:   return file_get_contents($filename, $useIncludePath);

119:  }

120:

121:  /**

122:   * wrapper function for file_get_contents

123:   *

124:   * @param string $filename the filename

Arguments:
string(49) "snippet:///b/bbfcc84957dd2238d2aa846606740713.xml"
bool FALSE

File: /opt/wasabi/src/WebFrontend/Handler/FileHandler.php (Line: 51)

43:   * @return DOMElement child node that is the document element of the document

44:   * @throws RsDomException

45:   */

46:  protected function buildNode()

47:  {

48:   $snippet = new RsDomDocument();

49:   try

50:   {

51:    $snippet->loadXML($this->fileWrapper->fileGetContents($this->getAttribute('src')));

52:   }

53:   catch (Exception $e)

54:   {

55:    $this->logger->error('FileHandler', $e);

56:    $snippet->appendChild($snippet->createElement('div', ''));

57:   }

Arguments:
string(49) "snippet:///b/bbfcc84957dd2238d2aa846606740713.xml"

File: /opt/wasabi/src/Core/Handler/AbstractDefaultHandler.php (Line: 35)

27:  /**

28:   * implements the content handling

29:   *

30:   * @return void

31:   * @throws HandlerException

32:   */

33:  final protected function handle()

34:  {

35:   $node = $this->buildNode();

36:

37:   if (isset($node))

38:   {

39:    if (!$node instanceof RsDomElement)

40:    {

41:     throw new HandlerException('Handler did not return a RsDomElement');

Arguments:

File: /opt/wasabi/src/Core/Handler/AbstractHandler.php (Line: 82)

74:  final public function execute(RsDomElement $ctx, RsDomDocument $content, Request $request, Response $response, ContentProcessor $contentProcessor)

75:  {

76:   $this->ctx  = $ctx;

77:   $this->content = $content;

78:   $this->request = $request;

79:   $this->response = $response;

80:   $this->processor = $contentProcessor;

81:

82:   $this->handle();

83:  }

84:

85:  /**

86:   * the doing of the handler

87:   *

88:   * @return void

Arguments:

File: /opt/wasabi/src/Core/Handler/CoreHandler.php (Line: 138)

130:    }

131:

132:    $handler = $this->factory->getInstanceFor($type . 'handler');

133:    if (!$handler instanceof HandlerInterface)

134:    {

135:     throw new CoreHandlerException($type . 'handler does not implement HandlerInterface', CoreHandlerException::HANDLERINTERFACE_NOT_IMPLEMENTED);

136:    }

137:

138:    $handler->execute($handlerNode, $content, $this->request, $this->response, $processor);

139:   }

140:

141:   $this->response->setBody($content);

142:  }

143:

144:  private function initRequestParams()

Arguments:
object WASABI\Core\Xml\RsDomElement(0) {
}
object WASABI\Core\Xml\RsDomDocument(1) {
    private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
    }
}
object WASABI\Core\Request\Request(16) {
    private data => array(6) (
        "get" => object WASABI\Core\Request\RequestGet(2) {
            protected data => array(0) 
            private staticUrlParams => array(0) 
        }
        "post" => object WASABI\Core\Request\RequestPost(1) {
            protected data => array(0) 
        }
        "cookie" => object WASABI\Core\Request\RequestCookie(1) {
            protected data => array(1) (
                "rsWebFrontend" => string(32) "29c86f6d4519906f0eb95043477b24b9"
            )
        }
        "files" => object WASABI\Core\Request\RequestFiles(1) {
            protected data => array(0) 
        }
        "server" => object WASABI\Core\Request\RequestServer(1) {
            protected data => array(46) (
                "USER" => string(6) "apache"
                "HOME" => string(16) "/usr/share/httpd"
                "SCRIPT_NAME" => string(10) "/index.php"
                "REQUEST_URI" => string(81) "/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
                "QUERY_STRING" => string(0) ""
                "REQUEST_METHOD" => string(3) "GET"
                "SERVER_PROTOCOL" => string(8) "HTTP/1.1"
                "GATEWAY_INTERFACE" => string(7) "CGI/1.1"
                "REMOTE_PORT" => string(5) "13905"
                "SCRIPT_FILENAME" => string(22) "/srv/www/com/index.php"
                "SERVER_ADMIN" => string(32) "it-servicedesk@rohde-schwarz.com"
                "CONTEXT_DOCUMENT_ROOT" => string(12) "/srv/www/com"
                "CONTEXT_PREFIX" => string(0) ""
                "REQUEST_SCHEME" => string(4) "http"
                "DOCUMENT_ROOT" => string(12) "/srv/www/com"
                "REMOTE_ADDR" => string(14) "192.168.15.231"
                "SERVER_PORT" => string(2) "80"
                "SERVER_ADDR" => string(14) "192.168.15.178"
                "SERVER_NAME" => string(21) "www.rohde-schwarz.com"
                "SERVER_SOFTWARE" => string(6) "Apache"
                "SERVER_SIGNATURE" => string(0) ""
                "PATH" => string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
                "HTTP_CONNECTION" => string(10) "Keep-Alive"
                "HTTP_COOKIE" => string(46) "rsWebFrontend=29c86f6d4519906f0eb95043477b24b9"
                "HTTP_X_FORWARDED_FOR" => string(14) "216.73.216.109"
                "HTTP_RUSGEOLOCATION" => string(4) "VVMs"
                "HTTP_ACCEPT_ENCODING" => string(23) "gzip, br, zstd, deflate"
                "HTTP_USER_AGENT" => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
                "HTTP_ACCEPT" => string(3) "*/*"
                "HTTP_HOST" => string(20) "www.rohde-schwarz.de"
                "RS_DEBUG_MODE" => string(5) "false"
                "RS_CONFIG" => string(4) "prod"
                "RS_COM_HTTP_HOST" => string(21) "www.rohde-schwarz.com"
                "SCRIPT_URI" => string(109) "http://www.rohde-schwarz.com/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
                "SCRIPT_URL" => string(81) "/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
                "UNIQUE_ID" => string(27) "aSmaT@ITE7ua7glwUbiPaAAAAA8"
                "RS_SITE_CDN" => string(29) "https://cdn.rohde-schwarz.com"
                "RS_COUNTRY_CODE" => string(1) "/"
                "RS_SITE_PROTOCOL" => string(5) "https"
                "RS_SITE" => string(3) "com"
                "proxy" => string(1) "1"
                "FCGI_ROLE" => string(9) "RESPONDER"
                "PHP_SELF" => string(10) "/index.php"
                "REQUEST_TIME_FLOAT" => float 1764334159.9288
                "REQUEST_TIME" => integer 1764334159
                "HTTPS" => string(2) "on"
            )
        }
        "env" => object WASABI\Core\Request\RequestEnv(1) {
            protected data => array(1) (
                "RS_DEBUG_MODE" => bool TRUE
            )
        }
    )
    private locale => object WASABI\Core\System\Locale(3) {
        private language => string(2) "en"
        private subSite => string(2) "il"
        private subSiteConfig => array(48) (
            "com" => string(2) "en"
            "in" => string(2) "en"
            "uk" => string(2) "en"
            "us" => string(2) "en"
            "au" => string(2) "en"
            "ca" => string(2) "en"
            "ca-fr" => string(2) "fr"
            "sg" => string(2) "en"
            "my" => string(2) "en"
            "no" => string(2) "en"
            "mea" => string(2) "en"
            "ph" => string(2) "en"
            "th" => string(2) "en"
            "ae" => string(2) "en"
            "cz" => string(2) "en"
            "fi" => string(2) "en"
            "id" => string(2) "en"
            "pk" => string(2) "en"
            "se" => string(2) "en"
            "vn" => string(2) "en"
            "dk" => string(2) "en"
            "gr" => string(2) "en"
            "hu" => string(2) "en"
            "lv" => string(2) "en"
            "lt" => string(2) "en"
            "nl" => string(2) "en"
            "pl" => string(2) "en"
            "pt" => string(2) "en"
            "tr" => string(2) "en"
            "sa" => string(2) "en"
            "de" => string(2) "de"
            "at" => string(2) "de"
            "fr" => string(2) "fr"
            "br" => string(5) "pt-br"
            "lat" => string(6) "es-lat"
            "es" => string(2) "es"
            "it" => string(2) "it"
            "ch" => string(2) "de"
            "ch-en" => string(2) "en"
            "ch-fr" => string(2) "fr"
            "kr" => string(2) "ko"
            "jp" => string(2) "ja"
            "cac" => string(2) "ru"
            "cac-en" => string(2) "en"
            "tw" => string(2) "en"
            "il" => string(2) "en"
            "cn-en" => string(2) "en"
            "ua" => string(2) "en"
        )
    }
    private urlEncoder => object WASABI\Core\System\UrlEncoder(0) {
    }
    private defaultSubSite => string(3) "com"
    private requestURI => string(81) "/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
    private urlParts => array(5) (
        0 => string(2) "il"
        1 => string(8) "products"
        2 => string(20) "test-and-measurement"
        3 => string(13) "oscilloscopes"
        4 => string(33) "rs-mxo-3-oscilloscope_334309.html"
    )
    private cleanURI => string(78) "/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
    private cleanUrlParts => array(4) (
        0 => string(8) "products"
        1 => string(20) "test-and-measurement"
        2 => string(13) "oscilloscopes"
        3 => string(33) "rs-mxo-3-oscilloscope_334309.html"
    )
    private noShortUrl => array(4) (
        0 => string(6) "driver"
        1 => string(7) "drivers"
        2 => string(8) "firmware"
        3 => string(8) "software"
    )
    private reference => NULL
    private product => string(0) ""
    private productCode => string(14) "1335.2050.base"
    private geolocationRedirect => bool TRUE
    private rawUrlQuery => string(0) ""
    private userGeolocation => string(2) "us"
    private isPreview => bool FALSE
}
object WASABI\Core\System\Response(6) {
    private body => NULL
    private headers => array(2) (
        "x-rs-location-server" => string(9) "www-sg178"
        "Link" => array(16) (
            0 => string(106) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/js/vendor/require-2.3.5.min.js>; rel=preload; as=script;"
            1 => string(90) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/js/main.min.js>; rel=preload; as=script;"
            2 => string(108) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/js/vendor/lazysizes-5.2.0.min.js>; rel=preload; as=script;"
            3 => string(113) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/js/vendor/webfontloader-1.6.28.min.js>; rel=preload; as=script;"
            4 => string(112) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/js/vendor/modernizr-custom.6116ab.js>; rel=preload; as=script;"
            5 => string(110) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/fonts/LinotypeUnivers-330Light.woff2>; rel=preload; as=font;"
            6 => string(107) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/fonts/LinotypeUnivers-420Cn.woff2>; rel=preload; as=font;"
            7 => string(101) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/fonts/RSI-Icons-woff2.woff2>; rel=preload; as=font;"
            8 => string(111) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/fonts/LinotypeUnivers-620CnBold.woff2>; rel=preload; as=font;"
            9 => string(109) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/fonts/LinotypeUnivers-630Bold.woff2>; rel=preload; as=font;"
            10 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/css/style.min.css>; rel=preload; as=style;"
            11 => string(92) "<https://cdn.rohde-schwarz.com/techfiles/9b783396/css/fonts.min.css>; rel=preload; as=style;"
            12 => string(83) "<https://cdn.rohde-schwarz.com/api/9881398/api_dynamic.js>; rel=preload; as=script;"
            13 => string(82) "<https://cdn.rohde-schwarz.com/api/9881398/api_static.js>; rel=preload; as=script;"
            14 => string(60) "<https://cdn.userway.org/widget.js>; rel=preload; as=script;"
            15 => string(103) "<https://assets.adobedtm.com/launch-EN3504a9f210b14bc28b773c8d8c5a022d.min.js>; rel=preload; as=script;"
        )
    )
    private slots => array(20) (
        "productdata" => array(19) (
            "marketingData" => object WASABI\Core\Model\ProductMarketingData(29) {
                private pageHeader => array(1) (
                    0 => array(8) (
                        ...
                    )
                )
                private pageFooterContent => array(1) (
                    0 => array(8) (
                        ...
                    )
                )
                private pageFooterLinks => array(6) (
                    0 => array(3) (
                        ...
                    )
                    1 => array(3) (
                        ...
                    )
                    2 => array(3) (
                        ...
                    )
                    3 => array(3) (
                        ...
                    )
                    4 => array(3) (
                        ...
                    )
                    5 => array(3) (
                        ...
                    )
                )
                private pageFooterSocialMedia => array(5) (
                    0 => array(8) (
                        ...
                    )
                    1 => array(8) (
                        ...
                    )
                    2 => array(8) (
                        ...
                    )
                    3 => array(8) (
                        ...
                    )
                    4 => array(8) (
                        ...
                    )
                )
                private areaTop => string(3) "
		"
                private areaBottom => string(3) "
		"
                private areaCustomProcessing => string(72) "
			<processings xmlns:data="rsWebFrontend://data">
			</processings>
		"
                private groupTop => string(3) "
		"
                private groupOverviewTop => string(1029) "
<div class="module module-teaser-stage-banner inpesh-teaser-stage-new top-left image" data-view="teaser-stage-image">
	<div class="stage-container">
		<div class="teasers">
			<div class="generic-4 generic-slider inpesh-teaser-stage-slider" data-view="generic-slider" data-slides-per-view="1">
					<div class="slide teaser dark" >
	<div class="teaser-stage-conatiner">
		<div class="stage-media">
	            <div class="image-wrapper">
{{DAM|PICTURE|200_114890|TEASER_STAGE_PERSONALIZED|Rohde &amp; Schwarz Oscilloscopes}}
		        </div>
		</div>
		<div class="text-overlay-new">
				<p class="h1 headline">
					<span>Oscilloscope innovation. </span>
				</p>
				<p class="h2 heading-2">
					Measurement confidence.
				</p>
<a href="?display=ProductMarketingForm&amp;target=FOSTA_Form_request_information_link0" title="Speak to an expert" role="button" class="button-primary" rel="nofollow" target="_blank" data-view="button-lightbox">Speak to an expert</a>
		</div>
	</div>
</div>	
			</div>
		</div>
	</div>
</div>
		"
                private groupOverviewBottom => string(22514) "
					<div class="xslt" data-type="slot-group-overview-bottom">
	<div id="1886583" class="module module-faq  " 
 >
			<div class="faq-text-header">
				<h2 class="headline-primary h3">
					Digital oscilloscope FAQs
				</h2>
			</div>
		<div class="accordion-group-container">
				<script type="application/ld+json"> /* <![CDATA[ */
					{
						"@context": "http://schema.org",
						"@type": "FAQPage",
						"mainEntity": [
								{
									"@type":			"Question",
									"name":				"What is an oscilloscope? How do oscilloscopes work?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"An oscilloscope measures the change in voltage level of electrical signals as time passes. An oscilloscope has a screen used as a graphical display, with voltage level shown on the vertical axis (Y) and time on the horizontal axis (X). The curve on the screen (representing the signal waveform), shows the changes in the voltage level, with time. Modern digital oscilloscopes digitize the signal voltage as a series of values (so-called samples), to benefit from the possibilities of digital signal processing. Such digitized waveform displayed on a digital oscilloscope can be analyzed for properties such as amplitude, frequency, rise time, time interval, distortion, and many others.  Most oscilloscopes have several channels, each of which can process a separate signal in parallel. Any signal that can be converted into an electrical signal representing the current signal strength, such as sound or other vibrations, can also be measured using an oscilloscope."
									}
								},
								{
									"@type":			"Question",
									"name":				"What are oscilloscopes used for?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"Modern digital oscilloscopes support a multitude of specific measurements and applications for troubleshooting circuits or checking the quality of acquired signals. Examples are, serial bus trigger and decode for debug and compliance tests (such as USB or Ethernet), jitter measurements, frequency response analysis using Bode plot functions,  power electronics measurements  , digital signal analysis for mixed signal designs, EMI analysis,  automotive radar   debugging."
									}
								},
								{
									"@type":			"Question",
									"name":				"What is oscilloscope bandwidth?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"The bandwidth is the most crucial characteristic of an oscilloscope. It is measured in Hertz and indicates the range of frequencies that the oscilloscope can accurately measure. Technically, the bandwidth of an oscilloscope corresponds to the analog bandwidth of the oscilloscope’s front-input amplifier which has a low-pass characteristic. The bandwidth is defined as the frequency at which an input signal is attenuated by 3 dB (Decibels), corresponding to an amplitude decrease to about 70.7 % of its original value. This means that signals of this frequency or higher are not accurately measured by the oscilloscope."
									}
								},
								{
									"@type":			"Question",
									"name":				"How much oscilloscope bandwidth do I need?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"1. For non-sinusoidal waveforms like e.g. rectangular clock-signals, the oscilloscope bandwidth should be at least 3 times the clock signal fundamental frequency for decoding or debugging and 5 times the clock signal for compliance testing.    2. For non-periodic signals the “rise time” t_r, i.e. the fastest / steepest edge of the signal, has to be considered. In this case, the required minimum oscilloscope bandwidth f_BW can be approximated using f_BW = 0.5 / f_r."
									}
								},
								{
									"@type":			"Question",
									"name":				"What is sample rate?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"Sample rate is the number of samples (i.e. discrete values) a digital oscilloscope can acquire per second. The sample rate determines the horizontal resolution of your acquired waveform. Therefore, it defines how many signal details are recorded, i.e. with a small sample rate not all details of a fast-changing signal are measured."
									}
								},
								{
									"@type":			"Question",
									"name":				"What is an oscilloscope trigger? How does an oscilloscope trigger work?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"The trigger setting of an oscilloscope determines the time at which the oscilloscope starts to acquire the signal. The basic concept behind the oscilloscope trigger function is that some of the incoming signal is fed into a comparator circuit. When the voltage of the waveform reaches a previously defined trigger condition (e.g. it crosses a threshold level), the data acquisition is initiated. The oscilloscope trigger function also enables repetitive signals to be displayed on the screen as a fixed waveform such as a sine wave.   With a digital trigger this is done behind the A/D converter on the already digitized data. This results in a very low trigger jitter and trigger capability always to full oscilloscope bandwidth. In addition, it enables powerful trigger capabilities such as an adjustable trigger hysteresis."
									}
								},
								{
									"@type":			"Question",
									"name":				"Which oscilloscope should I buy?",
									"acceptedAnswer": {
										"@type":		"Answer",
										"text":			"The key decider will be the frequency of the signals to measure. The oscilloscope bandwidth will determine the maximum frequency that can be measured. The rule of thumb for the bandwidth is three to five time the frequency to be measured. In addition, the measurement scenario plays a major role to find the right oscilloscope. The Rohde & Schwarz oscilloscope portfolio includes solutions for both general purpose measurements and specific industry standards. It covers:    Entry level oscilloscopes with bandwidths from 50 MHz to 1 GHz to suit budgets from introductory education to professional use, including comprehensive update possibilities, such as the   FIRSTSPIRIT_LINK .  General purpose bench oscilloscopes with deep memory and smart analysis options, such as frequency response analysis using Bode plots, like the  FIRSTSPIRIT_LINK .  High-performance oscilloscopes with bandwidths up to 16 GHz, real-time de-embedding, fast update rates, low noise, and unique high-performance digital triggers, such as the  FIRSTSPIRIT_LINK ."
									}
								}
						]
					}
				/* ]]> */</script>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-0" aria-controls="accordion-content" aria-expanded="false">
		What is an oscilloscope? How do oscilloscopes work?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-0" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>An oscilloscope measures the change in voltage level of electrical signals as time passes. An oscilloscope has a screen used as a graphical display, with voltage level shown on the vertical axis (Y) and time on the horizontal axis (X). The curve on the screen (representing the signal waveform), shows the changes in the voltage level, with time. Modern digital oscilloscopes digitize the signal voltage as a series of values (so-called samples), to benefit from the possibilities of digital signal processing. Such digitized waveform displayed on a digital oscilloscope can be analyzed for properties such as amplitude, frequency, rise time, time interval, distortion, and many others.</p><p>Most oscilloscopes have several channels, each of which can process a separate signal in parallel. Any signal that can be converted into an electrical signal representing the current signal strength, such as sound or other vibrations, can also be measured using an oscilloscope.</p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-1" aria-controls="accordion-content" aria-expanded="false">
		What are oscilloscopes used for?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-1" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>Modern digital oscilloscopes support a multitude of specific measurements and applications for troubleshooting circuits or checking the quality of acquired signals. Examples are, serial bus trigger and decode for debug and compliance tests (such as USB or Ethernet), jitter measurements, frequency response analysis using Bode plot functions, <a href="{{subSite}}/solutions/electronics-testing/power-electronics-testing/power-electronics_230538.html" target="_self" title="power electronics measurements" class="link">power electronics measurements</a>, digital signal analysis for mixed signal designs, EMI analysis, <a href="{{subSite}}/solutions/automotive-testing/automotive-radar/automotive-radar_231754.html" target="_self" title="automotive radar" class="link">automotive radar</a> debugging.</p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-2" aria-controls="accordion-content" aria-expanded="false">
		What is oscilloscope bandwidth?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-2" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>The bandwidth is the most crucial characteristic of an oscilloscope. It is measured in Hertz and indicates the range of frequencies that the oscilloscope can accurately measure. Technically, the bandwidth of an oscilloscope corresponds to the analog bandwidth of the oscilloscope’s front-input amplifier which has a low-pass characteristic. The bandwidth is defined as the frequency at which an input signal is attenuated by 3 dB (Decibels), corresponding to an amplitude decrease to about 70.7 &#37; of its original value. This means that signals of this frequency or higher are not accurately measured by the oscilloscope.</p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-3" aria-controls="accordion-content" aria-expanded="false">
		How much oscilloscope bandwidth do I need?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-3" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>1. For non-sinusoidal waveforms like e.g. rectangular clock-signals, the oscilloscope bandwidth should be at least 3 times the clock signal fundamental frequency for decoding or debugging and 5 times the clock signal for compliance testing.</p><p>2. For non-periodic signals the “rise time” t_r, i.e. the fastest / steepest edge of the signal, has to be considered. In this case, the required minimum oscilloscope bandwidth f_BW can be approximated using f_BW = 0.5 / f_r.</p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-4" aria-controls="accordion-content" aria-expanded="false">
		What is sample rate?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-4" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>Sample rate is the number of samples (i.e. discrete values) a digital oscilloscope can acquire per second. The sample rate determines the horizontal resolution of your acquired waveform. Therefore, it defines how many signal details are recorded, i.e. with a small sample rate not all details of a fast-changing signal are measured.</p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-5" aria-controls="accordion-content" aria-expanded="false">
		What is an oscilloscope trigger? How does an oscilloscope trigger work?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-5" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>The trigger setting of an oscilloscope determines the time at which the oscilloscope starts to acquire the signal. The basic concept behind the oscilloscope trigger function is that some of the incoming signal is fed into a comparator circuit. When the voltage of the waveform reaches a previously defined trigger condition (e.g. it crosses a threshold level), the data acquisition is initiated. The oscilloscope trigger function also enables repetitive signals to be displayed on the screen as a fixed waveform such as a sine wave. </p><p>With a digital trigger this is done behind the A/D converter on the already digitized data. This results in a very low trigger jitter and trigger capability always to full oscilloscope bandwidth. In addition, it enables powerful trigger capabilities such as an adjustable trigger hysteresis. </p>
		</div>
	</div>
</div>
	<div class="module module-accordion accordion-group" data-view="accordion-item">
	<div class="title" tabindex="0" role="button" id="accordion-heading-1886583-6" aria-controls="accordion-content" aria-expanded="false">
		Which oscilloscope should I buy?
	</div>
	<div class="content" role="region" id="accordion-content-1886583-6" aria-labelledby="accordion-heading" aria-hidden="true" hidden="hidden">
		<div class="content-container">
<p>The key decider will be the frequency of the signals to measure. The oscilloscope bandwidth will determine the maximum frequency that can be measured. The rule of thumb for the bandwidth is three to five time the frequency to be measured. In addition, the measurement scenario plays a major role to find the right oscilloscope. The Rohde &amp; Schwarz oscilloscope portfolio includes solutions for both general purpose measurements and specific industry standards. It covers:</p><ul class="bullet">
<li>Entry level oscilloscopes with bandwidths from 50 MHz to 1 GHz to suit budgets from introductory education to professional use, including comprehensive update possibilities, such as the {{PIM|LINK|1335.7500.base|R&amp;S®RTC1000}}.</li><li>General purpose bench oscilloscopes with deep memory and smart analysis options, such as frequency response analysis using Bode plots, like the {{PIM|LINK|1333.1005.base|R&amp;S®RTB2000}}.</li><li>High-performance oscilloscopes with bandwidths up to 16 GHz, real-time de-embedding, fast update rates, low noise, and unique high-performance digital triggers, such as the {{PIM|LINK|1320.5007.base|R&amp;S®RTP}}. </li>
</ul>
		</div>
	</div>
</div>
		</div>
	</div>
<div id="1886583" class="module module-generic-content image-float-left "
 data-view="generic-content teaser-stage-image teaser-stage-media-video">
<div class="content-container">
<div class="media-outer">
<div class="media-inner">
<div class="media-container "
>
<a href="#media-gallery-1003" class="media video" data-view="lightbox">
<div class="img-background">
{{DAM|PICTURE|200_110459|GENERIC_CONTENT_SIX|Oscilloscope Days Trailer}}
</div>
</a>
<div id="media-gallery-1003" class="media-enlarged-content" data-img-src="{{DAM|PICTURE_LINK|200_110459|LIGHTBOX_GALLERY_STAGE|DESKTOP}}">
<div id="media-gallery-1003-enlarged" class="video-element">
{{DAM|VIDEO|200_110459|Oscilloscope Days Trailer||}}
</div>
<div class="media-title">
<div class="slider-paging">
<span class="current-slide"></span>/<span class="max-slides"></span>
</div>
</div>
</div>
<div class="media-details">
</div>
</div>
</div>
</div>
<div class="text">
<p class="headline-primary h2">
Oscilloscope Days 2025
</p>
<p class="headline-secondary h4">
Become an expert oscilloscope user!
</p>
<p>Get the latest news on ground breaking measurement equipment. Learn how your oscilloscope and probe can be the Swiss army knife, EMC behavior and efficiency, selection process of active and passive components in electronic designs.</p><p>On-demand virtual event</p>
<div class="controls">
<a href="{{subSite}}/knowledge-center/webinars/oscilloscope-days-2025-reg_257878.html" target="_self" title="More information" class="button-tertiary">More information</a>
</div>
</div>
</div>
</div>
<div id="1886583" class="module module-generic-teaser full-background "
 data-view="generic-teaser">
<div class="teaser-headline">
<p class="headline-primary h3">
Also interesting for you
</p>
</div>
<div class="teasers">
<div class="teasers-3">
<div class="teaser "
 data-view="">
<a href="{{subSite}}/knowledge-center/webinars/webinar-oscilloscope-days-registration_257054.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_52820|GENERIC_TEASER_THREE|Oscilloscope Days 2024}}
</div>
<div class="text">
<h2 class="headline-secondary h5">
Oscilloscope Days 2024
</h2>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/products/test-and-measurement/oscilloscopes/promotion/scopefield-poster_255662.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_110624|GENERIC_TEASER_THREE|}}
</div>
<div class="text">
<p class="headline-secondary h5">
Premium content: Scopefield – A city with R&amp;S®RTO6 applications
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/products/test-and-measurement/essentials-test-equipment/testing-fundamentals/oscilloscopes-and-probe-fundamentals-overview_254510.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_46634|GENERIC_TEASER_THREE|Oscilloscope and probe fundamentals}}
</div>
<div class="text">
<p class="headline-secondary h5">
Oscilloscope and probe fundamentals
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/knowledge-center/webinars/oscilloscope-webinars_253039.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_114890|GENERIC_TEASER_THREE|Rohde &amp; Schwarz webinars}}
</div>
<div class="text">
<p class="headline-secondary h5">
Oscilloscope webinar center for digital design and power electronics applications
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/products/test-and-measurement/oscilloscopes/promotion/oscilloscope-fundamentals_253350.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_14553|GENERIC_TEASER_THREE|Oscilloscope fundamentals - Primer}}
</div>
<div class="text">
<p class="headline-secondary h5">
Oscilloscope fundamentals - Primer
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/products/test-and-measurement/oscilloscopes/promotion/oscilloscope-innovation_252713.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_101442|GENERIC_TEASER_THREE|More than 10 years Rohde &amp; Schwarz oscilloscopes}}
</div>
<div class="text">
<p class="headline-secondary h5">
Rohde &amp; Schwarz oscilloscope innovation
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/products/test-and-measurement/oscilloscopes/promotion/promotion-distribution-page_233852.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_114890|GENERIC_TEASER_THREE|Oscilloscopes promotion}}
</div>
<div class="text">
<p class="headline-secondary h5">
Choose the right R&amp;S promotion for your individual needs and save your budget
</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="1886583" class="module module-generic-content image-float-left "
 data-view="generic-content teaser-stage-image teaser-stage-media-video">
<div class="content-container">
<div class="media-outer">
<div class="media-inner">
<div class="media-container "
>
{{DAM|PICTURE|200_102221|GENERIC_CONTENT_SIX|Fundamentals of EMI debugging &amp; precompliance}}
<div id="media-gallery-1005" class="media-enlarged-content" data-img-src="{{DAM|PICTURE_LINK|200_102221|LIGHTBOX_GALLERY_STAGE|DESKTOP}}">
<img src="{{DAM|PICTURE_LINK|200_102221|LIGHTBOX_GALLERY_STAGE|DESKTOP}}" title="Fundamentals of EMI debugging &amp; precompliance" alt="Fundamentals of EMI debugging &amp; precompliance" />
<div class="media-title">
<div class="slider-paging">
<span class="current-slide"></span>/<span class="max-slides"></span>
</div>
</div>
</div>
<div class="media-details">
</div>
</div>
</div>
</div>
<div class="text">
<p class="headline-primary h3">
Webinar: Fundamentals of EMI debugging &amp; precompliance
</p>
<p>In this webinar our expert will guide you through the fundamentals of EMI debugging &amp; precompliance measurements.</p>
<div class="controls">
<a href="{{subSite}}/knowledge-center/webinars/webinar-fundamentals-of-emi-debugging-precompliance-reg_257214.html" target="_self" title="More information" class="button-tertiary">More information</a>
</div>
</div>
</div>
</div>
<div id="1886583" class="module module-generic-teaser "
 data-view="generic-teaser">
<div class="teaser-headline">
<p class="headline-primary h3">
Solution for
</p>
</div>
<div class="teasers">
<div class="teasers-3">
<div class="teaser "
 data-view="">
<a href="{{subSite}}/solutions/automotive-testing/automotive_230640.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_582|GENERIC_TEASER_THREE|Automotive test solutions}}
</div>
<div class="text">
<p class="headline-secondary h5">
Automotive test solutions
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/solutions/electronics-testing/power-electronics-testing/power-electronics_230538.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_58384|GENERIC_TEASER_THREE|Power electronics testing}}
</div>
<div class="text">
<p class="headline-secondary h5">
Power electronics testing
</p>
</div>
</a>
</div>
<div class="teaser "
 data-view="">
<a href="{{subSite}}/solutions/electronics-testing/digital-design-testing/digital-design-testing_230570.html" target="_self">
<div class="image">
{{DAM|PICTURE|200_62360|GENERIC_TEASER_THREE|Digital design testing}}
</div>
<div class="text">
<p class="headline-secondary h5">
Digital design testing
</p>
</div>
</a>
</div>
</div>
</div>
</div>
					</div>
		"
                private groupM4cLeadSource => string(821) "
			<leadSource xmlns:data="rsWebFrontend://data">
	<data:lead>
		<data:leadData key="leadSourceID"></data:leadData>
		<data:leadData key="LeadSourceDetails"></data:leadData>
		<data:leadData key="CampaignID">537</data:leadData>
		<data:leadData key="InteractionSubject">Quote Request (Oscilloscopes #325)</data:leadData>
		<data:leadData key="InteractionContent"></data:leadData>
		<data:leadData key="InteractionType">WEBSITE_RFQ</data:leadData>
		<data:leadData key="ItemOfInterests">325</data:leadData>
		<data:leadData key="InteractionPurpose">Sales_Quote_ProductPage</data:leadData>
		<data:leadData key="LeadType"></data:leadData>
		<data:leadData key="OrgUnit"></data:leadData>
		<data:leadData key="Tags"></data:leadData>
		<data:leadData key="IntMarketSegment"></data:leadData>
	</data:lead>
			</leadSource>
		"
                private groupBottom => string(3) "
		"
                private productTop => string(3) "
		"
                private productBottom => string(8156) "
		<div id="1885004" class="module module-generic-teaser " data-view="generic-teaser"
>
				<div class="teaser-headline">
					<h2 class="headline-primary h3">
						Related videos 
					</h2>
				</div>
			<div class="teasers video-teasers">
				<div class="teasers-3 generic-slider" data-view="generic-slider" data-slides-per-view="3">
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/new-family-member-mxo-3-video-detailpage_251220-1588048.html" data-view="lightbox" data-target="#video-rs-1588048">
									<div class="image">
										{{DAM|PICTURE|200_115375|GENERIC_TEASER_THREE|MXO 3 - New family member MXO 3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115375}}
											</p>
									</div>
									<div id="video-rs-1588048" class="video-element">						
											{{DAM|VIDEO|200_115375|MXO 3 - New family member MXO 3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">New family member MXO 3 </p>
							<div class="video-info">
									<p class="video-date">17-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-ui-video-detailpage_251220-1587861.html" data-view="lightbox" data-target="#video-rs-1587861">
									<div class="image">
										{{DAM|PICTURE|200_115362|GENERIC_TEASER_THREE|R&amp;S®MXO 3 - Fast. Precise. Compact }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115362}}
											</p>
									</div>
									<div id="video-rs-1587861" class="video-element">						
											{{DAM|VIDEO|200_115362|R&amp;S®MXO 3 - Fast. Precise. Compact |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 - UI </p>
							<div class="video-info">
									<p class="video-date">16-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-product-pitch-video-detailpage_251220-1587860.html" data-view="lightbox" data-target="#video-rs-1587860">
									<div class="image">
										{{DAM|PICTURE|200_115359|GENERIC_TEASER_THREE|R&amp;S®MXO 3 - Fast. Precise. Compact }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115359}}
											</p>
									</div>
									<div id="video-rs-1587860" class="video-element">						
											{{DAM|VIDEO|200_115359|R&amp;S®MXO 3 - Fast. Precise. Compact |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 - Product Pitch </p>
							<div class="video-info">
									<p class="video-date">16-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-smartgrid-vs-keysight-hd3-video-detailpage_251220-1588635.html" data-view="lightbox" data-target="#video-rs-1588635">
									<div class="image">
										{{DAM|PICTURE|200_115384|GENERIC_TEASER_THREE|MXO 3 - SmartGrid vs Keysight HD3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115384}}
											</p>
									</div>
									<div id="video-rs-1588635" class="video-element">						
											{{DAM|VIDEO|200_115384|MXO 3 - SmartGrid vs Keysight HD3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 -  SmartGrid vs Keysight HD3 </p>
							<div class="video-info">
									<p class="video-date">14-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-zone-trigger-vs-keysight-hd3-video-detailpage_251220-1588634.html" data-view="lightbox" data-target="#video-rs-1588634">
									<div class="image">
										{{DAM|PICTURE|200_115386|GENERIC_TEASER_THREE|MXO 3 - Zone Trigger vs Keysight HD3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115386}}
											</p>
									</div>
									<div id="video-rs-1588634" class="video-element">						
											{{DAM|VIDEO|200_115386|MXO 3 - Zone Trigger vs Keysight HD3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 -  Zone Trigger vs Keysight HD3 </p>
							<div class="video-info">
									<p class="video-date">14-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-form-factor-vs-keysight-hd3-video-detailpage_251220-1588633.html" data-view="lightbox" data-target="#video-rs-1588633">
									<div class="image">
										{{DAM|PICTURE|200_115382|GENERIC_TEASER_THREE|MXO 3 - Form Factor vs Keysight HD3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115382}}
											</p>
									</div>
									<div id="video-rs-1588633" class="video-element">						
											{{DAM|VIDEO|200_115382|MXO 3 - Form Factor vs Keysight HD3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 -  Form Factor vs Keysight HD3 </p>
							<div class="video-info">
									<p class="video-date">14-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-spectrum-vs-keysight-hd3-video-detailpage_251220-1588631.html" data-view="lightbox" data-target="#video-rs-1588631">
									<div class="image">
										{{DAM|PICTURE|200_115376|GENERIC_TEASER_THREE|MXO 3 - Spectrum vs Keysight HD3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115376}}
											</p>
									</div>
									<div id="video-rs-1588631" class="video-element">						
											{{DAM|VIDEO|200_115376|MXO 3 - Spectrum vs Keysight HD3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 -  Spectrum vs Keysight HD3 </p>
							<div class="video-info">
									<p class="video-date">14-Oct-2025</p>
							</div>
						</div>
					</div>
					<div class="teaser video-teaser slide" data-view="video-teaser">
						<div class="video" data-view="teaser-stage-image teaser-stage-media-video">
							<a href="{{subSite}}/knowledge-center/videos/mxo-3-math-vs-keysight-hd3-video-detailpage_251220-1588630.html" data-view="lightbox" data-target="#video-rs-1588630">
									<div class="image">
										{{DAM|PICTURE|200_115378|GENERIC_TEASER_THREE|MXO 3 - Math vs Keysight HD3 }}
											<p class="video-duration">
												{{DAM|VIDEO_DURATION|200_115378}}
											</p>
									</div>
									<div id="video-rs-1588630" class="video-element">						
											{{DAM|VIDEO|200_115378|MXO 3 - Math vs Keysight HD3 |325|}}
									</div>
							</a>
						</div>
						<div class="text">
							<p class="headline">MXO 3 -  Math vs Keysight HD3 </p>
							<div class="video-info">
									<p class="video-date">14-Oct-2025</p>
							</div>
						</div>
					</div>
				</div>
			</div>
				<div class="controls">
<a href="{{subSite}}/knowledge-center/videos/mxo3-mediacenter_258431.html" target="_self" title="View more" role="button" class="button-primary">View more</a>
				</div>
		</div>
		"
                private areaOverviewTop => string(1397) "
					<div class="xslt" data-type="slot-area-overview-top">
<div class="module  module-teaser-stage-image  top-left dark image small  " 
 data-view="teaser-stage-image"
	>
	<div class="stage-container">
		<div class="media-container">
			<div class="stage-media">
				<div class="default-content" >
{{DAM|PICTURE|200_13128|TEASER_STAGE_MEDIA_SMALL|Test &amp; Measurement products}}
				</div>
			</div>
		</div>
		<div class="text-overlay">
				<div class="additional-description">
				</div>
		</div>
	</div>
</div>
<div id="1884998" class="module module-generic-content center "
 data-view="generic-content teaser-stage-image teaser-stage-media-video">
<div class="content-container">
<div class="media-outer">
</div>
<div class="text">
<h1 class="headline-primary h1">
R&amp;S test and measurement product portfolio
</h1>
<h2 class="headline-secondary h4">
Test &amp; measurement instruments and systems – from the audio to the millimeter wave range
</h2>
<p>Rohde &amp; Schwarz is one of the world&#39;s largest manufacturers of electronic test and measurement equipment. Our products set standards in research, development, production and service. As a key partner of industry and network operators, we offer a broad spectrum of market-leading solutions for the newest wireless technologies as well as for RF and microwave applications up to 500 GHz.</p>
</div>
</div>
</div>
					</div>
		"
                private areaOverviewBottom => string(1065) "
<div class="module  module-teaser-stage-banner  top-left dark image   " 
 data-view="teaser-stage-image"
	>
	<div class="stage-container">
		<div class="media-container">
			<div class="stage-media">
				<div class="default-content" >
<div class="image-wrapper with-dark-layer-30">
{{DAM|PICTURE|200_13128|TEASER_STAGE_BANNER|From the everyday to the extraordinary}}
</div>
				</div>
			</div>
		</div>
		<div class="text-overlay">
				<div class="additional-description">
				</div>
					<p class="headline h2">
						From the everyday to the extraordinary
					</p>
					<p class="subheadline h4">
						Explore how our industry-leading T&amp;M solutions can empower you to tackle every test and measurement challenge with confidence!
					</p>
					<div class="cta-container">
							<div>
<a href="?display=ProductMarketingForm&amp;target=FOSTA_Form_request_information_link0" title="Contact us" role="button" class="button-primary" rel="nofollow" target="_blank" data-view="button-lightbox">Contact us</a>
							</div>
					</div>
		</div>
	</div>
</div>
		"
                private metaData => string(407) "
			<meta name="description" content="Rohde &amp; Schwarz oscilloscopes fit your requirements &amp; your budget, from top value to top performance. Explore now and find the right model for your test demands."/>
			<meta name="keywords" content="oscilloscopes, waveform acquisition cycle, hardware-based realtime analysis, recording trigger control ASIC, digital trigger system, integrated DC voltmeter"/>
		"
                private pictureTag => string(0) ""
                private description => string(154) "Opt for powerful Rohde & Schwarz oscilloscopes that excel in usability and functionality analyzing time domain, mixed signals, serial buses and frequency."
                private groupContent => object stdClass(6) {
                    public headline => string(33) "Rohde &amp; Schwarz Oscilloscopes"
                    public subHeadline => string(91) "Oscilloscopes that fit your requirements and your budget, from top value to top performance"
                    public content => string(674) "<p>Oscilloscope innovation that delivers measurement confidence. Excellent signal fidelity, high acquisition rate, an innovative trigger system and a clever user interface - that’s what you get with Rohde &amp; Schwarz, a leading manufacturer of oscilloscopes. </p><p>Match your needs with the right oscilloscope platform, probe solution and software applications. Rohde &amp; Schwarz oscilloscope have outstanding features like e.g. digital trigger, deep memory, frequency response analysis (Bode plot), real-time de-embedding, fast update rates, and unique low noise.</p><p>From general purpose test to solutions for specific industry standards, we have you covered.</p>"
                    public assetId => string(10) "200_114890"
                    public imageTitle => string(0) ""
                    public links => array(3) (
                        ...
                    )
                }
                private fostaForms => string(53) "<forms xmlns:data="rsWebFrontend://data">
			</forms>"
                private groupFostaForms => string(3293) "<forms xmlns:data="rsWebFrontend://data">
					<form slot="FOSTA_Form_request_information_link0">
						<worker type="form" name="FOSTA_Form_request_information_link0" method="post" formType="request_information">
		<data:form>
	<data:lead>
		<data:leadData key="leadSourceID">815</data:leadData>
		<data:leadData key="LeadSourceDetails"/>
		<data:leadData key="CampaignID">751</data:leadData>
		<data:leadData key="InteractionSubject">RS-Web/Lead_general - no specific campaign</data:leadData>
		<data:leadData key="InteractionContent"/>
		<data:leadData key="InteractionType">WEBSITE_RFI</data:leadData>
		<data:leadData key="ItemOfInterests"/>
		<data:leadData key="InteractionPurpose">Sales_ProductInformation</data:leadData>
		<data:leadData key="LeadType"/>
		<data:leadData key="OrgUnit"/>
		<data:leadData key="Tags"/>
		<data:leadData key="IntMarketSegment"/>
	</data:lead>
<data:fieldset type="local">
		<data:field locked="true" type="hidden" name="page"><data:value/>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>3000</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="website"><data:value/>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>3000</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="pagetype">
			<data:value>Fosta Form</data:value></data:field>
		<data:field locked="true" type="hidden" name="topic">
			<data:value>topic_not_set</data:value>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>150</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="uid"><data:value/></data:field>
		<data:field locked="true" type="hidden" name="m4c_productInterest1">
			<data:value><![CDATA[]]></data:value>
		</data:field>
			<data:field locked="true" type="hidden" name="m4c_purpose">
				<data:value><![CDATA[Sales_ProductInformation]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_ioi">
				<data:value><![CDATA[]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_title">
				<data:value><![CDATA[RS-Web/Lead_general - no specific campaign]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_interactionType">
				<data:value><![CDATA[WEBSITE_RFI]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_campaignId">
				<data:value><![CDATA[751]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="leadSourceID">
				<data:value><![CDATA[815]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="sku">
				<data:value/>
				<data:validation>
					<data:rule type="maxlength">
						<data:param>
							<data:value>20</data:value>
						</data:param>
					</data:rule>
				</data:validation>
			</data:field>
</data:fieldset>
		</data:form>
	</worker>
					</form>					
			</forms>"
                private areaFostaForms => string(3288) "<forms xmlns:data="rsWebFrontend://data">
					<form slot="FOSTA_Form_request_information_link0">
						<worker type="form" name="FOSTA_Form_request_information_link0" method="post" formType="request_information">
		<data:form>
	<data:lead>
		<data:leadData key="leadSourceID">815</data:leadData>
		<data:leadData key="LeadSourceDetails"/>
		<data:leadData key="CampaignID">751</data:leadData>
		<data:leadData key="InteractionSubject">RS-Web/Lead_general - no specific campaign</data:leadData>
		<data:leadData key="InteractionContent"/>
		<data:leadData key="InteractionType">WEBSITE_RFI</data:leadData>
		<data:leadData key="ItemOfInterests"/>
		<data:leadData key="InteractionPurpose">Sales_ProductInformation</data:leadData>
		<data:leadData key="LeadType"/>
		<data:leadData key="OrgUnit"/>
		<data:leadData key="Tags"/>
		<data:leadData key="IntMarketSegment"/>
	</data:lead>
<data:fieldset type="local">
		<data:field locked="true" type="hidden" name="page"><data:value/>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>3000</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="website"><data:value/>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>3000</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="pagetype">
			<data:value>Fosta Form</data:value></data:field>
		<data:field locked="true" type="hidden" name="topic">
			<data:value>topic_not_set</data:value>
			<data:validation>
			    <data:rule type="required"/>
			    <data:rule type="maxlength">
					<data:param>
						<data:value>150</data:value>
					</data:param>
			    </data:rule>
			</data:validation>
		</data:field>
		<data:field locked="true" type="hidden" name="uid"><data:value/></data:field>
		<data:field locked="true" type="hidden" name="m4c_productInterest1">
			<data:value><![CDATA[]]></data:value>
		</data:field>
			<data:field locked="true" type="hidden" name="m4c_purpose">
				<data:value><![CDATA[Sales_ProductInformation]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_ioi">
				<data:value><![CDATA[]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_title">
				<data:value><![CDATA[RS-Web/Lead_general - no specific campaign]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_interactionType">
				<data:value><![CDATA[WEBSITE_RFI]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="m4c_campaignId">
				<data:value><![CDATA[751]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="leadSourceID">
				<data:value><![CDATA[815]]></data:value>
			</data:field>
			<data:field locked="true" type="hidden" name="sku">
				<data:value/>
				<data:validation>
					<data:rule type="maxlength">
						<data:param>
							<data:value>20</data:value>
						</data:param>
					</data:rule>
				</data:validation>
			</data:field>
</data:fieldset>
		</data:form>
	</worker>
					</form>
			</forms>"
                private assetId => string(10) "200_114890"
                private ioi => string(3) "325"
                private id => string(11) "FSPIM_27584"
                private keywordName => string(13) "Oscilloscopes"
                private keywordMap => array(1) (
                    0 => object stdClass(3) {
                        public id => string(3) "325"
                        public name => string(13) "Oscilloscopes"
                        public link => string(65) "/knowledge_center/overview_68/focus_pages/focus_pages_1111332.wfe"
                    }
                )
                private robot => string(20) "noodp, index, follow"
            }
            "language" => string(2) "en"
            "code" => string(14) "1335.2050.base"
            "rp" => object WASABI\Core\Model\Product\RichProduct(53) {
                private code => string(14) "1335.2050.base"
                private alias => string(4) "MXO3"
                private language => string(2) "en"
                private shortSummary => string(0) ""
                private rsPrefix => bool TRUE
                private type => string(5) "MXO 3"
                private name => string(27) "R&amp;S®MXO 3 Oscilloscope"
                private designation => string(12) "Oscilloscope"
                private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                    private attributes => array(32) (
                        ...
                    )
                    private classifications => array(0) 
                    private specOverviews => array(9) (
                        ...
                    )
                }
                private models => array(12) (
                    0 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050.04"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(5) "MXO34"
                        private name => string(14) "R&amp;S®MXO34"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(4) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => object WASABI\Core\Services\ProductService(7) {
                            private language => string(2) "en"
                            private channel => string(3) "Web"
                            private navigationCache => array(1) (
                                ...
                            )
                            private productRepository => object WASABI\Core\Storage\Repository\ProductRepository(5) {
                                protected redisStorage => object WASABI\Core\Storage\Adapter\RedisStorageAdapter(2) {
                                    protected connection => object Predis\Client(3) {
                                        private options => object Predis\Configuration\Options(3) {
                                            ...
                                        }
                                        private connection => object Predis\Connection\Replication\SentinelReplication(14) {
                                            ...
                                        }
                                        private commands => object Predis\Command\RedisFactory(2) {
                                            ...
                                        }
                                    }
                                    protected config => Config object, data will not be displayed
                                }
                                protected environment => object WASABI\Core\System\Environment(16) {
                                    private site => string(3) "com"
                                    private subSite => string(2) "il"
                                    private versionPrefix => NULL
                                    private languageContentPath => NULL
                                    private locale => Object WASABI\Core\System\Locale, already rendered
                                    private liveFolder => NULL
                                    private localEnv => string(4) "prod"
                                    private vHost => NULL
                                    private globalVersion => integer 219466
                                    private pageType => string(6) "domain"
                                    private testDomain => bool FALSE
                                    private currentTime => integer 1764334159
                                    private assumedGeosite => string(2) "us"
                                    private mainSubsite => array(2) (
                                        ...
                                    )
                                    private jobTimeConstraint => integer 0
                                    private frontendVersion => string(0) ""
                                }
                                protected fileLoader => object WASABI\Core\System\FileLoader(3) {
                                    private registeredStreams => array(23) (
                                        ...
                                    )
                                    private fileWrapper => object WASABI\Core\Functionality\Helper\FileSystemFunctionsWrapper(0) {
                                    }
                                    private folderCollection => object WASABI\Core\Model\FolderCollection(1) {
                                        protected data => array(1) (
                                            ...
                                        )
                                    }
                                }
                                protected config => Config object, data will not be displayed
                                protected logger => object WASABI\Core\System\Logger(2) {
                                    protected monolog => object Monolog\Logger(9) {
                                        protected name => string(10) "WASABI-COM"
                                        protected handlers => array(1) (
                                            ...
                                        )
                                        protected processors => array(1) (
                                            ...
                                        )
                                        protected microsecondTimestamps => bool TRUE
                                        protected timezone => object DateTimeZone(2) {
                                            ...
                                        }
                                        protected exceptionHandler => NULL
                                        private logDepth => integer 0
                                        private fiberLogDepth => object WeakMap(0) {
                                            ...
                                        }
                                        private detectCycles => bool TRUE
                                    }
                                    protected request => Object WASABI\Core\Request\Request, already rendered
                                }
                            }
                            private priceRepository => object WASABI\Core\Storage\Repository\ProductPriceRepository(2) {
                                private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                                    protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                    protected environment => Object WASABI\Core\System\Environment, already rendered
                                    protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                                    protected config => Config object, data will not be displayed
                                    protected logger => Object WASABI\Core\System\Logger, already rendered
                                }
                            }
                            private productMapRepository => object WASABI\Core\Storage\Repository\ProductMapRepository(6) {
                                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                protected environment => Object WASABI\Core\System\Environment, already rendered
                                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                                protected config => Config object, data will not be displayed
                                protected logger => Object WASABI\Core\System\Logger, already rendered
                                protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                                    protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                    protected environment => Object WASABI\Core\System\Environment, already rendered
                                    protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                                    protected config => Config object, data will not be displayed
                                    protected logger => Object WASABI\Core\System\Logger, already rendered
                                    private disableTimeFunction => bool FALSE
                                    private withoutCountryCheck => bool FALSE
                                    private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                                        private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                        private environment => Object WASABI\Core\System\Environment, already rendered
                                    }
                                }
                            }
                            private environment => Object WASABI\Core\System\Environment, already rendered
                        }
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    1 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050.08"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(5) "MXO38"
                        private name => string(14) "R&amp;S®MXO38"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(4) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    2 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P41"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO34-100"
                        private name => string(18) "R&amp;S®MXO34-100"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    3 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P81"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO38-100"
                        private name => string(18) "R&amp;S®MXO38-100"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    4 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P42"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO34-200"
                        private name => string(18) "R&amp;S®MXO34-200"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    5 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P82"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO38-200"
                        private name => string(18) "R&amp;S®MXO38-200"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    6 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P43"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO34-350"
                        private name => string(18) "R&amp;S®MXO34-350"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    7 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P83"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO38-350"
                        private name => string(18) "R&amp;S®MXO38-350"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    8 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P45"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO34-500"
                        private name => string(18) "R&amp;S®MXO34-500"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764097260
                        private lastGenerated => integer 1764097264
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    9 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P85"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(9) "MXO38-500"
                        private name => string(18) "R&amp;S®MXO38-500"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    10 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P51"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(10) "MXO34-1000"
                        private name => string(19) "R&amp;S®MXO34-1000"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    11 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(12) "1335.2050P91"
                        private alias => string(0) ""
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(10) "MXO38-1000"
                        private name => string(19) "R&amp;S®MXO38-1000"
                        private designation => string(0) ""
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(0) 
                            private classifications => array(5) (
                                ...
                            )
                            private specOverviews => array(0) 
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(0) 
                        private productIcons => array(0) 
                        private searchUrls => array(0) 
                        private individualDownloads => array(0) 
                        private metaDescription => string(0) ""
                        private metaKeywords => string(0) ""
                        private priceReferenceMaterial => string(0) ""
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool FALSE
                        private descriptionHeadline => string(0) ""
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(0) ""
                        private featureAndBenefits => array(0) 
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(0) ""
                        private baseProduct => string(14) "1335.2050.base"
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(5) "Model"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool TRUE
                        private lastModified => integer 1764270060
                        private lastGenerated => integer 1764270064
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1760504400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                )
                private options => array(5) (
                    "hardwareOptions" => array(3) (
                        ...
                    )
                    "softwareOptions" => array(3) (
                        ...
                    )
                    "pcSoftware" => array(1) (
                        ...
                    )
                    "accessories" => array(1) (
                        ...
                    )
                    "probes" => array(10) (
                        ...
                    )
                )
                private relatedProducts => array(3) (
                    0 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(14) "1335.5050.base"
                        private alias => string(4) "MXO4"
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(5) "MXO 4"
                        private name => string(27) "R&amp;S®MXO 4 Oscilloscope"
                        private designation => string(12) "Oscilloscope"
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(38) (
                                ...
                            )
                            private classifications => array(0) 
                            private specOverviews => array(9) (
                                ...
                            )
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(5) (
                            ...
                        )
                        private productIcons => array(3) (
                            ...
                        )
                        private searchUrls => array(7) (
                            ...
                        )
                        private individualDownloads => array(2) (
                            ...
                        )
                        private metaDescription => string(87) "R&amp;S®MXO 4 SERIES OSCILLOSCOPE
Next generation oscilloscope for accelerated insight"
                        private metaKeywords => string(50) "R&amp;S®MXO 4 SERIES OSCILLOSCOPE, R&amp;S®MXO 4"
                        private priceReferenceMaterial => string(12) "1335.5050P02"
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool TRUE
                        private descriptionHeadline => string(26) "NEXT GENERATION TECHNOLOGY"
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(998) "The R&amp;S®MXO 4 series is the first of a new generation of oscilloscopes that excels in both performance and value. The instruments deliver a once-in-a-decade engineering breakthrough for accelerated insight.<br/>
<br/>
They have the world’s fastest real-time update rate of 4.5 million waveforms/s, meaning engineers can see more infrequent events than with any other instrument. The 12-bit ADC in the R&amp;S®MXO 4 series has 16 times the resolution of traditional 8-bit oscilloscopes at all sample rates for more precise measurements without any compromises. A standard 400 Mpoint acquisition memory on all four channels and an optional 800 Mpoint interleaved memory provide the instrument with up to 100 times the standard memory of comparable instruments.<br/>
<br/>
A class above similar oscilloscopes, R&amp;S®MXO 4 series oscilloscopes sport an impressive 13.3&#34; Full HD capacitive touchscreen and an intuitive user interface with a learning curve of less than 15 minutes.<br/>
 "
                        private featureAndBenefits => array(6) (
                            ...
                        )
                        private assets => array(5) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(52) "Next generation oscilloscope for accelerated insight"
                        private baseProduct => string(0) ""
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(13) "ProductFamily"
                        private specificationCols => integer 2
                        private configuratorName => string(11) "config.MXO4"
                        private displayOrderNumber => bool FALSE
                        private lastModified => integer 1764079277
                        private lastGenerated => integer 1764079281
                        private partnerNetwork => bool TRUE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1664316000
                        private channelWebEndDate => integer 0
                        private pm => string(30) "noha.ibrahim@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    1 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(14) "1802.1008.base"
                        private alias => string(4) "MXO5"
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(5) "MXO 5"
                        private name => string(27) "R&amp;S®MXO 5 Oscilloscope"
                        private designation => string(12) "Oscilloscope"
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(46) (
                                ...
                            )
                            private classifications => array(0) 
                            private specOverviews => array(10) (
                                ...
                            )
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(5) (
                            ...
                        )
                        private productIcons => array(0) 
                        private searchUrls => array(7) (
                            ...
                        )
                        private individualDownloads => array(2) (
                            ...
                        )
                        private metaDescription => string(92) "R&amp;S®MXO 5 SERIES OSCILLOSCOPE
Next generation oscilloscope: evolved for more
challenges"
                        private metaKeywords => string(50) "R&amp;S®MXO 5 SERIES OSCILLOSCOPE, R&amp;S®MXO 5"
                        private priceReferenceMaterial => string(12) "1802.1008P43"
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool TRUE
                        private descriptionHeadline => string(57) "Next generation oscilloscope: evolved for more
challenges"
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(609) "The R&amp;S®MXO 5 series delivers breakthrough oscilloscope technology to speed up understanding and testing of electronic systems.
<br/>
The specifications for both the 4 and 8 channel models make the R&amp;S®MXO 5 series the industry leader in cutting-edge technology for swift and precise results. The oscilloscopes&#39; advanced customized technology and revolutionary features are indispensable for insight into circuit behavior.

The impressive 15.6&#34; Full HD capacitive touchscreen and whisper-soft audible operating noise maximize R&amp;S®MXO 5 series performance and minimize power consumption."
                        private featureAndBenefits => array(5) (
                            ...
                        )
                        private assets => array(6) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(57) "Next generation oscilloscope: evolved for more
challenges"
                        private baseProduct => string(0) ""
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(13) "ProductFamily"
                        private specificationCols => integer 2
                        private configuratorName => string(11) "config.MXO5"
                        private displayOrderNumber => bool FALSE
                        private lastModified => integer 1763043334
                        private lastGenerated => integer 1763043396
                        private partnerNetwork => bool TRUE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1730354400
                        private channelWebEndDate => integer 0
                        private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool TRUE
                    }
                    2 => object WASABI\Core\Model\Product\RichProduct(53) {
                        private code => string(14) "1801.9005.base"
                        private alias => string(9) "SW_MXO-PC"
                        private language => string(2) "en"
                        private shortSummary => string(0) ""
                        private rsPrefix => bool TRUE
                        private type => string(11) "ScopeStudio"
                        private name => string(42) "R&amp;S®ScopeStudio Oscilloscope software"
                        private designation => string(21) "Oscilloscope software"
                        private specifications => object WASABI\Core\Model\Product\ProductSpecification(3) {
                            private attributes => array(6) (
                                ...
                            )
                            private classifications => array(0) 
                            private specOverviews => array(1) (
                                ...
                            )
                        }
                        private models => array(0) 
                        private options => array(0) 
                        private relatedProducts => array(0) 
                        private keyFacts => array(5) (
                            ...
                        )
                        private productIcons => array(0) 
                        private searchUrls => array(3) (
                            ...
                        )
                        private individualDownloads => array(2) (
                            ...
                        )
                        private metaDescription => string(55) "PC-offline software for R&amp;S MXO series oscilloscope"
                        private metaKeywords => string(43) "Oscilloscope, offline software, ScopeStudio"
                        private priceReferenceMaterial => string(12) "1801.9005.02"
                        private optionCategoryNames => array(0) 
                        private modelCategoryNames => array(0) 
                        private tabbedModels => bool FALSE
                        private displayPrice => bool TRUE
                        private productConfigurator => bool TRUE
                        private descriptionHeadline => string(49) "Take your oscilloscope analysis to the next level"
                        private descriptionSubHeadline => string(0) ""
                        private descriptionText => string(419) "R&amp;S®ScopeStudio software is the most powerful tool to view, analyze, document, and share measurements on a PC, away from your oscilloscope. With its intuitive graphical user interface, inherited from the R&amp;S®MXO oscilloscope family, you can efficiently create professional documentation using the flexible R&amp;S®SmartGrid layout, a wide variety of built-in annotation capabilities and customizable toolbar."
                        private featureAndBenefits => array(5) (
                            ...
                        )
                        private assets => array(1) (
                            ...
                        )
                        private calibrationCertificateDownload => bool FALSE
                        private isDiscontinued => bool FALSE
                        private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                            private code => NULL
                            private alias => string(0) ""
                            private language => NULL
                            private shortSummary => NULL
                            private rsPrefix => NULL
                            private type => NULL
                            private name => NULL
                            private designation => NULL
                            private specifications => NULL
                            private models => array(0) 
                            private options => array(0) 
                            private relatedProducts => array(0) 
                            private keyFacts => array(0) 
                            private productIcons => array(0) 
                            private searchUrls => array(0) 
                            private individualDownloads => array(0) 
                            private metaDescription => NULL
                            private metaKeywords => NULL
                            private priceReferenceMaterial => NULL
                            private optionCategoryNames => array(0) 
                            private modelCategoryNames => array(0) 
                            private tabbedModels => bool FALSE
                            private displayPrice => bool FALSE
                            private productConfigurator => bool FALSE
                            private descriptionHeadline => NULL
                            private descriptionSubHeadline => NULL
                            private descriptionText => NULL
                            private featureAndBenefits => array(0) 
                            private assets => array(0) 
                            private calibrationCertificateDownload => bool FALSE
                            private isDiscontinued => bool FALSE
                            private productSuccessor => NULL
                            private orderInfo => NULL
                            private subHeadline => NULL
                            private baseProduct => NULL
                            private productService => NULL
                            private showCartIcon => NULL
                            private productType => NULL
                            private specificationCols => integer 2
                            private configuratorName => string(0) ""
                            private displayOrderNumber => bool TRUE
                            private lastModified => integer 0
                            private lastGenerated => integer 0
                            private partnerNetwork => bool FALSE
                            private digitalProduct => bool FALSE
                            private excludedCountries => array(0) 
                            private channelWebStartDate => NULL
                            private channelWebEndDate => NULL
                            private pm => NULL
                            private web => bool FALSE
                            private extranet => bool FALSE
                            private intranet => bool FALSE
                            private cpp => bool FALSE
                        }
                        private orderInfo => string(0) ""
                        private subHeadline => string(58) "Use your PC to view, analyze and document measurement data"
                        private baseProduct => string(0) ""
                        private productService => Object WASABI\Core\Services\ProductService, already rendered
                        private showCartIcon => bool FALSE
                        private productType => string(13) "ProductFamily"
                        private specificationCols => integer 2
                        private configuratorName => string(0) ""
                        private displayOrderNumber => bool FALSE
                        private lastModified => integer 1762420513
                        private lastGenerated => integer 1762420561
                        private partnerNetwork => bool FALSE
                        private digitalProduct => bool FALSE
                        private excludedCountries => array(0) 
                        private channelWebStartDate => integer 1734584400
                        private channelWebEndDate => integer 0
                        private pm => string(35) "luca.gragnaniello@rohde-schwarz.com"
                        private web => bool TRUE
                        private extranet => bool TRUE
                        private intranet => bool TRUE
                        private cpp => bool FALSE
                    }
                )
                private keyFacts => array(5) (
                    0 => string(58) "Unmatched performance with bandwidths from 100 MHz - 1 GHz"
                    1 => string(93) "World’s fastest oscilloscopes with 4.5 million waveforms/s and up to 99 % real-time capture"
                    2 => string(65) "Industry-leading architecture with 12-bit ADC and 18-bit HD mode"
                    3 => string(83) "Most-compact 8-channel oscilloscope with MSO, generator and large 11.6&#34; display"
                    4 => string(65) "Up to 50 000 FFTs/s with independent time and frequency settings"
                )
                private productIcons => array(0) 
                private searchUrls => array(4) (
                    "brochures_and_datasheets" => string(25) "/brochure-datasheet/mxo3/"
                    "manuals" => string(13) "/manual/mxo3/"
                    "driver" => string(13) "/driver/mxo3/"
                    "firmware" => string(15) "/firmware/mxo3/"
                )
                private individualDownloads => array(2) (
                    "product_brochure" => string(148) "https://scdn.rohde-schwarz.com/ur/pws/dl_downloads/pdm/cl_brochures_and_datasheets/product_brochure/3673_1382_12/MXO-3_bro_en_3673-1382-12_v0500.pdf"
                    "specifications" => string(148) "https://scdn.rohde-schwarz.com/ur/pws/dl_downloads/pdm/cl_brochures_and_datasheets/specifications/3673_1382_22/MXO-3_specs_en_3673-1382-22_v0400.pdf"
                )
                private metaDescription => string(88) "R&amp;S®MXO 3 SERIES OSCILLOSCOPE
Next generation oscilloscope: Fast. Precise. Compact."
                private metaKeywords => string(50) "R&amp;S®MXO 3 SERIES OSCILLOSCOPE, R&amp;S®MXO 3"
                private priceReferenceMaterial => string(12) "1335.2050P41"
                private optionCategoryNames => array(20) (
                    "hardwareOptions" => string(16) "Hardware options"
                    "bandwidthUpgrade" => string(17) "Bandwidth upgrade"
                    "general" => string(7) "General"
                    "memoryUpgrade" => string(14) "Memory upgrade"
                    "softwareOptions" => string(16) "Software options"
                    "serialTriggeringAndDecoding" => string(30) "Serial triggering and decoding"
                    "applicationBundles" => string(19) "Application bundles"
                    "pcSoftware" => string(11) "PC software"
                    "accessories" => string(11) "Accessories"
                    "probes" => string(6) "Probes"
                    "passiveProbes" => string(14) "Passive probes"
                    "logicProbes" => string(12) "Logic probes"
                    "activeSingle-endedProbes" => string(26) "Active single-ended probes"
                    "activeDifferentialProbes" => string(26) "Active differential probes"
                    "powerRailProbes" => string(17) "Power rail probes"
                    "highVoltageProbes" => string(19) "High voltage probes"
                    "currentProbes" => string(14) "Current probes"
                    "modularProbeSystem" => string(20) "Modular probe system"
                    "emcNear-fieldProbes" => string(21) "EMC near field probes"
                    "probeAccessories" => string(17) "Probe accessories"
                )
                private modelCategoryNames => array(0) 
                private tabbedModels => bool FALSE
                private displayPrice => bool TRUE
                private productConfigurator => bool TRUE
                private descriptionHeadline => string(53) "Next generation oscilloscope: Fast. Precise. Compact."
                private descriptionSubHeadline => string(0) ""
                private descriptionText => string(918) "The R&amp;S®MXO 3 Series put big capabilities in a small package. Enjoy unmatched performance to quickly and easily gain expert understanding of your device under test . Powered by next-generation MXO technology the oscilloscope delivers fast and precise measurements in a small package.
<br/>
Instantly see more signal detail with the world’s highest acquisition rate of up to 4.5 million waveforms per second and real-time signal capture of up to 99%.
<br/>
Capture every detail with clarity and confidence thanks to 12-bit ADC resolution at all sample rates, enhanced 18-bit HD mode, advanced digital triggering and 125 Mpoints of standard memory, .
<br/>
Save space without sacrificing usability: enjoy the brilliant 11.6&#34; Full HD display and seamless integration into any setup with just 5U rack height across all models.
<br/>
Unmatched performance in both time and frequency domain debugging and testing."
                private featureAndBenefits => array(8) (
                    0 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(4) "Fast"
                        private subHeadline => string(52) "See more signal details and subtle changes instantly"
                        private description => string(232) "<ul>
<li>Achieve  &gt; 4.5 million acquisitions/s</li>
<li>Up to 99 % real-time capture</li>
<li>Hardware-accelerated functions such as math or zone triggering</li>
<li>Industry’s fastest spectrum with 50 000 FFTs/s.</li>
</ul>
"
                        private assetId => string(9) "200_97957"
                        private assetCaption => string(39) "Using all 8 channels to see all details"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    1 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(7) "Precise"
                        private subHeadline => string(35) "Don&#39;t let anything get past you"
                        private description => string(349) "<ul>
<li>Uncompromising 12-bit ADC for high vertical resolution at all sample
rates</li>
<li>18-bit architecture with HD mode</li>
<li>Low-noise: only &lt; 50 μV RMS noise on 1 MΩ and 50 Ω<br/>
paths at 1 mV/div with 100 MHz bandwidth</li>
<li>Industry’s biggest offset: large ±3 V offset at 1 mV/div on both 50 Ω and 1 MΩ paths</li>
</ul>
"
                        private assetId => string(9) "200_97235"
                        private assetCaption => string(61) "Typical vertical resolution (left) vs. 18-bit HD Mode (right)"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    2 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(7) "Compact"
                        private subHeadline => string(52) "Get big capabilities in a surprisingly small package"
                        private description => string(174) "<ul>
<li>Small footprint with just 5U rack height </li>
<li>Large number of capabilities in a small size</li>
<li>Retains vibrant large 11.6&#34; Full HD display</li>
</ul>
"
                        private assetId => string(10) "200_115393"
                        private assetCaption => string(49) "Large 11.6&#34; Full HD display in compact design"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    3 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(23) "Trigger on every detail"
                        private subHeadline => string(39) "… with high-precision digital trigger"
                        private description => string(282) "<ul>
<li>
Trigger sensitivity down to 0.0001 vertical divisions</li>
<li>
Adjustable trigger hysteresis</li>
<li>
World’s fastest trigger rearm time of &lt; 21 ns</li>
<li>
Zone trigger on analog, spectrum and math </li>
<li>
Best in class trigger jitter of just 1 ps</li>
</ul>
"
                        private assetId => string(9) "200_96738"
                        private assetCaption => string(43) "Flexible triggering with HD digital trigger"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    4 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(8) "Spectrum"
                        private subHeadline => string(46) "Fast and precise frequency domain measurements"
                        private description => string(222) "<ul>
<li>
Familiar RF controls: CF/span or start/stop and RBW</li>
<li>
Up to 50,000 FFT/s</li>
<li>
Independent time and frequency domain settings</li>
<li>
Free run for effective harmonics and EMI debugging</li>
</ul>
"
                        private assetId => string(9) "200_96541"
                        private assetCaption => string(46) "Fast and precise frequency domain measurements"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    5 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(32) "Superior user experience<br/>
 "
                        private subHeadline => string(66) "… with advanced usability designed for high productivity<br/>
 "
                        private description => string(356) "<ul>
<li>
Tap to turn on sources and other functions</li>
<li>
Quickly customize your display layout with drag &amp; drop using R&amp;S®SmartGrid;</li>
<li>
Adjust grid and result table boundaries using sliders</li>
<li>
Easily navigate to all settings using the main menu</li>
<li>
Quickly access important tools with the customizable toolbar</li>
</ul>
"
                        private assetId => string(10) "200_115391"
                        private assetCaption => string(43) "Short learning curve with the R&amp;S®MXO3"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    6 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(12) "Zone trigger"
                        private subHeadline => string(60) "Get infinite oscilloscope trigger types with zone triggering"
                        private description => string(162) "<ul>
<li>Use highly individual trigger with the draw to trigger function</li>
<li>Trigger in the frequency domain </li>
<li>Trigger on math waveforms</li>
</ul>
"
                        private assetId => string(10) "200_115392"
                        private assetCaption => string(43) "Infinite trigger types with zone triggering"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                    7 => object WASABI\Core\Model\Product\ProductFeatureDetail(7) {
                        private headline => string(23) "Deep acquisition memory"
                        private subHeadline => string(52) "Oscilloscope stays responsive, even with deep memory"
                        private description => string(201) "<ul>
<li>
Standard memory of 125 Mpoints per channel</li>
<li>
Optional memory extension to 500 Mpoints per channel</li>
<li>
Independent sample rate, record length and timebase settings </li>
</ul>
"
                        private assetId => string(9) "200_61635"
                        private assetCaption => string(67) "Slow (left) vs. fast sample rate (right) with a long capture window"
                        private assetDescription => string(0) ""
                        private link => string(0) ""
                    }
                )
                private assets => array(6) (
                    0 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_113989"
                        private caption => string(38) "R&amp;S®MXO 3 oscilloscope, front low"
                        private type => string(5) "image"
                    }
                    1 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_113985"
                        private caption => string(38) "R&amp;S®MXO 3 oscilloscope, front low"
                        private type => string(5) "image"
                    }
                    2 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_111523"
                        private caption => string(38) "R&amp;S®MXO 3 oscilloscope, side view"
                        private type => string(5) "image"
                    }
                    3 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_111519"
                        private caption => string(38) "R&amp;S®MXO 3 oscilloscope, back high"
                        private type => string(5) "image"
                    }
                    4 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_112463"
                        private caption => string(46) "R&amp;S®MXO 3 oscilloscope, application image"
                        private type => string(5) "image"
                    }
                    5 => object WASABI\Core\Model\Product\ProductAsset(3) {
                        private id => string(10) "200_115330"
                        private caption => string(46) "R&amp;S®MXO 3 oscilloscope, application image"
                        private type => string(5) "image"
                    }
                )
                private calibrationCertificateDownload => bool FALSE
                private isDiscontinued => bool FALSE
                private productSuccessor => object WASABI\Core\Model\Product\RichProduct(53) {
                    private code => NULL
                    private alias => string(0) ""
                    private language => NULL
                    private shortSummary => NULL
                    private rsPrefix => NULL
                    private type => NULL
                    private name => NULL
                    private designation => NULL
                    private specifications => NULL
                    private models => array(0) 
                    private options => array(0) 
                    private relatedProducts => array(0) 
                    private keyFacts => array(0) 
                    private productIcons => array(0) 
                    private searchUrls => array(0) 
                    private individualDownloads => array(0) 
                    private metaDescription => NULL
                    private metaKeywords => NULL
                    private priceReferenceMaterial => NULL
                    private optionCategoryNames => array(0) 
                    private modelCategoryNames => array(0) 
                    private tabbedModels => bool FALSE
                    private displayPrice => bool FALSE
                    private productConfigurator => bool FALSE
                    private descriptionHeadline => NULL
                    private descriptionSubHeadline => NULL
                    private descriptionText => NULL
                    private featureAndBenefits => array(0) 
                    private assets => array(0) 
                    private calibrationCertificateDownload => bool FALSE
                    private isDiscontinued => bool FALSE
                    private productSuccessor => NULL
                    private orderInfo => NULL
                    private subHeadline => NULL
                    private baseProduct => NULL
                    private productService => NULL
                    private showCartIcon => NULL
                    private productType => NULL
                    private specificationCols => integer 2
                    private configuratorName => string(0) ""
                    private displayOrderNumber => bool TRUE
                    private lastModified => integer 0
                    private lastGenerated => integer 0
                    private partnerNetwork => bool FALSE
                    private digitalProduct => bool FALSE
                    private excludedCountries => array(0) 
                    private channelWebStartDate => NULL
                    private channelWebEndDate => NULL
                    private pm => NULL
                    private web => bool FALSE
                    private extranet => bool FALSE
                    private intranet => bool FALSE
                    private cpp => bool FALSE
                }
                private orderInfo => string(0) ""
                private subHeadline => string(53) "Next generation oscilloscope: Fast. Precise. Compact."
                private baseProduct => string(0) ""
                private productService => Object WASABI\Core\Services\ProductService, already rendered
                private showCartIcon => bool FALSE
                private productType => string(13) "ProductFamily"
                private specificationCols => integer 3
                private configuratorName => string(11) "config.MXO3"
                private displayOrderNumber => bool FALSE
                private lastModified => integer 1764079277
                private lastGenerated => integer 1764079281
                private partnerNetwork => bool TRUE
                private digitalProduct => bool FALSE
                private excludedCountries => array(0) 
                private channelWebStartDate => integer 1760504400
                private channelWebEndDate => integer 0
                private pm => string(31) "philipp.hoppe@rohde-schwarz.com"
                private web => bool TRUE
                private extranet => bool TRUE
                private intranet => bool TRUE
                private cpp => bool TRUE
            }
            "groups" => array(0) 
            "families" => array(3) (
                "live" => array(0) 
                "discontinued" => array(0) 
                "tabbed" => array(0) 
            )
            "navigation" => object WASABI\Core\Model\Product\ProductNavigation(7) {
                private navigationStructure => object WASABI\Core\Model\Product\ProductNavigationItem(13) {
                    private overviewPage => bool FALSE
                    private mainNavigation => bool FALSE
                    private primaryPosition => bool FALSE
                    private buttonRFQ => bool FALSE
                    private contentNavigation => bool FALSE
                    private children => array(4) (
                        ...
                    )
                    private parent => NULL
                    private unixSecondsStart => integer 0
                    private unixSecondsEnd => integer 0
                    private viewType => string(0) ""
                    private code => string(1) "0"
                    private name => string(8) "Products"
                    private type => string(4) "root"
                }
                private nodeFinder => object WASABI\Core\Model\Product\ProductNodeFinder(2) {
                    private needsTimeCheck => bool TRUE
                    private time => integer 1764334160
                }
                private needsTimeCheck => bool TRUE
                private isSorted => bool TRUE
                private time => integer 1764334160
                private cache => array(2) (
                    "parents-1335.2050.base-1" => array(3) (
                        ...
                    )
                    "1335.2050.base" => object WASABI\Core\Model\Product\ProductNavigationItem(13) {
                        private overviewPage => bool FALSE
                        private mainNavigation => bool FALSE
                        private primaryPosition => bool TRUE
                        private buttonRFQ => bool FALSE
                        private contentNavigation => bool FALSE
                        private children => array(0) 
                        private parent => object WASABI\Core\Model\Product\ProductNavigationItem(13) {
                            private overviewPage => bool TRUE
                            private mainNavigation => bool TRUE
                            private primaryPosition => bool TRUE
                            private buttonRFQ => bool FALSE
                            private contentNavigation => bool FALSE
                            private children => array(23) (
                                ...
                            )
                            private parent => object WASABI\Core\Model\Product\ProductNavigationItem(13) {
                                private overviewPage => bool FALSE
                                private mainNavigation => bool FALSE
                                private primaryPosition => bool TRUE
                                private buttonRFQ => bool FALSE
                                private contentNavigation => bool FALSE
                                private children => array(14) (
                                    ...
                                )
                                private parent => Object WASABI\Core\Model\Product\ProductNavigationItem, already rendered
                                private unixSecondsStart => integer 0
                                private unixSecondsEnd => integer 0
                                private viewType => string(17) "GROUP_TEASER_VIEW"
                                private code => string(21) "wscTestAndMeasurement"
                                private name => string(20) "Test and measurement"
                                private type => string(11) "productArea"
                            }
                            private unixSecondsStart => integer 0
                            private unixSecondsEnd => integer 0
                            private viewType => string(10) "TABLE_VIEW"
                            private code => string(16) "wscOscilloscopes"
                            private name => string(13) "Oscilloscopes"
                            private type => string(12) "productGroup"
                        }
                        private unixSecondsStart => integer 0
                        private unixSecondsEnd => integer 0
                        private viewType => string(0) ""
                        private code => string(14) "1335.2050.base"
                        private name => string(27) "R&amp;S®MXO 3 Oscilloscope"
                        private type => string(13) "productFamily"
                    }
                )
                private collatorMapping => array(11) (
                    "de" => string(2) "de"
                    "en" => string(2) "en"
                    "es" => string(2) "es"
                    "fr" => string(2) "fr"
                    "it" => string(2) "it"
                    "ja" => string(2) "ja"
                    "ko" => string(2) "ko"
                    "es-lat" => string(2) "es"
                    "pt-br" => string(2) "pt"
                    "ru" => string(2) "ru"
                    "zh" => string(2) "zh"
                )
            }
            "SELF" => string(110) "https://www.rohde-schwarz.com/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html"
            "SHORT_URL" => string(45) "https://www.rohde-schwarz.com/il/_334309.html"
            "trackingData" => array(15) (
                "cg_n" => string(8) "Products"
                "productfamily" => string(0) ""
                "business_field" => string(21) "wscTestAndMeasurement"
                "product_group" => string(16) "wscOscilloscopes"
                "pn_sku" => string(4) "MXO3"
                "sku" => string(155) "1335.2050.04;1335.2050.08;1335.2050P41;1335.2050P81;1335.2050P42;1335.2050P82;1335.2050P43;1335.2050P83;1335.2050P45;1335.2050P85;1335.2050P51;1335.2050P91"
                "subtitle" => string(0) ""
                "solution_group" => string(0) ""
                "solution_subgroup" => string(0) ""
                "solution_subsubgroup" => string(0) ""
                "design" => string(5) "INRED"
                "navLevel_1" => string(8) "Products"
                "navLevel_2" => string(21) "wscTestAndMeasurement"
                "navLevel_3" => string(16) "wscOscilloscopes"
                "navLevel_4" => string(14) "1335.2050.base"
            )
            "pageType" => string(7) "product"
            "wrapper" => object WASABI\Core\Functionality\ProductConfigurator\ConfiguratorRenderer(3) {
                private priceComponent => object WASABI\Core\Functionality\ProductConfigurator\PriceComponent(5) {
                    private country => string(2) "il"
                    private priceRepository => object WASABI\Core\Storage\Repository\ProductPriceRepository(2) {
                        private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                            protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            protected environment => Object WASABI\Core\System\Environment, already rendered
                            protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                            protected config => Config object, data will not be displayed
                            protected logger => Object WASABI\Core\System\Logger, already rendered
                        }
                    }
                    private gca => object WASABI\Core\Storage\Repository\GlobalTextRepository(5) {
                        protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        protected environment => Object WASABI\Core\System\Environment, already rendered
                        protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                        protected config => Config object, data will not be displayed
                        protected logger => Object WASABI\Core\System\Logger, already rendered
                    }
                    private partnerNetworkButton => object WASABI\Core\Functionality\PartnerNetwork\PartnerNetworkButton(5) {
                        private partnerNetworkRepository => object WASABI\Core\Storage\Repository\PartnerNetworkRepository(1) {
                            private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        }
                        private env => Object WASABI\Core\System\Environment, already rendered
                        private geoLocationRepo => object WASABI\Core\Storage\Repository\GeoLocationRepository(4) {
                            private hashlistSitesName => string(20) "com:GeoLocationSites"
                            private hashlistReverseSitesName => string(27) "com:GeoLocationReverseSites"
                            private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            private environment => Object WASABI\Core\System\Environment, already rendered
                        }
                        private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                            protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            protected environment => Object WASABI\Core\System\Environment, already rendered
                            protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                            protected config => Config object, data will not be displayed
                            protected logger => Object WASABI\Core\System\Logger, already rendered
                        }
                        protected config => Config object, data will not be displayed
                    }
                    private howToBuyComponent => object WASABI\Core\Functionality\ProductConfigurator\HowToBuyComponent(2) {
                        private partnerNetworkButton => object WASABI\Core\Functionality\PartnerNetwork\PartnerNetworkButton(5) {
                            private partnerNetworkRepository => object WASABI\Core\Storage\Repository\PartnerNetworkRepository(1) {
                                private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            }
                            private env => Object WASABI\Core\System\Environment, already rendered
                            private geoLocationRepo => object WASABI\Core\Storage\Repository\GeoLocationRepository(4) {
                                private hashlistSitesName => string(20) "com:GeoLocationSites"
                                private hashlistReverseSitesName => string(27) "com:GeoLocationReverseSites"
                                private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                private environment => Object WASABI\Core\System\Environment, already rendered
                            }
                            private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                protected environment => Object WASABI\Core\System\Environment, already rendered
                                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                                protected config => Config object, data will not be displayed
                                protected logger => Object WASABI\Core\System\Logger, already rendered
                            }
                            protected config => Config object, data will not be displayed
                        }
                        private gca => object WASABI\Core\Storage\Repository\GlobalTextRepository(5) {
                            protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            protected environment => Object WASABI\Core\System\Environment, already rendered
                            protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                            protected config => Config object, data will not be displayed
                            protected logger => Object WASABI\Core\System\Logger, already rendered
                        }
                    }
                }
                private howToBuyComponent => object WASABI\Core\Functionality\ProductConfigurator\HowToBuyComponent(2) {
                    private partnerNetworkButton => object WASABI\Core\Functionality\PartnerNetwork\PartnerNetworkButton(5) {
                        private partnerNetworkRepository => object WASABI\Core\Storage\Repository\PartnerNetworkRepository(1) {
                            private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        }
                        private env => Object WASABI\Core\System\Environment, already rendered
                        private geoLocationRepo => object WASABI\Core\Storage\Repository\GeoLocationRepository(4) {
                            private hashlistSitesName => string(20) "com:GeoLocationSites"
                            private hashlistReverseSitesName => string(27) "com:GeoLocationReverseSites"
                            private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            private environment => Object WASABI\Core\System\Environment, already rendered
                        }
                        private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                            protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            protected environment => Object WASABI\Core\System\Environment, already rendered
                            protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                            protected config => Config object, data will not be displayed
                            protected logger => Object WASABI\Core\System\Logger, already rendered
                        }
                        protected config => Config object, data will not be displayed
                    }
                    private gca => object WASABI\Core\Storage\Repository\GlobalTextRepository(5) {
                        protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        protected environment => Object WASABI\Core\System\Environment, already rendered
                        protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                        protected config => Config object, data will not be displayed
                        protected logger => Object WASABI\Core\System\Logger, already rendered
                    }
                }
                private tapWebComponent => object WASABI\Core\Functionality\ProductConfigurator\TapWebComponent(10) {
                    private productConfiguratorLink => string(89) "https://configurator.rohde-schwarz.com/app/ch5c/ch5start?-AppName%3Ddefault+-configknb%3D"
                    private type => string(4) "none"
                    private request => Object WASABI\Core\Request\Request, already rendered
                    private response => Object WASABI\Core\System\Response, already rendered
                    private richProduct => Object WASABI\Core\Model\Product\RichProduct, already rendered
                    private gca => object WASABI\Core\Storage\Repository\GlobalTextRepository(5) {
                        protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        protected environment => Object WASABI\Core\System\Environment, already rendered
                        protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                        protected config => Config object, data will not be displayed
                        protected logger => Object WASABI\Core\System\Logger, already rendered
                    }
                    private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                        protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        protected environment => Object WASABI\Core\System\Environment, already rendered
                        protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                        protected config => Config object, data will not be displayed
                        protected logger => Object WASABI\Core\System\Logger, already rendered
                    }
                    private tapRepository => object WASABI\Core\Storage\Repository\TapConfiguratorRepository(5) {
                        protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        protected environment => Object WASABI\Core\System\Environment, already rendered
                        protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                        protected config => Config object, data will not be displayed
                        protected logger => Object WASABI\Core\System\Logger, already rendered
                    }
                    private howToBuyComponent => object WASABI\Core\Functionality\ProductConfigurator\HowToBuyComponent(2) {
                        private partnerNetworkButton => object WASABI\Core\Functionality\PartnerNetwork\PartnerNetworkButton(5) {
                            private partnerNetworkRepository => object WASABI\Core\Storage\Repository\PartnerNetworkRepository(1) {
                                private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            }
                            private env => Object WASABI\Core\System\Environment, already rendered
                            private geoLocationRepo => object WASABI\Core\Storage\Repository\GeoLocationRepository(4) {
                                private hashlistSitesName => string(20) "com:GeoLocationSites"
                                private hashlistReverseSitesName => string(27) "com:GeoLocationReverseSites"
                                private redis => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                private environment => Object WASABI\Core\System\Environment, already rendered
                            }
                            private fsConfig => object WASABI\Core\Storage\Repository\FSConfigRepository(5) {
                                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                                protected environment => Object WASABI\Core\System\Environment, already rendered
                                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                                protected config => Config object, data will not be displayed
                                protected logger => Object WASABI\Core\System\Logger, already rendered
                            }
                            protected config => Config object, data will not be displayed
                        }
                        private gca => object WASABI\Core\Storage\Repository\GlobalTextRepository(5) {
                            protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                            protected environment => Object WASABI\Core\System\Environment, already rendered
                            protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                            protected config => Config object, data will not be displayed
                            protected logger => Object WASABI\Core\System\Logger, already rendered
                        }
                    }
                    protected config => Config object, data will not be displayed
                }
            }
            "partnerNetwork" => array(1) (
                "MXO3" => bool TRUE
            )
            "selectCountryJS" => string(68) "https://country-selector.cloud.rohde-schwarz.com/country-selector.js"
            "addToCartEndPoint" => string(25) "/rest/addtoshoppingcartv2"
            "indexingAllowed" => bool FALSE
            "isTAP" => bool FALSE
            "tapModel" => NULL
            "productInfoFilters" => array(9) (
                0 => string(9) "brochures"
                1 => string(23) "conformity_declarations"
                2 => string(10) "catalogues"
                3 => string(17) "comparison_sheets"
                4 => string(25) "datasheets_specifications"
                5 => string(11) "fact_sheets"
                6 => string(5) "flyer"
                7 => string(13) "option_sheets"
                8 => string(6) "poster"
            )
        )
        "CountrySwitch" => array(49) (
            "com" => string(92) "/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "in" => string(95) "/in/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "uk" => string(95) "/uk/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "us" => string(95) "/us/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "au" => string(95) "/au/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ca" => string(95) "/ca/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ca-fr" => string(92) "/ca-fr/produits/test-et-mesure/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "sg" => string(95) "/sg/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "my" => string(95) "/my/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "no" => string(95) "/no/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "mea" => string(96) "/mea/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ph" => string(95) "/ph/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "th" => string(95) "/th/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ae" => string(95) "/ae/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "cz" => string(95) "/cz/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "fi" => string(95) "/fi/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "id" => string(95) "/id/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "pk" => string(95) "/pk/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "se" => string(95) "/se/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "vn" => string(95) "/vn/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "dk" => string(95) "/dk/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "gr" => string(95) "/gr/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "hu" => string(95) "/hu/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "lv" => string(95) "/lv/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "lt" => string(95) "/lt/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "nl" => string(95) "/nl/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "pl" => string(95) "/pl/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "pt" => string(95) "/pt/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "tr" => string(95) "/tr/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "sa" => string(95) "/sa/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "de" => string(84) "/de/produkte/messtechnik/oszilloskope/rs-mxo-3-oszilloskop_334309.html?change_c=true"
            "at" => string(84) "/at/produkte/messtechnik/oszilloskope/rs-mxo-3-oszilloskop_334309.html?change_c=true"
            "fr" => string(89) "/fr/produits/test-et-mesure/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "br" => string(90) "/br/produtos/teste-e-medicao/osciloscopios/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "lat" => string(94) "/lat/productos/prueba-y-medicion/osciloscopios/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "es" => string(89) "/es/productos/test-y-medida/osciloscopios/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "it" => string(91) "/it/prodotti/misura-e-collaudo/oscilloscopi/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ch" => string(84) "/ch/produkte/messtechnik/oszilloskope/rs-mxo-3-oszilloskop_334309.html?change_c=true"
            "ch-en" => string(98) "/ch-en/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ch-fr" => string(92) "/ch-fr/produits/test-et-mesure/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "kr" => string(95) "/kr/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "jp" => string(95) "/jp/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "cac" => string(96) "/cac/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "cac-en" => string(99) "/cac-en/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "tw" => string(95) "/tw/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "il" => string(95) "/il/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "cn-en" => string(98) "/cn-en/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "ua" => string(95) "/ua/products/test-and-measurement/oscilloscopes/rs-mxo-3-oscilloscope_334309.html?change_c=true"
            "cn" => string(62) "https://www.rohde-schwarz.com.cn/home_48230.html?change_c=true"
        )
        "shoppingCartNavigation" => array(2) (
            "shop" => array(2) (
                "active" => bool FALSE
                "getQtyUrl" => string(31) "/il/rest/getshoppingcartcountv2"
            )
            "searchUrl" => string(36) "{{subSite}}/search/search_63238.html"
        )
        "partnerNetwork" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => NULL
        }
        "navigation" => array(1) (
            "navigation" => object WASABI\Core\Model\NavigationDataSlotDto(3) {
                private rootItem => object WASABI\Core\Model\WebUrlNavigationItem(7) {
                    public children => array(8) (
                        ...
                    )
                    public id => string(5) "48230"
                    public href => string(19) "/il/home_48230.html"
                    public text => string(4) "Home"
                    public primary => bool TRUE
                    public mainNavigation => bool FALSE
                    public parent => NULL
                }
                private activePath => array(4) (
                    0 => string(6) "334309"
                    1 => string(5) "63663"
                    2 => string(6) "229579"
                    3 => string(6) "231188"
                )
                private breadCrumb => array(0) 
            }
        )
        "login" => array(1) (
            "data" => array(5) (
                "activeSession" => bool FALSE
                "href" => string(1) "#"
                "text" => string(15) "Customer portal"
                "id" => string(2) "-1"
                "children" => array(3) (
                    0 => array(3) (
                        ...
                    )
                    1 => array(3) (
                        ...
                    )
                    2 => array(3) (
                        ...
                    )
                )
            )
        )
        "geolocationMessage" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
            }
        }
        "websiteSwitchCurrentLocale" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => NULL
        }
        "header" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => NULL
        }
        "headerFooterData" => array(5) (
            "header" => array(1) (
                0 => array(8) (
                    "tt_contactLink" => array(10) (
                        ...
                    )
                    "tt_hideLogo" => bool FALSE
                    "tt_identifier" => string(31) "Fallback Global Header - Global"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_logo" => array(6) (
                        ...
                    )
                    "tt_logoSmall" => array(6) (
                        ...
                    )
                    "tt_showContactLink" => bool TRUE
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
            )
            "footer" => array(1) (
                0 => array(8) (
                    "tt_contentFirstColumn" => string(287) "Rohde & Schwarz is striving for a safer and connected world with its leading-edge solutions. Committed to innovation for more than 90 years, the independent technology group acts long-term and sustainably, making it a reliable partner to its industry and government customers worldwide. "
                    "tt_contentSecondColumn" => string(97) "<p>Millenia Tower B</p><p>23 Ha&#39;Rishonim Street</p><p>7559916 Rishon Le-Zion</p><p>Israel</p>"
                    "tt_contentThirdColumn" => string(64) "<p>+972 747 888 900</p><p>contact.RSIsrael@rohde-schwarz.com</p>"
                    "tt_headlineFirstColumn" => string(28) "Rohde and Schwarz Israel Ltd"
                    "tt_headlineSecondColumn" => string(7) "Address"
                    "tt_headlineThirdColumn" => string(7) "Contact"
                    "tt_identifier" => string(21) "Local Footer - Israel"
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
            )
            "footerLinks" => array(6) (
                0 => array(3) (
                    "tt_identifier" => string(6) "Cookie"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                1 => array(3) (
                    "tt_identifier" => string(7) "Imprint"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                2 => array(3) (
                    "tt_identifier" => string(20) "Statement of privacy"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                3 => array(3) (
                    "tt_identifier" => string(18) "Terms & conditions"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                4 => array(3) (
                    "tt_identifier" => string(13) "Jobs & Career"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                5 => array(3) (
                    "tt_identifier" => string(12) "Terms of use"
                    "tt_link" => array(10) (
                        ...
                    )
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
            )
            "socialMedia" => array(5) (
                0 => array(8) (
                    "tt_account" => NULL
                    "tt_alias" => string(8) "facebook"
                    "tt_identifier" => string(31) "Facebook - without CN - JP diff"
                    "tt_target" => string(20) "Open in a new window"
                    "tt_title" => string(8) "Facebook"
                    "tt_type" => string(8) "informed"
                    "tt_url" => string(40) "https://www.facebook.com/RohdeAndSchwarz"
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                1 => array(8) (
                    "tt_account" => NULL
                    "tt_alias" => string(7) "youtube"
                    "tt_identifier" => string(33) "YouTube - International - JP diff"
                    "tt_target" => string(20) "Open in a new window"
                    "tt_title" => string(7) "YouTube"
                    "tt_type" => string(8) "informed"
                    "tt_url" => string(45) "https://www.youtube.com/user/RohdeundSchwarz "
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                2 => array(8) (
                    "tt_account" => NULL
                    "tt_alias" => string(4) "feed"
                    "tt_identifier" => string(25) "RSS Feeds - International"
                    "tt_target" => string(20) "Open in a new window"
                    "tt_title" => string(9) "RSS Feeds"
                    "tt_type" => string(8) "informed"
                    "tt_url" => string(68) "https://www.rohde-schwarz.com/about/news-press/newsfeeds_229364.html"
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                3 => array(8) (
                    "tt_account" => NULL
                    "tt_alias" => string(8) "LinkedIn"
                    "tt_identifier" => string(24) "LinkedIn - International"
                    "tt_target" => string(20) "Open in a new window"
                    "tt_title" => string(24) "LinkedIn - International"
                    "tt_type" => string(8) "informed"
                    "tt_url" => string(48) "https://www.linkedin.com/company/rohde-&-schwarz"
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
                4 => array(8) (
                    "tt_account" => NULL
                    "tt_alias" => string(7) "twitter"
                    "tt_identifier" => string(27) "X (Twitter) - International"
                    "tt_target" => string(20) "Open in a new window"
                    "tt_title" => string(11) "X (Twitter)"
                    "tt_type" => string(8) "informed"
                    "tt_url" => string(32) "https://twitter.com/RohdeSchwarz"
                    "tt_visibilityPermissions" => array(2) (
                        ...
                    )
                )
            )
            "shopData" => array(2) (
                "shop" => array(2) (
                    "active" => bool FALSE
                    "getQtyUrl" => string(31) "/il/rest/getshoppingcartcountv2"
                )
                "searchUrl" => string(36) "{{subSite}}/search/search_63238.html"
            )
        )
        "FOSTA_Form_request_information_link0" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
            }
        }
        "ProductPriceRequest" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
            }
        }
        "INRED_ProductQuoteRequest" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
            }
        }
        "INRED_ProductContact" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
            }
        }
        "iceContainer" => array(1) (
            "data" => string(625) "<script>/* <![CDATA[ */(function(){ window.DY = window.DY || {}; DY.userActiveConsent=false;}())/* ]]> */</script><link rel="preconnect" href="https://st-eu.dynamicyield.com" />
<link rel="preconnect" href="https://rcom-eu.dynamicyield.com" />
<script type="text/javascript" src="https://cdn.rohde-schwarz.com/api/9881398/api_dynamic.js"></script>
<script type="text/javascript" src="https://cdn.rohde-schwarz.com/api/9881398/api_static.js"></script>
<meta name="naver-site-verification" content="afad74e971907a0e411ef4f19172c8d6ccbf686e" />
<script src="https://cdn.userway.org/widget.js" data-account="VwMnSUoy0g"></script>"
        )
        "analyticsEnabled" => string(1) "1"
        "webcontrolling" => object WASABI\Core\Xml\RsDomDocument(1) {
            private xpath => NULL
        }
        "analyticsHeadJS" => string(76) "https://assets.adobedtm.com/launch-EN3504a9f210b14bc28b773c8d8c5a022d.min.js"
        "analyticsBottomJS" => string(24) "_satellite.pageBottom();"
        "analyticsNext" => array(1) (
            "data" => array(4) (
                "site" => array(2) (
                    "language" => string(5) "en-US"
                    "countryVersion" => string(20) "rohde-schwarz.com.il"
                )
                "visitor" => array(7) (
                    "id" => string(0) ""
                    "hashedId" => string(0) ""
                    "hashedIP" => string(64) "b6acc1d1e558c9c210110820d6d1e3d78a4a903fc407826a88485e13fcd375d5"
                    "hashedIPUA" => string(64) "4f31ebbb24760a4af1db6d3adf7f87c9be0eecf9e4a91b2a5558b56599bc5e17"
                    "hashedEmail" => string(0) ""
                    "roleAuth0" => array(0) 
                    "rsWebFrontend" => string(32) "29c86f6d4519906f0eb95043477b24b9"
                )
                "page" => array(12) (
                    "design" => string(5) "INRED"
                    "navLevel_1" => string(8) "Products"
                    "navLevel_2" => string(21) "wscTestAndMeasurement"
                    "navLevel_3" => string(16) "wscOscilloscopes"
                    "navLevel_4" => string(14) "1335.2050.base"
                    "navLevel_5" => string(0) ""
                    "navLevel_6" => string(0) ""
                    "navLevel_7" => string(0) ""
                    "navLevel_8" => string(0) ""
                    "m4c" => array(2) (
                        ...
                    )
                    "category" => string(8) "Products"
                    "product" => array(4) (
                        ...
                    )
                )
                "m4c" => array(1) (
                    "interactions" => array(1) (
                        ...
                    )
                )
            )
        )
    )
    private cookies => array(0) 
    private bodyType => string(4) "null"
    private loadNewMapping => bool FALSE
}
object WASABI\Core\Processor\ContentProcessor(3) {
    protected ctx => object WASABI\Core\Xml\RsDomElement(0) {
    }
    protected content => Object WASABI\Core\Xml\RsDomDocument, already rendered
    protected methodMap => array(7) (
        "replace" => string(22) "replaceContentInTarget"
        "append" => string(21) "appendContentToTarget"
        "before" => string(26) "prependContentBeforeTarget"
        "prepend" => string(22) "prependContentToTarget"
        "replaceTarget" => string(24) "replaceTargetWithContent"
        "appendChild" => string(19) "appendChildToTarget"
        "replaceVariable" => string(15) "replaceVariable"
    )
}

File: /opt/wasabi/src/Core/System/WebFrontend.php (Line: 119)

111:    $response->setLoadNewMapping(FALSE);

112:    $this->execute($request->getCopy('/login-error'), $response, $dispatcher);

113:    return;

114:   }

115:   $this->addWebTracking($mapping, $request, $response);

116:   if ($handlerType != 'null')

117:   {

118:    $coreHandler = $this->factory->getInstanceFor($handlerType . 'Handler');

119:    $coreHandler->execute($mapping, $request, $response);

120:   }

121:   if ($actionType != 'null')

122:   {

123:    $coreAction = $this->factory->getInstanceFor($actionType . 'Action');

124:    $coreAction->execute($mapping, $response);

125:   }

Arguments:
object WASABI\Core\Xml\RsDomDocument(1) {
    private xpath => object WASABI\Core\Xml\RsDomXPath(0) {
    }
}
Object WASABI\Core\Request\Request, already rendered
Object WASABI\Core\System\Response, already rendered

File: /opt/wasabi/src/WebFrontend/Bootstrap/ProductionWebBootstrap.php (Line: 44)

36:  {

37:   $this->init();

38:   /** @var WebFrontDispatcher $frontDispatcher */

39:   $frontDispatcher = $this->factory->getInstanceFor(WebFrontDispatcher::class);

40:   $frontDispatcher->setLogger($this->logger);

41:   $frontDispatcher->init();

42:   /** @var WebFrontend $frontend */

43:   $frontend = $this->factory->getInstanceFor(WebFrontend::class);

44:   $frontend->execute($this->request, $this->response, $frontDispatcher);

45:   $frontend->cleanup();

46:  }

47:

48:  /**

49:   * set the error manager

50:   *

Arguments:
Object WASABI\Core\Request\Request, already rendered
Object WASABI\Core\System\Response, already rendered
object WASABI\WebFrontend\Dispatcher\WebFrontDispatcher(3) {
    private dispatcherCollection => array(22) (
        0 => object WASABI\WebFrontend\Dispatcher\PageGoneDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        1 => object WASABI\WebFrontend\Dispatcher\PrgDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        2 => object WASABI\WebFrontend\Dispatcher\PimProductDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        3 => object WASABI\WebFrontend\Dispatcher\ShortUrlRewriteDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        4 => object WASABI\WebFrontend\Dispatcher\RestDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private routeMapping => array(13) (
                "getshoppingcartcountv2" => string(27) "Seed:getShoppingCartCountV2"
                "addtoshoppingcartv2" => string(24) "Seed:addToShoppingCartV2"
                "getcountrystates" => string(33) "CountryState:getStatesFromCountry"
                "setjobfavorite" => string(27) "JobFavorites:setJobFavorite"
                "getjobfavorite" => string(27) "JobFavorites:getJobFavorite"
                "setmyfavorite" => string(35) "DataFeedFavoritesRest:setMyFavorite"
                "ismyfavorite" => string(34) "DataFeedFavoritesRest:isMyFavorite"
                "getmyfavorites" => string(36) "DataFeedFavoritesRest:getMyFavorites"
                "delmyfavorite" => string(38) "DataFeedFavoritesRest:removeMyFavorite"
                "getlocatordata" => string(33) "ContactLocatorData:getCountryData"
                "getcountryselect" => string(21) "CountrySelect:execute"
                "refreshioi" => string(30) "ItemsOfInterestRefresh:execute"
                "subnavigation" => string(21) "SubNavigation:execute"
            )
        }
        5 => object WASABI\WebFrontend\Dispatcher\HeaderFooterDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        6 => object WASABI\WebFrontend\Dispatcher\AuthDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        7 => object WASABI\WebFrontend\Dispatcher\RedirectDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
            private faqNames => array(3) (
                0 => string(5) "/faq/"
                1 => string(19) "/domande-frequenti/"
                2 => string(20) "/pergunta-frequente/"
            )
        }
        8 => object WASABI\WebFrontend\Dispatcher\JobRedirectDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected config => Config object, data will not be displayed
        }
        9 => object WASABI\WebFrontend\Dispatcher\PageDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
        }
        10 => object WASABI\WebFrontend\Dispatcher\PremiumDownloadDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        11 => object WASABI\WebFrontend\Dispatcher\PublicDownloadDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        12 => object WASABI\WebFrontend\Dispatcher\SearchURLRewriteDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private staticSearchKeywordRepository => object WASABI\Core\Storage\Repository\StaticShortSearchKeywordRepository(5) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
            }
            protected config => Config object, data will not be displayed
        }
        13 => object WASABI\WebFrontend\Dispatcher\CustomerWebLightDownloadsDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            private mappings => array(9) (
                "software" => string(34) "/search/search_for_software_v6.xml"
                "logiciel" => string(34) "/search/search_for_software_v6.xml"
                "firmware" => string(34) "/search/search_for_firmware_v6.xml"
                "micrologiciel" => string(34) "/search/search_for_firmware_v6.xml"
                "driver" => string(32) "/search/search_for_driver_v6.xml"
                "treiber" => string(32) "/search/search_for_driver_v6.xml"
                "pilote" => string(32) "/search/search_for_driver_v6.xml"
                "controlador" => string(32) "/search/search_for_driver_v6.xml"
                "downloads" => string(35) "/search/search_for_downloads_v6.xml"
            )
        }
        14 => object WASABI\WebFrontend\Dispatcher\SearchDispatcher(6) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected staticShortUrlRepository => object WASABI\Core\Storage\Repository\StaticShortUrlRepository(5) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
            }
            protected productMapRepository => object WASABI\Core\Storage\Repository\ProductMapRepository(6) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                    protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    protected environment => Object WASABI\Core\System\Environment, already rendered
                    protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                    protected config => Config object, data will not be displayed
                    protected logger => Object WASABI\Core\System\Logger, already rendered
                    private disableTimeFunction => bool FALSE
                    private withoutCountryCheck => bool FALSE
                    private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                        private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                        private environment => Object WASABI\Core\System\Environment, already rendered
                    }
                }
            }
            protected request => NULL
        }
        15 => object WASABI\WebFrontend\Dispatcher\PimPreviewDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        16 => object WASABI\WebFrontend\Dispatcher\GeolocationDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        17 => object WASABI\WebFrontend\Dispatcher\ContentProjectionDispatcher(5) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected urlRepo => object WASABI\Core\Storage\Repository\URLRepository(8) {
                protected redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                protected environment => Object WASABI\Core\System\Environment, already rendered
                protected fileLoader => Object WASABI\Core\System\FileLoader, already rendered
                protected config => Config object, data will not be displayed
                protected logger => Object WASABI\Core\System\Logger, already rendered
                private disableTimeFunction => bool FALSE
                private withoutCountryCheck => bool FALSE
                private urlServiceDataRepository => object WASABI\Core\Storage\Repository\UrlServiceDataRepository(2) {
                    private redisStorage => Object WASABI\Core\Storage\Adapter\RedisStorageAdapter, already rendered
                    private environment => Object WASABI\Core\System\Environment, already rendered
                }
            }
            protected config => Config object, data will not be displayed
        }
        18 => object WASABI\WebFrontend\Dispatcher\GlorisMarketingDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        19 => object WASABI\WebFrontend\Dispatcher\AliveDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        20 => object WASABI\WebFrontend\Dispatcher\VCardDispatcher(3) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
        }
        21 => object WASABI\WebFrontend\Dispatcher\FormPreviewDispatcher(4) {
            protected factory => Factory object, data will not be displayed
            protected environment => Object WASABI\Core\System\Environment, already rendered
            protected filterAllowedQueryParams => object WASABI\Core\System\FilterAllowedQueryParams(1) {
                protected config => Config object, data will not be displayed
            }
            protected config => Config object, data will not be displayed
        }
    )
    protected factory => Factory object, data will not be displayed
    protected logger => Object WASABI\Core\System\Logger, already rendered
}

File: /srv/www/com/index.php (Line: 22)

14: $localConfig = getenv('RS_CONFIG');

15: $debug  = getenv('RS_DEBUG_MODE');

16:

17: const WASABI_BASEPATH = '/opt/wasabi';

18:

19: require WASABI_BASEPATH . '/vendor/autoload.php';

20:

21: $bootstrap = new DomainBootstrap($site, $localConfig, $debug);

22: $bootstrap->run();

23:

Arguments: