test_remote_tsbase_yp

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 close all
0002 clear all
0003 clc
0004 %
0005 remote_enforce = 1;%Let the program decide (0) or not (1)
0006 remote_cluster = 'ANDROMEDE';%'SIRRAH'
0007 [shotdate,phyb,tlh] = remote_tsbase(45525,'gphyb',remote_enforce,remote_cluster);
0008 %
0009 plot(tlh,phyb);title(['Tore Supra, #45525, shot date: ',shotdate]),xlabel('Time (s)');ylabel('Lower Hybrid power (MW)');

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.