C# Class ps4000example.ConsoleExample

Afficher le fichier Open project: mojca/picoscope Class Usage Examples

Méthodes publiques

Méthode Description
BlockCallback ( short handle, short status, IntPtr pVoid ) : void
BlockDataHandler ( string text, int offset ) : void
CollectBlockImmediate ( ) : void
CollectBlockRapid ( ) : void
CollectBlockTriggered ( ) : void
CollectStreamingImmediate ( ) : void
CollectStreamingTriggered ( ) : void
DisplaySettings ( ) : void
GetDeviceInfo ( ) : void
Run ( ) : void
SetDefaults ( ) : void
SetTimebase ( ) : void
SetVoltages ( ) : void
StreamDataHandler ( uint preTrigger ) : void
StreamingCallback ( short handle, int noOfSamples, uint startIndex, short ov, uint triggerAt, short triggered, short autoStop, IntPtr pVoid ) : void

Private Methods

Méthode Description
ConsoleExample ( short handle ) : System
Main ( ) : void
RapidBlockDataHandler ( ushort nRapidCaptures ) : void
SetTrigger ( Imports channelProperties, short nChannelProperties, Imports triggerConditions, short nTriggerConditions, Imports directions, Pwq pwq, uint delay, short auxOutputEnabled, int autoTriggerMs ) : short
WaitForKey ( ) : void
adc_to_mv ( int raw, int ch ) : int
mv_to_adc ( short mv, short ch ) : short

Method Details

BlockCallback() public méthode

public BlockCallback ( short handle, short status, IntPtr pVoid ) : void
handle short
status short
pVoid System.IntPtr
Résultat void

BlockDataHandler() public méthode

public BlockDataHandler ( string text, int offset ) : void
text string
offset int
Résultat void

CollectBlockImmediate() public méthode

public CollectBlockImmediate ( ) : void
Résultat void

CollectBlockRapid() public méthode

public CollectBlockRapid ( ) : void
Résultat void

CollectBlockTriggered() public méthode

public CollectBlockTriggered ( ) : void
Résultat void

CollectStreamingImmediate() public méthode

public CollectStreamingImmediate ( ) : void
Résultat void

CollectStreamingTriggered() public méthode

public CollectStreamingTriggered ( ) : void
Résultat void

DisplaySettings() public méthode

public DisplaySettings ( ) : void
Résultat void

GetDeviceInfo() public méthode

public GetDeviceInfo ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

SetTimebase() public méthode

public SetTimebase ( ) : void
Résultat void

SetVoltages() public méthode

public SetVoltages ( ) : void
Résultat void

StreamDataHandler() public méthode

public StreamDataHandler ( uint preTrigger ) : void
preTrigger uint
Résultat void

StreamingCallback() public méthode

public StreamingCallback ( short handle, int noOfSamples, uint startIndex, short ov, uint triggerAt, short triggered, short autoStop, IntPtr pVoid ) : void
handle short
noOfSamples int
startIndex uint
ov short
triggerAt uint
triggered short
autoStop short
pVoid System.IntPtr
Résultat void